> For the complete documentation index, see [llms.txt](https://meversedex.gitbook.io/x-heroes-nft-war/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meversedex.gitbook.io/x-heroes-nft-war/game-system/hero.md).

# Hero

The core of X Heroes: NFT War is the hero system. Players can play the game and collect over 300 different types of heroes to complete your own collection

Heroes are divided into 6 categories.

* Physical type: A hero optimized for close combat, dedicated to attack and defense in all areas of the battlefield.
* Physical tank type: A hero optimized for physical defense, defending against enemy attacks with their body at the forefront.
* Magic type: A hero who specializes in magic attacks and uses various types of magic.
* Magic Tank Type: A hero optimized for magic defense and has a variety of protective magic that protects our allies from enemy magic.
* Healing: A hero with excellent healing abilities for single or all allies.
* Healing tank type: Tanking while using various magics that reduce enemy damage and heal allies

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

The criteria for classifying hero performance are Rarity and Grade. All heroes have their rarity and grade, and their basic abilities are determined accordingly, but they can be upgraded in various ways to overcome their origin and become stronger.

* There are a total of 6 rarities, and they are classified as M, B, A, S, SS, and SSS.
* There are 6 grades in total. Those are 1 to 6 stars.

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

The maximum level for each rarity is as follows.

| Rarity | Max Level |
| :----: | :-------: |
|    B   |     80    |
|    A   |     80    |
|    S   |     80    |
|   SS   |    110    |
|   SSS  |    140    |


---

# 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://meversedex.gitbook.io/x-heroes-nft-war/game-system/hero.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.
