Spider_Bite
Server/Item/Interactions/NPCs/Beast/Spider/Spider_Bite.json, 1008 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Spider_Default",
"ItemAnimationId": "Bite"
},
"$Comment": "Prepare Delay",
"RunTime": 0.333,
"Next": {
"Type": "Selector",
"Effects": {
"WorldSoundEventId": "SFX_NPC_Unarmed_Swing"
},
"$Comment": "Length of Combat",
"RunTime": 0.083,
"Selector": {
"Id": "Horizontal",
"Direction": "ToLeft",
"TestLineOfSight": true,
"ExtendTop": 0.75,
"ExtendBottom": 0.75,
"StartDistance": 0.5,
"EndDistance": 2.5,
"Length": 30,
"RollOffset": 90,
"YawStartOffset": -15
},
"HitEntity": {
"Interactions": [
{
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Spider_Bite_Damage"
]
},
"Var": "Bite_Damage"
}
]
},
"Next": {
"Type": "Simple",
"$Comment": "Pad the interaction length",
"RunTime": 0.417
}
}
}