# Hero Stats

### Hero system

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

#### Stats of hero:

|          Stats         | Acronym |
| :--------------------: | :-----: |
|      Health points     |    HP   |
|      Attack damage     |    AD   |
|      Attack power      |    AP   |
|          Armor         |    A    |
|    Magic resistance    |    MR   |
|      Attack speed      |    AS   |
|       Production       |   Prod  |
|      Attack range      |    AR   |
|        Cooldown        |    C    |
| Critical strike chance |   CSC   |
| Critical strike damage |   CSD   |
|        Omnivamp        |    O    |
|    Armor penetration   |   Apen  |
|    Magic penetration   |   Mpen  |
|     Movement speed     |    MS   |

The hero system for NFTs includes the following random stats:

* **HP**: Health points
* **AD**: Attack damage
* **AP**: Attack power
* **A**: Armor
* **MR**: Magic resistance
* **AS**: Attack speed
* **Prod**: Production

The hero system for NFTs includes the following default, non-random stats:

* **AR**: Attack range
* **CD**: Cooldown
* **CSC**: Critical strike chance
* **CSD**: Critical strike damage
* **O**: Omnivamp
* **Apen**: Armor penetration
* **Mpen**: Magic penetration
* **MS**: Movement speed

{% hint style="info" %}
The maximum number of stars of a Hero is 5 stars, the minimum number of stars of a Hero is 1 star
{% endhint %}

### How to get heroes?

You can buy hero packs in the shop, we will also hold some events so that lucky users can get powerful heroes. Stay tuned!

<figure><img src="/files/xBoFePYEr8cmmliKBIVi" 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://docs.pixiland.app/hero/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.
