victim_speed_multiplier
Temporarily multiplies the victim's movement speed for a given duration.
Categories: attribute, combat, movement
Required arguments
| Key(s) | Description | Type |
|---|---|---|
multiplier | The value to multiply the victim's movement speed by. Supports expressions. | EXPRESSION |
duration | How 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
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |