> For the complete documentation index, see [llms.txt](https://pixel-toy.gitbook.io/pixel-toy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pixel-toy.gitbook.io/pixel-toy-docs/classes.md).

# 🏹 Classes

Classes in **Pixel Toy** define how a hero fights, survives, and contributes to the world. Each class has unique strengths, weaknesses, and roles in both PvE and PvP. Choosing a class is one of the most important decisions for an adventurer.

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

**Core Roles**

* **Warrior**
  * Frontline fighter with high defense and melee power.
  * Specializes in tanking damage and protecting allies.
  * Excels in dungeon raids and guild battles.
* **Mage**
  * Master of elemental and arcane spells.
  * High damage output but low defense.
  * Key role in both group PvE and large-scale PvP.
* **Rogue**
  * Agile assassin focused on critical strikes and mobility.
  * Strong in one-on-one duels and stealth missions.
  * Often used for quick dungeon runs and resource hunting.
* **Cleric**
  * Support class with healing and protective spells.
  * Essential in group content, keeping allies alive.
  * Can also deal moderate damage with holy abilities.

**Progression**

Each class grows through:

* **Leveling** — unlocking new abilities and stats.
* **Specialization** — choosing advanced skill paths (e.g., Warrior → Paladin or Berserker).
* **Equipment** — gear and weapons that amplify class strengths.

**Balance in Gameplay**

* PvE relies on a **balanced party**: tanks, damage dealers, and healers.
* PvP rewards **team composition and counterplay** between classes.
* Events and dungeons are designed so that no single class can dominate all aspects of the game.

**Future Expansions**

New classes and hybrid specializations will be introduced through updates and seasonal expansions, keeping the system dynamic and giving players new ways to experience **Pixel Toy**.


---

# 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://pixel-toy.gitbook.io/pixel-toy-docs/classes.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.
