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

Example

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