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)DescriptionType
typeThe points type to read from the held item.STRING
amountThe exact number of points the item must have.EXPRESSION

Example

conditions:
  - id: item_points_equal
    args:
      type: <value>
      amount: %level% * 10