NPC_Attack_Selector_Left
Server/Item/Interactions/NPCs/NPC_Attack_Selector_Left.json, 683 B
Fields
| Field | Type |
|---|---|
Type | string |
$Comment | string |
RunTime | number |
Selector | object |
HitEntity | object |
Next | object |
Source
{
"Type": "Selector",
"$Comment": "Length of Combat",
"RunTime": 0.25,
"Selector": {
"Id": "Horizontal",
"Direction": "ToLeft",
"TestLineOfSight": true,
"ExtendTop": 0.5,
"ExtendBottom": 0.5,
"StartDistance": 0.1,
"EndDistance": 3.5,
"Length": 30,
"RollOffset": 0,
"YawStartOffset": -15
},
"HitEntity": {
"Interactions": [
{
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"NPC_Attack_Melee_Damage"
]
},
"Var": "Melee_Damage"
}
]
},
"Next": {
"Type": "Simple",
"$Comment": "Pad the interaction length",
"RunTime": 0.25
}
}