spin_location
Offsets the location by a distance in a direction rotated from the current facing direction.
Categories: location
Required arguments
| Key(s) | Description | Type |
|---|---|---|
angle | The angle in degrees to rotate around the Y axis. | EXPRESSION |
distance | The distance from the current location to offset in the rotated direction. | EXPRESSION |
Example
mutators:
- id: spin_location
args:
angle: %level% * 10
distance: 1 + %level% * 0.1