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

# 🏰 Dungeons

Dungeons are one of the core features of Pixel Toy. They are dangerous, reward-rich areas

**Types of Dungeons**

<figure><img src="https://pixel-toy.gitbook.io/pixel-toy-docs/~gitbook/image?url=https%3A%2F%2F1379346106-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FoX6PT1a6wl9ZdAkF5DZ8%252Fuploads%252FLFlq5oQoNR05gRS9NYO3%252F0914%281%29%2520%281%29.gif%3Falt%3Dmedia%26token%3Defc85f4f-88d1-441a-9523-37f6c59f5024&#x26;width=768&#x26;dpr=1&#x26;quality=100&#x26;sign=84718f2a&#x26;sv=2" alt=""><figcaption></figcaption></figure>

**Pixel Toy** offers different dungeon experiences depending on difficulty and goals:

* **Starter Dungeons** Short and accessible for new players. Good for learning mechanics, farming basic resources, and gaining early equipment.
* **Standard Dungeons** Designed for groups of adventurers. They contain multiple rooms, mini-bosses, and resource nodes, ending with a challenging final boss.
* **Elite Dungeons** High-difficulty instances requiring coordination, proper roles, and powerful gear. Rewards include rare equipment, crafting materials, and unique artifacts.
* **World Dungeons** Large-scale events open to many players at once. World bosses and timed objectives make these encounters unpredictable but highly rewarding.

**Dungeon Structure**

Every dungeon follows a progression path:

1. **Entry & Preparation** — players gather, stock on potions, and select roles.
2. **Exploration** — multiple paths with traps, puzzles, and hidden rooms.
3. **Combat Encounters** — enemies scale with dungeon level.
4. **Mini-Bosses** — mid-challenge fights that drop resources and mid-tier loot.
5. **Final Boss** — the main challenge. Requires strategy and teamwork to defeat.
6. **Treasure & Exit** — loot distribution, artifact discovery, and exit to safety.

**Rewards**

Dungeon rewards scale with difficulty:

* **Common dungeons**: basic gear, consumables, crafting items.
* **Elite dungeons**: rare and epic weapons, upgrade materials.
* **World dungeons**: legendary artifacts, NFT items, and unique cosmetics.

The risk is always balanced by the potential reward — the deeper you go, the greater the chance of obtaining valuable loot.

**Replayability**

Dungeons are designed to stay engaging:

* Randomized layouts ensure no two runs feel the same.
* Rotating events introduce new enemy types and mechanics.
* Seasonal corruption alters existing dungeons, making them more dangerous but also more rewarding.

**Dungeons are where heroes prove their strength, earn glory, and secure the treasures that define their journey in 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://pixeltoy.gitbook.io/pixeltoy-docs/dungeons.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.
