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