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

# 探索迷宮

玩家可以在冒險模式中進行副本挑戰，挑戰副本會消耗战斗NFT的能量，通關副本即可獲得經驗、COIN、技能碎片、經驗包、能量包、技能卡包等大量獎勵。

![](/files/KKWvbT9EH6LXwVPYRQlw)

進入冒險界面後點擊【開始戰鬥】進入對應的副本迷宮，迷宮探索玩法下，玩家探索迷宮的各個區域，根據定位的格子觸發各種隨機事件。

![](/files/h9yx2Pkuu5kR52DDzWmd)

![](/files/nrPi7m5xLZkhHXsjsxb9)

地牢奖励：显示当前已获得的奖励&#x20;

队伍：编辑上阵的英雄&#x20;

返回：暂时离开副本或退出副本挑战

<div align="left"><figure><img src="/files/6oQe22vAD4Q57rxSaApZ" alt=""><figcaption></figcaption></figure></div>

完成副本迷宮後，可以獲得大量獎勵。

| 副本      | 最少上陣人數 | 等級要求 | 能量消耗 | 復活                 |
| ------- | ------ | ---- | ---- | ------------------ |
| 冰霜大陸    | 3      | 1    | 6    | 復活券\*1 or COIN\*5  |
| 超時空鐘樓   | 3      | 10   | 6    | 復活券\*1 or COIN\*5  |
| 破碎的時空聖殿 | 4      | 20   | 6    | 復活券\*1 or COIN\*5  |
| 維度追緝    | 5      | 30   | 6    | 復活券\*1 or COIN\*5  |
| 英雄隕落    | 6      | 40   | 6    | 復活券\*1 or COIN\*5  |
| 死亡沙漠    | 6      | 50   | 6    | 復活券\*2 or COIN\*10 |
| 阿努比斯神國  | 7      | 60   | 6    | 復活券\*2 or COIN\*10 |
| 三國英豪    | 7      | 70   | 6    | 復活券\*2 or COIN\*10 |
| 昆侖山神獸   | 7      | 80   | 6    | 復活券\*2 or COIN\*10 |
| 地獄戰爭    | 7      | 90   | 6    | 復活券\*2 or COIN\*10 |
| 夜襲反擊戰   | 7      | 100  | 8    | 復活券\*3 or COIN\*15 |
| 亡靈天災    | 7      | 110  | 8    | 復活券\*3 or COIN\*15 |
| 地下洞窟    | 7      | 120  | 8    | 復活券\*3 or COIN\*15 |
| 黑暗世界    | 7      | 130  | 8    | 復活券\*3 or COIN\*15 |
| 死亡神殿    | 7      | 140  | 8    | 復活券\*4 or COIN\*20 |
| 時空夾縫    | 7      | 150  | 8    | 復活券\*4 or COIN\*20 |


---

# 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://mixmarvel.gitbook.io/dehero_game/ch/guide/fight.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.
