> For the complete documentation index, see [llms.txt](https://herobattle.gitbook.io/herobattle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://herobattle.gitbook.io/herobattle/tutorial/gameplay/character-class-system-1.md).

# Character class system

At the beginning of the game, players need to own at least 5 characters of 1 of the 5 systems below to be able to participate in the battle. To own the character, the player needs to buy a champion card in the developer's NFT store (limited opening sale) or another player's. Opening the Hero Card will randomly receive a male or female hero of 1 of 5 types and have a random number of stars from 1 to 5 stars. Players can start their fight immediately.

{% tabs %}
{% tab title="Fire Tribe" %}
![](/files/-MhT2eRxhs1t4NDbf_Tz)
{% endtab %}

{% tab title="Metal Tribe" %}
![](/files/-MhT2hasN0z8f4X4xSOZ)
{% endtab %}

{% tab title="Earth Tribe" %}
![](/files/-MhT2kUn3KK17mWsWNSn)
{% endtab %}

{% tab title="Water Tribe" %}
![](/files/-MhT2ntEBYftVurCL7T3)
{% endtab %}

{% tab title="Tree Tribe" %}
![](/files/-MhT2r1au_zk_zasiNyc)
{% endtab %}
{% endtabs %}

* There are 5 character classes corresponding to the five races. Please note, Each character system has a unique characteristic that counters each other. Characters will gain or lose strength when encountering monsters (in PVE) or other Characters (in PVP) based on the system of the counter or countered character.

### Fire Tribe >> Metal Tribe  >>  Tree Tribe >> Earth Tribe >> Metal Tribe >> Water Tribe >> Fire Tribe ...

![](/files/-MhNwoASvXmSuwRTg5ki)

* &#x20;Player can own up to 5 characters. Try to collect yourself enough 5 characters of 5 different system to be able to diversify in the arrangement of the squad during the battle.

{% tabs %}
{% tab title="Fire Tribe s'character " %}
**Chance to get 20% when opening character card.**

![](/files/-MhOVVkm2pzlsra8m9PN)

![](/files/-MhT2MEVo8c91xjbdQtl)
{% endtab %}

{% tab title="Metal Tribe s'character" %}
**Chance to get 20% when opening character card.**

![](/files/-MhOqlhkvuTE-Unk-taj)

![](/files/-MhT2_K0bIyAAJKuNc7y)
{% endtab %}

{% tab title="Earth Tribe s'character" %}
**Chance to get 20% when opening character card.**

![](/files/-MhOW0tXZaniqBrVX7bT)

![](/files/-MhT2Wj6nvsfovycm49C)
{% endtab %}

{% tab title="Water Tribe s'character" %}
**Chance to get 20% when opening character card.**

![](/files/-MhOVipLk6zezGhKQ-p9)

{% endtab %}

{% tab title="Tree Tribe s'character" %}
**Chance to get 20% when opening character card.**

![](/files/-MhOVmzVoOAZbyhNdPK8)

![](/files/-MhT2T8bxgoSYj8nUsGv)
{% endtab %}
{% endtabs %}

#### The number of stars for a character represents the rarity and strength of that character.

* 1 star : Beginner-class Hero (51% )
* 2 stars : Intermediate Hero (30% )
* 3 stars : Advanced Hero ( 15% )
* 4 stars : Rare Hero ( 3% )
* 5 stars : Legendary Hero ( 1% )

Players can also upgrade their character with 3 characters of the same system and the same number of stars and turn it into a character with a higher number of stars.

![](/files/-MhNvYii1Lfu5lTiRZ3t)

![](/files/-MhNvajsvHbjr949L3uu)

![](/files/-MhNveImHQSBlyHKuma2)

![](/files/-MhNvh790yfGTKJPZxTT)


---

# 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://herobattle.gitbook.io/herobattle/tutorial/gameplay/character-class-system-1.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.
