Axe_Attack
Server/Item/Interactions/Weapons/Axe/Variants/Axe_Attack.json, 335 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
AllowIndefiniteHold | boolean |
Next | object |
Source
{
"Type": "Charging",
"Effects": {
"ItemAnimationId": "SwingLeftCharging"
},
"AllowIndefiniteHold": false,
"Next": {
"0": {
"Type": "Chaining",
"ChainingAllowance": 1.25,
"Next": [
"Axe_Swing_Down_Left",
"Axe_Swing_Up_Right"
]
},
"1.390": "Axe_Swing_Left_Charged"
}
}