above_magic

Passes when the player's magic of the given type is at or above the minimum amount.

Categories: player

Required arguments

Key(s)DescriptionType
typeThe magic type to check.STRING
amountThe minimum amount of magic required.EXPRESSION

Example

conditions:
  - id: above_magic
    args:
      type: <value>
      amount: 50 + %level%