item_level_below

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

Categories: inventory

Required arguments

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

Example

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