> For the complete documentation index, see [llms.txt](https://ersha.gitbook.io/dungeonplus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ersha.gitbook.io/dungeonplus/di-lao/untitled/jiao-ben-lie-biao/tiao-jian-pan-duan-lei/untitled-3.md).

# Data-Condition

## 脚本参数

标注 **\*** 为必填参数，带有 **\*N** 为支持 英文逗号隔开多个

| 参数         | 说明                                                          |
| ---------- | ----------------------------------------------------------- |
| key **\*** | 数据名                                                         |
| type \*    | 数据类型 **value(数值) / list(列表)**                               |
| value \*   | value 时可使用运算符号,例如 **>10**                                   |
|            | list 时 **"怪物"** 则数据内包含怪物则满足,带上 **!** 符号则不包含时满足,例如 **"!怪物"** |

## 脚本类型

**all** 代表所有的脚本类型都支持

| 类型     | 说明      |
| ------ | ------- |
| system | 由插件系统执行 |

## 示例

```yaml
$data-condition{key=数据键;type=<value/list>;value=>10} @system
```


---

# 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://ersha.gitbook.io/dungeonplus/di-lao/untitled/jiao-ben-lie-biao/tiao-jian-pan-duan-lei/untitled-3.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.
