> For the complete documentation index, see [llms.txt](https://whitepaper.dragonary.com/dragonary-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.dragonary.com/dragonary-whitepaper/english-whitepaper/gameplay/pve-battle/dungeons.md).

# Dungeons

Dungeons is the place where we will fight Darkwing’s corrupted dragons. The battles are going to be PVE but with a more dynamic approach, similar to how PVP battles are going to be.

**Combat Rules:**

* You can use the “qwerty” letter system and the numbers on your keyboard as shortcuts to select skills and objectives.&#x20;
* We will be able to activate “Command mode”, which consists of being able to choose one of our dragons and select an enemy to receive all the attacks from this dragon, which are usually carried out automatically at random (Cooldown: 7 Seconds).&#x20;
* In dungeon mode, there’s going to be a damage and cooldown reduction to our dragon’s abilities, this means your dragon’s abilities will deal less damage but you can cast them more often, so that you can have even more fun when battling.&#x20;
* Automatic combat mode and 2X speed will be disabled for dungeons.

Every account will be able to complete missions in the Dungeons, regardless of their rarity. The game will detect the rarity of the player and choose the difficulty level accordingly.

**Combat:**&#x20;

Dungeon combat is going to be against 5 corrupted dragons.The location and elements of these dragons will be random and change from fight to fight. In one battle you may find yourself fighting 5 corrupted dragons with a different element each, and in another, 5 dragons from the same element type.

**Cost:** The only cost to join a dungeon is 20 energy points.

**Rewards:**&#x20;

For every victory in dungeon mode we will be rewarded with the following:

● Obsidian: 500

● Equipment: The chances of obtaining an item as a reward for completing each dungeon will depend on the rarity of the account in question. All the equipment acquired on dungeons will be basic tier or “broken”, this being of any element or type.

Rare accounts: 20% chances of obtaining an item.&#x20;

Epic accounts: 25% chances of obtaining an item.

Legendary accounts: 30% chances of obtaining an item.


---

# 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.dragonary.com/dragonary-whitepaper/english-whitepaper/gameplay/pve-battle/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.
