Knife_Attack
Server/Item/Interactions/Weapons/Knife/Variants/Knife_Attack.json, 363 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,
"Next": [
"Knife_Swing_Left",
"Knife_Swing_Right",
"Knife_Stab",
"Knife_Lunge"
]
},
"0.5": "Knife_Throw_Charged"
}
}