> 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/weapon-class-system.md).

# Weapon class system

#### Weapons that help your heroes increase Damage to Monsters.

Players can obtain weapons through weapon cards in the NFT market (Limited quantity) and through in-game missions, defeating the BOSS.\
Weapons are divided into 5 types of power.

* Weapon 1 star ( 45% )
* Weapon 2 star (30% )
* Weapon 3 Stars ( 15% )
* Weapon 4 stars ( 10% )
* Weapon 5 stars ( 5% )
* Legendary Weapons ( 0% )

![](/files/-MhNy7gY67mI-9A5DQMc)

Weapons can be upgraded with the Upgrade Gem up to 5 times, increasing their power and addingcharacter-specific special effects ( +1 +2 .. + 5 , Mythology ).

![](/files/-MhO1JALJes8qqlCcvcU)

* 1 star upgrade to 2 stars ( 100% )
* 2 stars upgrade to 3 stars ( 80% )
* 3 stars upgrade to 4 stars ( 65% )
* 4 stars upgrade to 5 stars ( 50% )
* 5 stars upgrade to myth ( 30% )

![](/files/-MhNyAUxqx4PE723oq3S)

![](/files/-MhNyKqeU8h3vg_C_k7G)

![](/files/-MhNyNgxRdfxUQwXhTAP)

![](/files/-MhNyQVII4__Iim7GKys)

![](/files/-MhNySjmIAiKO2C4RigH)

![](/files/-MhNyVbOUZ0GRVD77TpU)


---

# 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/weapon-class-system.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.
