Versions / 0.6.0-pre.10 / Item / Interactions / Weapons / Battleaxe / Primary / Weapon_Battleaxe_Primary_Chain.json
Weapon_Battleaxe_Primary_Chain
Server/Item/Interactions/Weapons/Battleaxe/Primary/Weapon_Battleaxe_Primary_Chain.json, 709 B
Fields
| Field | Type |
|---|---|
Type | string |
ChainingAllowance | number |
Next | array[3] |
Source
{
"Type": "Chaining",
"ChainingAllowance": 2.9,
"Next": [
{
"Type": "Replace",
"Var": "Swing_Down_Left",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Weapon_Battleaxe_Primary_Swing_Down_Left"
]
}
},
{
"Type": "Replace",
"Var": "Swing_Down_Right",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Weapon_Battleaxe_Primary_Swing_Down_Right"
]
}
},
{
"Type": "Replace",
"Var": "Swing_Down",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Weapon_Battleaxe_Primary_Swing_Down"
]
}
}
]
}