damage_armor

Applies durability damage to the victim's equipped armor.

Categories: combat, inventory

Required arguments

Key(s)DescriptionType
damageThe durability damage to apply to each armor piece. Supports expressions.EXPRESSION

Optional arguments

Key(s)DescriptionTypeDefault
slotsWhich armor slots to damage. If omitted, all armor slots are damaged.STRING_LIST

Trigger parameters required

  • VICTIM

Example

effects:
  - id: damage_armor
    args:
      damage: 10 + %level%
      slots: 
        - <value> # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue