> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/auxilor-plugins/zi-ding-yi-xiao-guo/suo-you-xiao-guo/add_stat.md).

# add\_stat

## `add_stat`

**永久效果**[**​**](https://plugins.auxilor.io/effects/all-effects/add_stat#permanent-effect)

为（作为触发对象的）玩家增加某个技能属性。

**需要 EcoSkills / AureliumSkills**

## 示例配置

```yaml
- id: add_stat
  args:
    stat: strength # 属性ID
    amount: 10 # 添加或者减少的数量，减少为负数
```
