give_magic
Gives the player a flat amount of magic of the given type.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
type | The magic type to give. | STRING |
amount | The amount of magic to add. Use a negative value to subtract. | EXPRESSION |
Trigger parameters required
PLAYER
Example
effects:
- id: give_magic
args:
type: <value>
amount: 10 + %level%
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |