add_stat_temporarily

add_stat_temporarily

触发效果

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

需要 EcoSkills

示例配置

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

Last updated