# Dungeons - Introduction

### ⚔️ Dungeon Difficulties

Our dungeon system is designed to cater to **players of all skill levels**, with increasing challenges and rewards across the following difficulty tiers:

* **Normal**
* **Hard**
* **Expert**
* **Master**
* **Insane** (ranging from **I** to **X**)

Each difficulty tier offers unique monster compositions, mechanics, and rewards — allowing you to choose the challenge that suits your playstyle and party.

### 🧩 Requirements to Enter

Before you can enter a dungeon, make sure you meet all of its **specific requirements**, visible directly in the **Dungeon Panel**:

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

### 🔓 Unlocking Dungeons

Each dungeon must first be **unlocked by completing a small quest**:

* Open the **Dungeon Panel** via the Dragon Statue and select your desired dungeon.
* A **hint will appear** about the location of another hidden Dragon Statue.
* **Find and use** that hidden statue to unlock the dungeon permanently.

<figure><img src="/files/enQr6aqg2HY6EeXujxQq" alt=""><figcaption><p>Dragon statue that has to be found and used to unlock dungeon</p></figcaption></figure>

{% hint style="info" %}
Insane Dungeon Keystones can be looted from Dungeon bosses&#x20;
{% endhint %}

### 🎚️ Dungeon Requirements

To enter, you must fulfill:

* **Minimum level requirement**
* **Maximum party size**
* **Quest unlocked status**
* **Dungeon Keystones (see below)**

### 🗝️ Tiered Dungeon Keystones

Dungeon entry now requires **Tiered Dungeon Keystones**, which vary based on:

* **Dungeon Tier** (linked to the Dungeon Boss’s loot tier)
* **Selected Difficulty (amount)**

**Where to find them keystones:**

* **Tiered Keystones** are dropped by **Elite+ monsters** in the open world.
* **Insane Dungeon Keystones** (used only for **Insane VIII, IX, and X**) drop from **Insane monsters**.

**Entry Cost:**

* Higher difficulty levels require **more keystones** to join.
* For **Insane VIII–X**, you will need **1, 2, or 3 Insane Dungeon Keystones**, respectively.

👉 All requirements and costs are clearly displayed in the **in-game Dungeon Panel**.

### 🧠 Dungeons: Combat & Puzzles

Each dungeon contains:

* **Dangerous enemies** scaling with difficulty
* **Unique monster mechanics and team fights**
* **Puzzles and mystery rooms** requiring clever thinking, not just brute force

### 💎 Dungeon Rewards

Dungeons are the **primary source of Crystal Shards**, the essential material used in **Item Upgrading**. These rare shards can only be acquired from **Dungeon Bosses or completion chests**, especially at higher difficulty levels.

### 🚪 How to Enter

When you're ready:

1. Visit any city temple and **use the Dragon Statue**.
2. Select your dungeon and desired difficulty.
3. Check and meet all entry requirements.
4. Click **“Join”** to begin your run!

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

### 🏆 Are You Ready?

The path to glory awaits those bold enough to face the depths. With **scaling difficulties**, **progression-based keystone costs**, and **unique puzzles**, Eternal Odyssey's dungeon system offers **a truly personalized challenge** — and the rewards to match.

**Prepare your gear, gather your allies, and carve your legend into the very stones beneath the temples.**


---

# Agent Instructions: 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:

```
GET https://wiki.eternalodyssey.net/dungeons/dungeons-introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
