multiply_all_stats
Multiplies all of the player's stats by the given multiplier while the holder is active.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
multiplier | The multiplier to apply to every stat. | EXPRESSION |
Example
effects:
- id: multiply_all_stats
args:
multiplier: 1 + %level% * 0.1
Behaviour
| Setting | Value |
|---|---|
| Run order | START |
| Supports delay | true |
| Reloads on plugin reload | false |