all_players

all_players

触发效果

让所有玩家执行指定效果。

示例配置

- id: all_players
  args:
    effects: # 每个玩家执行的效果
      - id: damage_victim
        args:
          damage: 2
          true-damage: true

Last updated