victim_speed_multiplier

Temporarily multiplies the victim's movement speed for a given duration.

Categories: attribute, combat, movement

Required arguments

Key(s)DescriptionType
multiplierThe value to multiply the victim's movement speed by. Supports expressions.EXPRESSION
durationHow many ticks the speed change lasts. Supports expressions.EXPRESSION

Trigger parameters required

  • VICTIM

Example

effects:
  - id: victim_speed_multiplier
    args:
      multiplier: 1 - %level% * 0.02
      duration: 20 * %level%

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue