item_level_below
Passes when the held item's level for a given level type is below 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 maximum level the item must be below. | EXPRESSION |
Example
conditions:
- id: item_level_below
args:
id: <value>
level: 5 + %level%