multiply_magic
Multiplies the player's current magic of the given type by the multiplier.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
type | The magic type to multiply. | STRING |
multiplier | The multiplier to apply to the player's current magic. | EXPRESSION |
Trigger parameters required
PLAYER
Example
effects:
- id: multiply_magic
args:
type: <value>
multiplier: 1 + %level% * 0.1
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |