Versions / 0.5.0-pre.8 / Item / Interactions / NPCs / Intelligent / Outlander_Brute / Outlander_Brute_Ground_Slam.json
Outlander_Brute_Ground_Slam
Server/Item/Interactions/NPCs/Intelligent/Outlander_Brute/Outlander_Brute_Ground_Slam.json, 1.7 KB
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Outlander_Brute_Default",
"ItemAnimationId": "GroundSlam"
},
"$Comment": "Prepare Delay",
"RunTime": 0.667,
"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.25,
"Selector": {
"Id": "Horizontal",
"Direction": "ToRight",
"TestLineOfSight": true,
"ExtendTop": 0,
"ExtendBottom": 1.5,
"StartDistance": 0.75,
"EndDistance": 3.5,
"Length": 105,
"RollOffset": -75,
"YawStartOffset": -45
},
"HitEntity": {
"Interactions": [
{
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"NPC_Attack_Melee_Damage"
]
},
"Var": "Melee_Damage"
}
]
},
"Next": {
"Type": "Simple",
"$Comment": "Pad the interaction length",
"RunTime": 0.583
}
}
]
},
{
"Interactions": [
{
"Type": "Simple",
"$Comment": "Length of Effect",
"RunTime": 0.333,
"Effects": {
"WorldSoundEventId": "SFX_Light_Melee_T2_Swing"
}
}
]
}
]
}
}