# Battle Power & Stats

A character's most important attribute is Battle Power, which represents their total strength and provides a clear measure of their overall capabilities. Battle Power is calculated based on stats derived from equipment, divided into primary and secondary categories.

### **Primary Stats:**

* **Attack (ATK):** Increases damage output.
* **Defense (DEF):** Reduces incoming damage.
* **Health (HP):** Enhances overall survivability.

### **Secondary Stats:**

* **Critical Chance:** Boosts the probability of landing critical hits.
* **Critical Damage:** Amplifies the damage dealt by critical hits.
* **Combo:** Enables consecutive attacks for increased damage.
* **Combo Ignore:** Reduces the effectiveness of enemy combos.
* **Critical Skill:** Increases the power of special abilities.
* **Critical Skill Ignore:** Mitigates the impact of opponents’ critical skills.
* **Dodge:** Enhances evasion rate to avoid enemy attacks.
* **Dodge Ignore:** Neutralizes the enemy's dodge chances.

These stats can be improved by equipping gear, and with high-quality[ equipment](/games/epicapes-adventures/character-upgrade/equipment.md), a character gains superior stats, making them more powerful and resilient in combat. Strategically upgrading gear is key to achieving dominance in battles.


---

# 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.epicapes.io/games/epicapes-adventures/character-upgrade/battle-power-and-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.
