has_armor_tier
Passes when the entity's armor is on one of the given tiers.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|---|---|
tiers \| tier | The IDs of the tiers the armor may be on. | STRING_LIST |
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
slot | If specified, only checks the armor piece worn in this slot. | STRING |
Example
conditions:
- id: has_armor_tier
args:
tiers:
- "mythic"
- "ancient"
slot: helmet # ← Optional