modify_damage_item

Modifies the damage of an item.

- id: modify_damage_item
  args:
    damage: 10
    operation: SUM # PERCENT_ADD, MULTIPLY, SUM, REST

Last updated