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) | Description | Type |
|---|---|---|
type | The magic type to check. | STRING |
amount | The minimum amount of magic required. | EXPRESSION |
Example
conditions:
- id: above_magic
args:
type: <value>
amount: 50 + %level%