> For the complete documentation index, see [llms.txt](https://ersha.gitbook.io/nk-attributeplus/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/nk-attributeplus/guai-wu-shu-xing.md).

# 怪物属性

> 怪物的属性不可通过装备读取,需要在配置内设置\
> 配置文件夹位于 **plugins/AttributePlus/entity** 文件夹

## 配置说明

> 该配置为插件默认自带配置,可自行增加配置\
> 在文件夹内新建配置即可

{% hint style="info" %}
怪物无法设置 **生命力** 属性,请自行配合其他插件例如 [CustomMobs ](https://www.mcbbs.net/thread-956503-1-2.html)怪物插件
{% endhint %}

```yaml
list:
  #节点名别重复
  僵尸:
    #怪物名(颜色不要写进去)
    name: "僵尸"
    #属性列表
    attribute:
      - "物理伤害: 5-10"
      - "物理防御: 10"
  魔术师:
    name: "魔术师"
    attribute:
      - "物理伤害: 10-30"
```


---

# 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/nk-attributeplus/guai-wu-shu-xing.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.
