> For the complete documentation index, see [llms.txt](https://halls-of-olympia-developers.gitbook.io/halls-of-olympia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halls-of-olympia-developers.gitbook.io/halls-of-olympia/gladiatorial-combat/gladiator-stats.md).

# Gladiator Stats

## Gladiator Statistics

Every Gladiator (both starting and newly minted versions) will always have the following statistics generated for them. These statistics determine a characters speed, damage, movement and drive the arena combat gameplay mechanics.

<mark style="color:red;">Each Statistic ranges from 1 - 100</mark>

#### Statistics Ratings

As a loose rating or power level we can classify the statistics into general groups. This rating system can also be used to communicate to other spectators when being matched against an opponent. Instead of seeing their exact stats they can only view the power ratings of their opponents stats. &#x20;

&#x20;                                                 1-15  -- Feeble\
&#x20;                                               16-30 -- Weak\
&#x20;                                               31-45 -- Average\
&#x20;                                               46-60 -- Strong\
&#x20;                                               61-75 -- Powerful\
&#x20;                                               76-90 -- Legendary\
&#x20;                                              91-100 -- Godlike

### Visible Statistics

#### Strength

Affects the basic weapon damage. The greater a gladiators strength the more potential damage they create with a landed blow.

#### Agility

Determines the recovery time after a heavy attack and gladiators with higher agility scores will recover more quickly than gladiators with low agility scores.

#### Constitution

A measure of the gladiators ability to take damage, this statistic affects a gladiators maximum health at the start of combat.

#### Speed

A measure of the gladiators movement speed, from running to walking. &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://halls-of-olympia-developers.gitbook.io/halls-of-olympia/gladiatorial-combat/gladiator-stats.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
