# 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)
```
