Versions / 0.5.4 / Item / Interactions / Weapons / Battleaxe / Deprecated / Variants / Battleaxe_Scythe_Void_Attack.json
Battleaxe_Scythe_Void_Attack
Server/Item/Interactions/Weapons/Battleaxe/Deprecated/Variants/Battleaxe_Scythe_Void_Attack.json, 346 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.5,
"Next": [
"Spear_Spin_Swing_Left",
"Spear_Spin_Swing_Right"
]
},
"1.670": "Battleaxe_Swing_Left_Charged"
}
}