> For the complete documentation index, see [llms.txt](https://docs.defikingdoms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defikingdoms.com/gameplay/heroes/stats.md).

# Stats

Heroes come in many varieties, and it would help to understand more about them before picking one. Let’s start with a Hero's stats. The capabilities of all Heroes are governed by the same set of stats. Each Hero’s starting stats will be determined by their class, their stat bonus genes, their rarity, and bonuses applied during the summoning process (granted by the summoners spending extra Gaia’s Tears and/or certain Enhancement Stones).

## Hit Points (HP)

Hit Points are the measure of how alive a Hero is. If they become injured, they will need to rest or use potions to recover HP. If this goes to 0, the Hero can become exhausted, or worse…

## Mana Points (MP)

Mana Points are used to cast spells and use skills. When this reaches zero, the Hero can no longer use spells or skills until they use a Mana Potion.

## Stamina

Stamina is used to perform Quests. If the Hero has no stamina, they must rest naturally (1 stamina recovered every 20 minutes) or go to the inn and pay JEWELs to drastically increase their stamina recovery rate.

## Strength (STR)

Strength adds a multiplier to various actions, especially physical attacks and skills.

## Dexterity (DEX)

Dexterity plays a lesser role in defense, and modifies attack damage from certain weapons.

## Agility (AGI)

Agility determines the time between a Hero’s actions in combat. It also plays a role in Evasion.

## Vitality (VIT)

Vitality is the primary stat that impacts HP growth, and has added benefits to recovering from certain debuffs.

## Endurance (END)

Endurance adds to defense, and increases debuff resistance.

## Intelligence (INT)

Intelligence adds a multiplier to various actions, especially skills and magic, and modifies Magic Evasion. This stat also plays into how much MP is gained when leveling up.

## Wisdom (WIS)

Adds a multiplier to magic attacks and skills and increases Magic Defense. This stat also plays into how much MP is gained when leveling up (to a lesser extent than INT).

## Luck (LCK)

The higher Hero’s luck, the more likely it is for a Hero to land a critical strike. Luck also slightly increases chances to find rare items during Quests and plays a small role in Evasion.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.defikingdoms.com/gameplay/heroes/stats.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
