> 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_temporarily.md).

# add\_stat\_temporarily

## `add_stat_temporarily`

**触发效果**[**​**](https://plugins.auxilor.io/effects/all-effects/add_stat_temporarily#triggered-effect)

为（作为触发对象的）玩家临时添加技能属性。

**需要 EcoSkills**

## 示例配置

```yaml
- id: add_stat_temporarily
  args:
    stat: strength # 属性ID
    amount: 10 # The amount to add (or subtract, allows negative values)
    duration: 20 # The duration (in ticks)
```
