item_level_above
Passes when the held item's level for a given level type is above the specified value.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|---|---|
id | The ID of the level type to check on the held item. | STRING |
level | The minimum level the item must exceed. | EXPRESSION |
Example
conditions:
- id: item_level_above
args:
id: <value>
level: 5 + %level%