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