> 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"
```
