spin_location

Offsets the location by a distance in a direction rotated from the current facing direction.

Categories: location

Required arguments

Key(s)DescriptionType
angleThe angle in degrees to rotate around the Y axis.EXPRESSION
distanceThe 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