> For the complete documentation index, see [llms.txt](https://docs.gigaverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gigaverse.io/zh/zhan-dou/di-xia-cheng-gai-lan.md).

# 地下城概览

## 地下城概览

Dungetron 是一种类 Roguelite 地下城，敌人难度会随着关卡逐步增加。地下城一共有 4 层，每一层包含 4 个房间。玩家在击败房间内的敌人后可以获得其掉落的道具，这些道具即使在玩家死亡后也会保留。不过在玩家死亡后，地下城关卡进度将被重置（自动返回地下城入口），必须重新开始挑战。

目前游戏中共有两种地下城：

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td align="center">Dungetron 5000: Normal</td><td><a href="https://2356007408-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ficab3JzUz7MddSO6Rfl1%2Fuploads%2F0DS8YoekWLmW7oLRwad4%2Fimage.png?alt=media&#x26;token=461296ae-b742-498a-ba7b-ab8cd8b56bd1">https://2356007408-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ficab3JzUz7MddSO6Rfl1%2Fuploads%2F0DS8YoekWLmW7oLRwad4%2Fimage.png?alt=media&#x26;token=461296ae-b742-498a-ba7b-ab8cd8b56bd1</a></td></tr><tr><td align="center">Dungetron: Underhaul</td><td><a href="https://2356007408-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ficab3JzUz7MddSO6Rfl1%2Fuploads%2FuLHyVJDpH1A1gx3L3QX7%2FDungetron%20Underhaul.avif?alt=media&#x26;token=4ffad3b1-5e75-458b-82c5-5f0f229d90ba">https://2356007408-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ficab3JzUz7MddSO6Rfl1%2Fuploads%2FuLHyVJDpH1A1gx3L3QX7%2FDungetron%20Underhaul.avif?alt=media&#x26;token=4ffad3b1-5e75-458b-82c5-5f0f229d90ba</a></td></tr></tbody></table>

在地牢中，你还会遭遇”回声“，它们是其他真实玩家的化身。

了解更多： [”回声“](https://dalaoge.gitbook.io/gigaversecn/combat/hui-sheng-zhan-dou-xi-tong)


---

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

```
GET https://docs.gigaverse.io/zh/zhan-dou/di-xia-cheng-gai-lan.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.
