> For the complete documentation index, see [llms.txt](https://ro0-4.gitbook.io/godro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ro0-4.gitbook.io/godro/custom-features/treasure-room-koe.md).

# Treasure Room KoE

#### 📖 Introduction

The **Treasure Room** is a **post-King of Emperium reward system** that gives exclusive access to a special loot chamber filled with treasure chests. Only the **Guild Master** of the most recent KoE-winning guild can enter this room to claim their guild’s rewards.

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

***

### 🔓 How to Gain Access

| **Requirement**       | **Details**                                                            |
| --------------------- | ---------------------------------------------------------------------- |
| **Who Can Enter**     | Only the **Guild Master** of the latest WoE-winning guild              |
| **When**              | After **King of Emperium ends**                                        |
| **Where to Enter**    | Speak to the **Treasure Gatekeeper** in **Central Hall**               |
| **Eligibility Check** | The NPC verifies if you're the leader of the most recent winning guild |
| **Exclusive Entry**   | No one else can enter **only the leader** of the winning guild         |
| **Rewards Inside**    | Breakable treasure chests that drop items and enchanted gear           |

***

### 🎁 Treasure Chest Reward Table

Each chest performs **multiple randomized rolls** to drop items. Some are rare and get broadcasted server-wide.

| **Item Type**         | **Item Name**                | **Amount** | **Drop Chance** |
| --------------------- | ---------------------------- | ---------- | --------------- |
| **Blessing Cards**    | Attack Card                  | 2–6        | 0.50%           |
|                       | Defense Card                 | 3–10       | 2.00%           |
|                       | Element Card                 | 3–15       | 3.00%           |
| **Buff Consumables**  | Luxurious Western Food       | 5–10       | 5.00%           |
|                       | Increase AGI Scroll Box (10) | 3–5        | 7.00%           |
|                       | Blessing Scroll Box (10)     | 3–5        | 7.00%           |
| **Stat Scrolls**      | MDEF +2                      | 1          | 0.50%           |
|                       | DEF +3                       | 1          | 0.50%           |
|                       | Max HP +100                  | 1          | 0.50%           |
|                       | Max SP +50                   | 1          | 0.50%           |
|                       | Heal Effectiveness +2%       | 1          | 0.50%           |
|                       | Attack Speed +1%             | 1          | 0.50%           |
|                       | ATK +6                       | 1          | 0.50%           |
|                       | MATK +6                      | 1          | 0.50%           |
|                       | Long Range Damage +1%        | 1          | 0.50%           |
|                       | Critical Damage +4%          | 1          | 0.50%           |
| **Buff Consumables**  | Bubble Gum 50% (3 mins)      | 1–3        | 10.00%          |
|                       | Bubble Gum 50% (5 mins)      | 1–5        | 3.00%           |
|                       | Bubble Gum 100%              | 1–5        | 1.50%           |
| **Loot Boxes**        | Royal Jelly Box              | 1–5        | 70.00%          |
|                       | Mastela Fruit Box            | 1–5        | 70.00%          |
| **Craft Materials**   | Glistening Coat              | 1–10       | 50.00%          |
| **Upgrade Materials** | Enriched Elunium             | 1          | 3.00%           |
|                       | Enriched Oridecon            | 1          | 3.00%           |
| **Special Currency**  | Costume Weapon Shards        | 1–10       | 0.20%           |
| **Gold**              | Gold                         | 1–10       | 2.00%           |


---

# 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://ro0-4.gitbook.io/godro/custom-features/treasure-room-koe.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.
