Versions / 0.5.3 / Item / Interactions / NPCs / Elemental / Golem_Firesteel / Golem_Firesteel_Stomp.json
Golem_Firesteel_Stomp
Server/Item/Interactions/NPCs/Elemental/Golem_Firesteel/Golem_Firesteel_Stomp.json, 1.4 KB
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemPlayerAnimationsId": "Golem_Firesteel_Default",
"ItemAnimationId": "Stomp"
},
"$Comment": "Prepare Delay",
"RunTime": 0.5,
"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.167,
"Selector": {
"Id": "AOECircle",
"Range": 4
},
"HitEntity": {
"Interactions": [
{
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Golem_Firesteel_Stomp_Damage"
]
},
"Var": "Stomp_Damage"
}
]
},
"Next": {
"Type": "Simple",
"$Comment": "Pad the interaction length",
"RunTime": 0.166
}
}
]
},
{
"Interactions": [
{
"Type": "Simple",
"$Comment": "Length of Effect",
"RunTime": 0.25,
"Effects": {
"WorldSoundEventId": "SFX_Golem_Earth_Stomp"
}
}
]
}
]
}
}