Test_ApplyForce
Server/Item/Interactions/NPCs/Test_ApplyForce.json, 369 B
Fields
| Field | Type |
|---|---|
Type | string |
Direction | object |
AdjustVertical | boolean |
WaitForGround | boolean |
Force | number |
ChangeVelocityType | string |
VelocityConfig | object |
Source
{
"Type": "ApplyForce",
"Direction": {
"X": 0,
"Y": 1,
"Z": 0
},
"AdjustVertical": true,
"WaitForGround": false,
"Force": 50,
"ChangeVelocityType": "Set",
"VelocityConfig": {
"AirResistance": 0.97,
"AirResistanceMax": 0.96,
"GroundResistance": 0.94,
"GroundResistanceMax": 0.82,
"Threshold": 3.0,
"Style": "Exp"
}
}