Modify Velocity (Power Type)

Modifies all velocity in a specified axis.

Modifies all velocity in a specified axis.

Type ID: apoli:modify_velocity

Fields

FieldTypeDefaultDescription
axesArray of Identifiers["x","y","z"]Used to specify the axes affected by this modifier.
modifierAttribute ModifieroptionalIf specified, this modifier will apply to velocity in the specified axes.
modifiersArray of Attribute ModifiersoptionalIf specified, these modifiers will apply to the specified axes.

Examples

{
  "type": "apoli:modify_velocity",
  "modifier": {
    "value": -2,
    "operation": "multiply_total"
  },
  "axes": [
    "x",
    "y",
    "z"
  ]
}

This example will make all of the player’s velocity reversed. You’ll fall upwards, your movement keys will be inverted, etc.