item_level_above

Passes when the held item's level for a given level type is above the specified value.

Categories: inventory

Required arguments

Key(s)DescriptionType
idThe ID of the level type to check on the held item.STRING
levelThe minimum level the item must exceed.EXPRESSION

Example

conditions:
  - id: item_level_above
    args:
      id: <value>
      level: 5 + %level%