# Heroes

The main assets of the game are the "Heroes". Each hero belongs to only one of the 6 mythological civilizations. Depending on which mythology they belong to, they get different base stats. These are the 6 mythologies:

![](/files/txhquFe7SnQxHs2nI6Bg)

Heroes have different base stats which will determine their ability on the battlefield:&#x20;

1. **Level**: increases base stats. You can level up by getting EXP.
2. **Vitality**: ¡is the amount of damage a hero can resist before dying and thus losing the fight.
3. **Strength**: determines damage per hit.
4. **Speed**: determines the probability of dodging the attack of your opponent.
5. **Accuracy**: determines the probability of actually hitting your opponent.
6. **Intelligence**: determines the probability of hitting twice
7. **Luck**: determines the probability of miraculously not being hit once it was unavoidable.

You can do the next actions with your hero:

{% hint style="info" %}

1. Change his name
2. Grow up his stats
3. Reset his stats
4. Rejuvenate
5. Revive
   {% endhint %}


---

# Agent Instructions: 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://aoc-1.gitbook.io/age-of-cryptology/game/nfts/heroes.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.
