# Hero Stats

Each hero comes with a set of core attributes that define their capabilities within the game:

* <img src="https://lh7-us.googleusercontent.com/IgWFvtMj-wUIIxScDQox7CqrWjbV3tsQ4g1iZziN5QGs80MGuJggXk7C2llD39IvZyGO0truflZoTAEAaks2ZskDsiI5JCWIoKHM9dbEFQgBEYh6x73hO5CHfjJYFnv6yFOqmk6LqX_HbQ8bb4xsVM8" alt="" data-size="line">**Level:** A hero's level is determined by the amount of experience points (EXP) they accumulate. Players can increase their level, allowing them to enhance individual attributes like Strength, Dexterity, Vitality, and Energy. Higher-level heroes are more challenging to hit in battles. Further details about leveling up will be covered in the Level Up section.
* **Title:** Heroes are bestowed with a title that corresponds to their karma. Karma, a hidden parameter, is influenced by the hero's actions in various quests and impacts the outcomes of many adventures. The hero's title can be one of the following:
  * High Cockalorum
  * Bloodclaat
  * Minger
  * Prick
  * Twat
  * Git
  * Smellfungus
  * Wanker
  * Knobhead
  * Arse
  * Bum
  * Serf
  * Beggar
  * Plodder
  * Nobleman
  * Elite
  * Master
  * Lord
  * Idol
  * Legend
  * Divine
* **EXP (Experience):** Experience points are earned by defeating enemies and are essential for leveling up a hero. EXP has specific threshold values, and reaching these thresholds triggers a level increase. If a player chooses not to level up, EXP continues to accumulate. The amount of experience gained in battle depends on the level difference between the player and the enemy. Fighting enemies significantly lower in level (over 10 levels) yields 0 experience points.
* **HP (Hit Points):** HP represents the hero's standard of living. HP does not regenerate over time. When an opponent's HP drops to zero, their opponent wins the battle. HP can be restored by drinking the corresponding consumable, exploring health shrines, getting buffs in quests, and leveling up.
* **MP (Magical Points):** MP is the magical energy required to activate skills during battles and does not regenerate with time. MP can be restored by drinking the corresponding consumable, exploring shrines, getting buffs in quests, and leveling up.
* <img src="https://lh7-us.googleusercontent.com/qBkbIE7lllEJVeaoeahZcNwKmN5VEp-YNrS3O_RlN1e1GoYsRVY48hGWsyh_WHhb3MQ8MMypRysUvOAqExP4B2nWmipKI92Oz5Y3zUE9Mh1711wYlOhesdYh-Tv29p-QZPpiLveV9oAAA4wuzQkvCaQ" alt="" data-size="line">**Strength:** This stat affects Maximum and Minimum Damage dealt by the hero.
* <img src="https://lh7-us.googleusercontent.com/-lNGcwVCZrPYyEZvFeVwUBnpdaXlkrPVWaTGrRmThzO11H2-71ZrMM6cjS5KZtEE6ESIRdmzW7ri6JXEAhLZRl0LkkQwLpEddyRQ9vsbvneurv-XGeX3caEcBD5oqXyhvatW8KRFV1xLqe8m5UmNcvI" alt="" data-size="line">**Dexterity:** Dexterity influences the hero's Attack, Block Rating and Defense.
* <img src="https://lh7-us.googleusercontent.com/cPoMw1NPMCyg_VoEK7uI40QlFv5ey-FocbP2xCgfOJsiQB61GkMtkODS2IwLPq33u2NmmlaQRW0GXAdFyMZYTH9nijtaqU3jOUcn1F9HeY6kU_28qQtlmJy_k_h01bIQ9EwQSAf8h3Pyres-od5vPDs" alt="" data-size="line">**Vitality:** Vitality increases the hero's HP for each unit of vitality.
* <img src="https://lh7-us.googleusercontent.com/7wU0QStMZiKlSE70sZANa46-akvVZ5Q5VIA9FrzYfUdbTTq_ip6AX4PRavNLEgwglCLBrO9RNV8trt288L5qtuluiLriFkQKC2-8UH_9Pw8v5sl5Xsm3ylkA6Sf7M5w_-SxOPp4mjuB__iLaGe76A2M" alt="" data-size="line">**Energy:** Energy contributes to the hero's MP for each unit of energy.
* <img src="https://lh7-us.googleusercontent.com/uXD2h-5-YlqUZ_iF1sIK6wBRqMAUO3AxCANKIbX3eIui7niyzcCCmyZAs7cLKKMO-BjGXL4fWOL6In6M7bmS3QnmzsVgQMA5166_xaPwyDCJjZqDi_wm0FDD3YHvWTCAdN3ws6jyuE8iZLnKVQFDWD8" alt="" data-size="line">**Lifechances:** Lifechances determine the hero's ability to avoid permanent death. When the life chance counter reaches zero, the hero will experience permanent death. Note, that by default, a hero has a total of 5 life chances. When only 1 life chance remains, it signifies that the hero is on the brink of permanent death in the event of the next failure.\
  Life chances can be restored by being lucky and receiving them as rewards in quests or shrines. There are no other ways to restore them.

These attributes are influenced by both the hero's inherent characteristics and the actions taken by the user during their journey. Additionally, other stats can be obtained through in-game items, they will be detailed in the Inventory section.

<br>


---

# 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://docs.sacra.cc/sacra-whitepaper/game-overview/heroes-overview/hero-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.
