> For the complete documentation index, see [llms.txt](https://whitepaper.legendofarcadia.io/legend-of-arcadia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.legendofarcadia.io/legend-of-arcadia/nft-assets/nft-toy-hero/class.md).

# Class

**According to their weapons, heroes in Legend of Arcadia are divided into 8 classes.** Heroes of every class have their own characteristics and specialties.&#x20;

<table><thead><tr><th width="156.4">Class</th><th width="150">Weapon</th><th>Feature</th><th data-hidden></th></tr></thead><tbody><tr><td>Fighter</td><td>Gloves</td><td>Melee attack/High ATK/Skilled at piercing through enemy's lines</td><td></td></tr><tr><td>Swordsman</td><td>Sword</td><td>Melee attack/High ATK/Come and go like the wind on the battlefield</td><td></td></tr><tr><td>Knight</td><td>Shield &#x26; Sword</td><td>Melee Attack/High HP/Protect and heal the ally in danger</td><td></td></tr><tr><td>Bastion</td><td>Shield</td><td>High Defense/High HP/The strongest shield on the battlefield</td><td></td></tr><tr><td>Assassin</td><td>Double Dagger</td><td>Melee attack/Agility/Good at killing the enemy in the invisible</td><td></td></tr><tr><td>Archer</td><td>Bow &#x26; arrow</td><td>Ranged Attack/Good at taking the head of the enemy general among the thousands of troops</td><td></td></tr><tr><td>Mage</td><td>Wand</td><td>Ranged Attack/Magic Attack/Heal allies with magic</td><td></td></tr><tr><td>Warrior</td><td>Axe</td><td>Melee attack/Always charge at the forefront</td><td></td></tr></tbody></table>


---

# 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://whitepaper.legendofarcadia.io/legend-of-arcadia/nft-assets/nft-toy-hero/class.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.
