item_points_above
Passes when the held item's points of a given type are at or above the specified amount.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|---|---|
type | The points type to read from the held item. | STRING |
amount | The minimum number of points the item must have. | EXPRESSION |
Example
conditions:
- id: item_points_above
args:
type: <value>
amount: %level% * 10