Versions / 0.6.0-pre.9 / Item / Interactions / Weapons / Daggers / Deprecated / Variants / Daggers_Claw_Bone_Attack.json
Daggers_Claw_Bone_Attack
Server/Item/Interactions/Weapons/Daggers/Deprecated/Variants/Daggers_Claw_Bone_Attack.json, 839 B
Fields
| Field | Type |
|---|---|
Type | string |
Crouching | boolean |
Next | object |
Failed | object |
Source
{
"Type": "Condition",
"Crouching": false,
"Next": {
"Type": "Charging",
"Effects": {
"ItemAnimationId": "StabDoubleCharging"
},
"AllowIndefiniteHold": false,
"Next": {
"0": {
"Type": "Chaining",
"ChainingAllowance": 1,
"Next": [
"Daggers_Swing_Left_Right",
"Daggers_Swing_Right_Left"
]
},
"2.43": "Daggers_Stab_Double_Charged"
}
},
"Failed": {
"Type": "Charging",
"Effects": {
"ItemAnimationId": "LungeDoubleCharging"
},
"AllowIndefiniteHold": false,
"Next": {
"0": {
"Type": "Chaining",
"ChainingAllowance": 1,
"Next": [
"Daggers_Swing_Left_Right",
"Daggers_Swing_Right_Left"
]
},
"2.43": "Daggers_Lunge_Double_Charged"
}
}
}