# Hero Upgrade

Your hero's strength is defined by key stats that grow through upgrades or equipped items. Each stat plays a critical role in enhancing your hero's capabilities:

| **Stat**                | **Description**                                 |
| ----------------------- | ----------------------------------------------- |
| **Attack (ATK)**        | Increases the damage dealt to enemies.          |
| **Health (HP)**         | Determines the hero's survivability.            |
| **Defense (DEF)**       | Reduces the damage taken from attacks.          |
| **Evasion (EVADE)**     | Increases the chance to dodge attacks.          |
| **Critical Rate**       | Enhances the likelihood of critical hits.       |
| **Critical Damage**     | Amplifies the damage dealt by critical hits.    |
| **Movement Speed**      | Improves the hero's mobility in combat.         |
| **Attack Speed**        | Speeds up the rate of attacks.                  |
| **Health Regeneration** | Restores health over time.                      |
| **Skill Cooldown**      | Reduces the time required to reuse skills.      |
| **Life Steal**          | Restores health when dealing damage to enemies. |

Upgrade strategically to unleash the full potential of your hero and dominate the dungeon!


---

# 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://about.petopiagame.io/the-game/heroes/hero-upgrade.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.
