Versions / 0.5.2 / Item / Interactions / Weapons / Sword / Attacks / Deprecated / Variants / Sword_Attack_Combo.json
Sword_Attack_Combo
Server/Item/Interactions/Weapons/Sword/Attacks/Deprecated/Variants/Sword_Attack_Combo.json, 888 B
Fields
| Field | Type |
|---|---|
Type | string |
ChainingAllowance | number |
ChainId | string |
Next | array[3] |
Source
{
"Type": "Chaining",
"ChainingAllowance": 0.93,
"ChainId": "Sword_Combo",
"Next": [
"Sword_Combo_Stage_1",
"Sword_Combo_Stage_2",
{
"Type": "Charging",
"DisplayProgress": false,
"Next": {
"0": {
"Type": "Serial",
"Interactions": [
"Sword_Swing_Down_Strong",
{
"Type": "ChangeStat",
"StatModifiers": {
"StaminaRegenDelay": -0.75
},
"Behaviour": "Set"
}
]
},
"0.2": {
"Type": "Serial",
"Interactions": [
"Sword_Combo_Lunge",
{
"Type": "ChangeStat",
"StatModifiers": {
"StaminaRegenDelay": -0.75
},
"Behaviour": "Set"
}
]
}
}
}
]
}