give_magic

Gives the player a flat amount of magic of the given type.

Categories: player

Required arguments

Key(s)DescriptionType
typeThe magic type to give.STRING
amountThe 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

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue