# 3.1.2 Attribute

Heroes have ten major attributes, which include:

○      HP (Hit Point): When a hero gets attacked, his/her HP drops. When it drops to zero, the hero will exit combat.

○      DEF (Defense): Reduce the physical damage received by the hero.

○      RES (Magic Resistance): Reduce the magic damage received by the hero.

○      ATK (Attack): Increase the physical damage caused by the hero. Physical damage may cause Critical Damage, be dodged by the target, or miss the target.

○      LUK (Luck): Increase the chance of finding high-quality items during the dungeon exploration. Teams with low LUK are not able to obtain high-quality items.

○      MP (Magic Point): The magic point at the start of combat. The MP will return to zero after a skill is used.

○      ASPD (Attack Speed): How often this unit attacks opponents. The higher the ASPD, the more attacks the unit launches per second.

○      MPMAX (Magic Point MAX): Determine the accumulated value required for casting a skill. Low MPMAX indicates low skill consumption, meaning the hero can use skills more frequently.

○      RNG (Attack Range): Determine the hero's attack range.

○      CRT (Critical Rate): The chance of causing a 150% physical damage with a normal attack, which may vary according to the unit's CRD (Critical Damage).

<br>

<figure><img src="/files/EvPRHNvitp5lAtKRr7KB" alt=""><figcaption></figcaption></figure>


---

# 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://whitepaper.winnfthero.io/3.-nfts/3.1-hero-nfts/3.1.2-attribute.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.
