has_armor_tier

Passes when the entity's armor is on one of the given tiers.

Categories: inventory

Required arguments

Key(s)DescriptionType
tiers \| tierThe IDs of the tiers the armor may be on.STRING_LIST

Optional arguments

Key(s)DescriptionTypeDefault
slotIf specified, only checks the armor piece worn in this slot.STRING

Example

conditions:
  - id: has_armor_tier
    args:
      tiers: 
        - "mythic"
        - "ancient"
      slot: helmet # ← Optional