Club_Flail_Attack
Server/Item/Interactions/Weapons/Club/Variants/Club_Flail_Attack.json, 453 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
AllowIndefiniteHold | boolean |
Next | object |
Source
{
"Type": "Charging",
"Effects": {
"ItemAnimationId": "SpinSwingLeftCharging",
"LocalSoundEventId": "SFX_Flail_Charge_Local",
"WorldSoundEventId": "SFX_Flail_Charge"
},
"AllowIndefiniteHold": false,
"Next": {
"0": {
"Type": "Chaining",
"ChainingAllowance": 1.25,
"Next": [
"Club_Flail_Swing_Left",
"Club_Flail_Swing_Right"
]
},
"1.390": "Club_Flail_Spin_Swing_Left_Charged"
}
}