Versions / 0.5.6 / Item / Interactions / Weapons / Daggers / Deprecated / Attacks / Stab_Left / Daggers_Stab_Left.json
Daggers_Stab_Left
Server/Item/Interactions/Weapons/Daggers/Deprecated/Attacks/Stab_Left/Daggers_Stab_Left.json, 1.4 KB
Fields
| Field | Type |
|---|---|
$Comment | string |
Type | string |
Effects | object |
RunTime | number |
Next | object |
Source
{
"$Comment": "Prepare Delay",
"Type": "Simple",
"Effects": {
"ItemAnimationId": "StabLeft",
"Particles": [
{
"SystemId": "Empty"
}
],
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing",
"LocalSoundEventId": "SFX_Sword_T2_Swing_LR_Local"
},
"RunTime": 0.15,
"Next": {
"Type": "Parallel",
"$Comment": "Make sure this parallel interaction is needed and can't be optimized away",
"Interactions": [
{
"Interactions": [
{
"Type": "Selector",
"$Comment": "Length of Combat",
"RunTime": 0.069,
"Selector": {
"Id": "Stab",
"EndDistance": 2.25,
"ExtendTop": 0.5,
"ExtendBottom": 0.5,
"ExtendLeft": 0.5,
"ExtendRight": 0.5
},
"Next": {
"Type": "Simple",
"$Comment": "Pad the interaction length",
"RunTime": 0.042
},
"HitBlock": {
"Interactions": [
"Block_Break_Adventure"
]
},
"HitEntity": {
"Interactions": [
"Daggers_Stab_Left_Damage"
]
}
}
]
},
{
"Interactions": [
"Daggers_Stab_Left_Effect"
]
}
]
}
}