multiply_magic

Multiplies the player's current magic of the given type by the multiplier.

Categories: player

Required arguments

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

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue