rotate_victim
Rotates the victim's yaw by a specified angle.
Categories: combat, movement
Required arguments
| Key(s) | Description | Type |
|---|---|---|
angle | The number of degrees to add to the victim's current yaw. Supports expressions. | EXPRESSION |
Trigger parameters required
VICTIM
Example
effects:
- id: rotate_victim
args:
angle: %level% * 10
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |