Versions / 0.6.0-pre.3 / Item / Interactions / Weapons / Longsword / Variants / Longsword_Attack.json
Longsword_Attack
Server/Item/Interactions/Weapons/Longsword/Variants/Longsword_Attack.json, 369 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
AllowIndefiniteHold | boolean |
Next | object |
Source
{
"Type": "Charging",
"Effects": {
"ItemAnimationId": "StabCharging"
},
"AllowIndefiniteHold": false,
"Next": {
"0": {
"Type": "Chaining",
"ChainingAllowance": 1.25,
"Next": [
"Longsword_Swing_Left",
"Longsword_Swing_Right",
"Longsword_Swing_Up_Left"
]
},
"1.565": "Longsword_Stab_Charged"
}
}