> 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/zhu-yao-mo-kuai-jie-shao/fu-ben-jiao-ben-zu-jian/tiao-jian-condition.md).

# 条件 condition

| 条件名与构造                          | 说明                                                                      |                                                  |
| ------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------ |
| hasDunMeta:metastring1          | 是否包含某条元数据;可判断多条 分号分隔 ；                                                  |                                                  |
| blockFace:x1;y1;z1;x2;y2;z2;d\| | <p>方块位置判断. 参数: 坐标1;坐标2;朝向. 朝向是东南西北四个方向的中文缩写.dnxb.朝向上和下的缩写为shang,xia. 可用 | 分隔表示多个</p><p>写法格式要求:  判断的两个坐标中. 必须有2个值是相同的. </p> |
| hasDunPoint:1;10                | <p>是否有足够的某个点数.</p><p>这里的意思是是否有 点数id为1的 10点 数值</p><p>可用                  | 分隔表示多个</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/zhu-yao-mo-kuai-jie-shao/fu-ben-jiao-ben-zu-jian/tiao-jian-condition.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.
