VelocityEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki
VelocityEffect - An object
Properties
ModifyEffect.Operation
operation - OptionalThe operation to do
Defaults to SET
Expression
value - OptionalThe number on the right side of the operation
Defaults to 1
mode - Required enum
Allowed values
- ALL
- OTHER
- SELF
The mode of operation
Defaults to SELF
component - Optional string
The component(s) to modify, ALL
means all components (ex. XZ
would only modify the X and Z velocities and leave Y unmodified)
Defaults to Y