stat_above
Passes when the player's level in the given stat is at or above the minimum.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
stat | The stat to check the level of. | STRING |
level | The minimum stat level required. | EXPRESSION |
Example
conditions:
- id: stat_above
args:
stat: <value>
level: 5 + %level%