FareverDB
?

Golem_Earth_Elite_Eruption

Golem_Earth_Elite_Eruption in Skills
id
Golem_Earth_Elite_Eruption
type
11
flags
0
nature
2
script
function onStepTick(s) { if(!isServer) return; if(s.kind == Steps.AreasCast) { for(i in 0...round(vars.var1)) { wait(random(0, vars.var2), function() { playStep(Steps.Area); }); } } }
status
5
cooldown
12
duration
3.5
Raw data
{
  "id": "Golem_Earth_Elite_Eruption",
  "anim": {
    "ref": "Slam"
  },
  "type": 11,
  "vars": {
    "var1": 5,
    "var2": 0.5
  },
  "flags": 0,
  "props": {},
  "steps": [
    {
      "on": 0,
      "type": 3,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Telegraph_Circle_Earth",
            "flags": 56,
            "props": {},
            "space": 0
          }
        ]
      },
      "duration": 3
    },
    {
      "on": 7,
      "type": 11,
      "props": {
        "loop": {
          "tick": 1,
          "flags": 2
        }
      },
      "visuals": {
        "fxs": [
          {
            "set": "Telegraph_Circle_Earth",
            "flags": 56,
            "props": {},
            "space": 0
          }
        ]
      },
      "duration": 2
    },
    {
      "id": "AreasCast",
      "on": 7,
      "type": 4,
      "props": {
        "area": {
          "follow": 1,
          "blocking": true
        },
        "loop": {
          "tick": 1,
          "flags": 2
        }
      },
      "range": 15,
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "FoePower",
              "ratio": 1.2
            }
          ],
          "affinity": "Earth",
          "sideEffects": {
            "knockBack": {
              "type": 1,
              "pushForce": 20,
              "knockUpForce": 10
            }
          }
        }
      ],
      "visuals": {
        "fxs": [
          {
            "set": "Earth_Explosion",
            "flags": 16,
            "props": {},
            "space": 1
          }
        ]
      },
      "duration": 3
    },
    {
      "id": "Area",
      "on": 13,
      "type": 4,
      "props": {
        "area": {
          "height": [
            0
          ],
          "telegraph": 0,
          "travelTime": 1
        },
        "position": {
          "random": {
            "range": 30,
            "maxZDiff": 3,
            "minRange": 8
          },
          "groundSnap": true
        }
      },
      "range": 3,
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "FoePower",
              "ratio": 0.8
            }
          ],
          "affinity": "Earth"
        }
      ],
      "visuals": {
        "fxs": [
          {
            "set": "Earth_AOE_Ground",
            "props": {},
            "scale": 1.2,
            "space": 1
          }
        ],
        "bellFx": {
          "to": 0,
          "set": "Projectile_Earth_Big",
          "from": 0,
          "height": 7
        }
      }
    },
    {
      "on": 1,
      "type": 1,
      "props": {
        "status": {
          "ref": "Stun"
        }
      },
      "duration": 2
    }
  ],
  "texts": {},
  "nature": 2,
  "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}",
  "status": 5,
  "aiProps": {
    "pickPrio": 10,
    "castMaxRange": 20,
    "minTimeInCombat": 5
  },
  "mastery": [],
  "cooldown": 12,
  "duration": 3.5
}