Home · skill · Golcano_Eruption
Properties
- type
- Skill
- nature
- Ability
- cooldown
- 18
- duration
- 3.5
- steps
Referenced by
unit (1)
Raw data
{
"id": "Golcano_Eruption",
"type": "Skill",
"nature": "Ability",
"texts": {},
"anim": {
"ref": "Slam"
},
"cooldown": 18,
"duration": 3.5,
"steps": [
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Telegraph_Circle_Fire",
"space": 0,
"props": {},
"flags": 56
}
]
},
"props": {
"castFlags": 8
},
"type": 3,
"duration": 3
},
{
"on": 7,
"visuals": {
"fxs": [
{
"set": "Telegraph_Circle_Fire",
"space": 0,
"props": {},
"flags": 56
}
]
},
"props": {
"loop": {
"tick": 1,
"flags": 2
}
},
"type": 11,
"duration": 2
},
{
"on": 7,
"visuals": {
"fxs": [
{
"set": "Golem_Bomb",
"space": 1,
"props": {},
"flags": 16
}
]
},
"props": {
"loop": {
"tick": 1,
"flags": 2
},
"area": {
"follow": 1,
"blocking": true
}
},
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 1.2,
"atb": "FoePower"
}
],
"sideEffects": {
"knockBack": {
"type": 1,
"knockUpForce": 10,
"pushForce": 20
}
},
"affinity": "Fire",
"flags": 0
}
],
"type": 4,
"range": 20,
"duration": 3,
"id": "AreasCast"
},
{
"on": 13,
"props": {
"position": {
"random": {
"maxZDiff": 3,
"range": 40,
"minRange": 20
},
"groundSnap": true
},
"area": {
"travelTime": 1,
"telegraph": 0,
"height": [
0
]
}
},
"id": "Area",
"type": 4,
"visuals": {
"bellFx": {
"from": 0,
"set": "Projectile_Fire_Epic",
"height": 7,
"to": 0
},
"fxs": [
{
"set": "Golem_Bomb",
"space": 1,
"props": {},
"scale": 1.2
}
]
},
"range": 3,
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 0.8,
"atb": "FoePower"
}
],
"affinity": "Fire",
"flags": 0
}
]
},
{
"on": 1,
"props": {
"status": {
"ref": "Stun"
}
},
"type": 1,
"duration": 2
}
],
"aiProps": {
"castMaxRange": 20,
"pickPrio": 10,
"minTimeInCombat": 5
},
"flags": [],
"mastery": [],
"props": {},
"vars": {
"var1": 15,
"var2": 0.5,
"var3": 5
},
"script": "function onStepTick(s) {\n\tif(!isServer) return;\n if(s.kind == Steps.AreasCast) {\n\t\tfor(i in 0...round(vars.var1)) {\n wait(random(0, vars.var2), function() {\n playStep(Steps.Area);\n });\n }\n }\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Golcano",
"via_field": "skills"
}
]
}