Raw data
{
"status": "WIP",
"id": "Golem_Skill",
"type": "Skill",
"nature": "Ability",
"texts": {},
"anim": {
"ref": "Slam"
},
"cooldown": 12,
"duration": 3.5,
"steps": [
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Telegraph_Circle_Earth",
"space": 0,
"props": {},
"flags": 56
}
]
},
"props": {},
"type": 3,
"duration": 3
},
{
"on": 7,
"visuals": {
"fxs": [
{
"set": "Telegraph_Circle_Earth",
"space": 0,
"props": {},
"flags": 56
}
]
},
"props": {
"loop": {
"tick": 1,
"flags": 2
}
},
"type": 11,
"duration": 2
},
{
"on": 7,
"visuals": {
"fxs": [
{
"set": "Earth_Explosion",
"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": "Earth",
"flags": 0
}
],
"type": 4,
"range": 7,
"id": "AreasCast",
"duration": 3
},
{
"on": 13,
"props": {
"position": {
"random": {
"maxZDiff": 3,
"range": 20,
"minRange": 8
},
"groundSnap": true
},
"area": {
"travelTime": 1,
"telegraph": 0,
"height": [
0
]
}
},
"id": "Area",
"type": 4,
"visuals": {
"bellFx": {
"from": 0,
"set": "Projectile_Earth",
"height": 7,
"to": 0
},
"fxs": [
{
"set": "Earth_AOE_Ground",
"space": 1,
"props": {},
"scale": 1.2
}
]
},
"range": 2,
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 0.8,
"atb": "FoePower"
}
],
"affinity": "Earth",
"flags": 0
}
]
},
{
"on": 1,
"props": {
"status": {
"ref": "Stun"
}
},
"cond": {
"step": "Area"
},
"type": 1,
"duration": 1
}
],
"aiProps": {
"castMaxRange": 20,
"pickPrio": 10,
"minTimeInCombat": 5
},
"flags": [],
"mastery": [],
"props": {},
"vars": {
"var1": 3,
"var2": 0.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": "Golem_Z1_FS",
"via_field": "skills"
},
{
"from_sheet": "unit",
"from_id": "Golem_Z1_FS_2",
"via_field": "skills"
},
{
"from_sheet": "unit",
"from_id": "Golem_Z2_FS",
"via_field": "skills"
},
{
"from_sheet": "unit",
"from_id": "Golem_Z2_FS_2",
"via_field": "skills"
},
{
"from_sheet": "unit",
"from_id": "Golem_Z2W_U",
"via_field": "skills"
}
]
}