> For the complete documentation index, see [llms.txt](https://chaoss-organization.gitbook.io/chaosdungeon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chaoss-organization.gitbook.io/chaosdungeon/kai-fa-zhe-1/shi-jian.md).

# 事件

| 事件                     | 触发场景        | 备注                                                                                 |
| ---------------------- | ----------- | ---------------------------------------------------------------------------------- |
| DunStartEvent          | 副本开始时       | 玩家成功进本后触发                                                                          |
| DunEndEvent            | 副本结束时       | 成功退本时触发                                                                            |
| DunPassEvent           | 副本通关时       | 在脚本中使用通关事件`DunSuccessPass`才会触发.                                                    |
| DunMobDeadEvent        | 副本内的mm怪物死亡时 | 需前置插件`MythicMobs`                                                                  |
| DunProgressUpdateEvent | 副本进度更新时     | <p>脚本中使用事件<code>setDunProgress</code><br>此事件获取的List\<String>可用于客户端hud或gui的文本显示</p> |
| DunTeamCheckEvent      | 检查玩家进本条件时   | <p>可用此事件检测副本门票,体力,次数等额外限制.<br>不满足进本条件时,取消此事件</p>                                   |


---

# 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://chaoss-organization.gitbook.io/chaosdungeon/kai-fa-zhe-1/shi-jian.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.
