> For the complete documentation index, see [llms.txt](https://docs.warlands.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.warlands.io/whitepaper/tokenomics/nfts/heroes-and-mounts.md).

# Heroes and Mounts

## Heroes

<figure><img src="/files/3govUapb5tABwyVrUMr3" alt=""><figcaption></figcaption></figure>

When a player mints or purchases a character in Warlands, they can get any of the weapon classes randomly. For example, the user gets a random character X from a loot box that character X can randomly get any of 3 weapon class and 2 passive abilities\
Warlands heroes are unique characters, each equipped with:

\- A base weapon type, defining their primary combat style, such as swords for melee or bows for ranged attacks.

\- Warlands heroes come in four different rarities, purely cosmetic and not impacting gameplay mechanics.

\- Heroes can be upgraded to a maximum of level 3, with each level unlocking a new set of base weapons and passive abilities.

## Mounts

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

In Warlands, mounts are more than mere companions—they're formidable allies with multiple benefits and abilities. These mystical creatures shape battle strategies, bolster combat prowess, and even aid in non-battle techniques like swift travel and support.

\- Warlands mounts wield random abilities with cooldowns for strategic battle use.

\- Three rarities purely affect mount appearance, not gameplay.

\- Choose mounts wisely, timing abilities for maximum battlefield impact.

<br>

<br>


---

# 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://docs.warlands.io/whitepaper/tokenomics/nfts/heroes-and-mounts.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.
