set_armor_tier

Sets the tier of an armor piece.

Categories: inventory

Required arguments

Key(s)DescriptionType
tierThe ID of the tier to set.STRING

Optional arguments

Key(s)DescriptionTypeDefault
slotIf specified, sets the tier on the armor piece worn in this slot instead.STRING

Trigger parameters required

  • ITEM

Example

effects:
  - id: set_armor_tier
    args:
      tier: mythic
      slot: helmet # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue
Permanentfalse