multiply_stat

Multiplies one of the player's stats by the given multiplier while the holder is active.

Categories: player

Required arguments

Key(s)DescriptionType
statThe stat to multiply.STRING
multiplierThe multiplier to apply to the stat.EXPRESSION

Example

effects:
  - id: multiply_stat
    args:
      stat: <value>
      multiplier: 1 + %level% * 0.1

Behaviour

SettingValue
Run orderSTART
Supports delaytrue
Reloads on plugin reloadfalse