Debug_Combo_Secondary
Server/Item/Interactions/_Debug/Debug_Combo_Secondary.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Type | string |
ChainId | string |
ChainingAllowance | number |
Next | array[3] |
Flags | object |
Source
{
"Type": "Chaining",
"ChainId": "Debug_Combo",
"ChainingAllowance": 0.8,
"Next": [
{
"Type": "SendMessage",
"Message": "First - Secondary",
"RunTime": 0.5,
"Effects": {
"ItemAnimationId": "Kick_Spinning_Right"
}
},
{
"Type": "SendMessage",
"Message": "Second - Secondary",
"RunTime": 0.5,
"Effects": {
"ItemAnimationId": "Kick_Roundhouse_Left"
},
"Next": {
"Type": "ChainFlag",
"ChainId": "Debug_Combo",
"Flag": "Special_Second"
}
},
{
"Type": "SendMessage",
"Message": "Third - Secondary",
"RunTime": 0.5,
"Effects": {
"ItemAnimationId": "Kick_Tornado_Right"
}
}
],
"Flags": {
"Held_Second": {
"Type": "SendMessage",
"Message": "Held Flag hit!",
"Next": {
"Type": "ApplyForce",
"RunTime": 0.5,
"Direction": {
"Z": 5,
"Y": 3
},
"Force": 30,
"VelocityConfig": {
"AirResistance": 0.93,
"GroundResistance": 0.93
}
}
}
}
}