Versions / 0.5.5 / Item / Interactions / Weapons / Spear / Variants / Spear_Double_Incandescent_Attack.json
Spear_Double_Incandescent_Attack
Server/Item/Interactions/Weapons/Spear/Variants/Spear_Double_Incandescent_Attack.json, 328 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
AllowIndefiniteHold | boolean |
Next | object |
Source
{
"Type": "Charging",
"Effects": {
"ItemAnimationId": "ThrowCharging"
},
"AllowIndefiniteHold": true,
"Next": {
"0": {
"Type": "Chaining",
"ChainingAllowance": 1.5,
"Next": [
"Spear_Spin_Swing_Left",
"Spear_Spin_Swing_Right"
]
},
"1": "Spear_Throw_Charged"
}
}