FareverDB
?

Ulserous_Summon_Aoe

Ulserous_Summon_Aoe in Skills
id
Ulserous_Summon_Aoe
flags
32
nature
6
script
var platformHeight = 3.1; var canFollow = true; function onStep(s) { if(s.kind == Steps.Trigger) { canFollow = false; } } function onUpdate(dt) { if (isServer && canFollow) { snapToTarget(dt); } } function snapToTarget(dt) { var hero = toUnit(owner.getTarget()); if(hero != null) { owner.setPosition(hero.position); } groundSnap(owner, platformHeight); }
status
0
Raw data
{
  "id": "Ulserous_Summon_Aoe",
  "anim": {},
  "vars": {},
  "flags": 32,
  "props": {},
  "steps": [
    {
      "id": "Telegraph",
      "on": 0,
      "type": 11,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Telegraph_Circle_Light",
            "flags": 56,
            "props": {},
            "space": 0
          }
        ],
        "target": 0
      },
      "duration": 4.8
    },
    {
      "id": "Trigger",
      "on": 8,
      "type": 11,
      "props": {},
      "visuals": {
        "bellFx": {
          "set": "Projectile_Light_Big",
          "from": 0,
          "height": 6,
          "startObj": "B_Palm_R"
        }
      },
      "duration": 1
    },
    {
      "on": 0,
      "type": 4,
      "delay": 4.5,
      "props": {},
      "range": 3,
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "FoePower",
              "ratio": 0.6
            }
          ],
          "affinity": "Magic"
        }
      ],
      "visuals": {
        "fxs": [
          {
            "set": "Light_AOE_Unit",
            "flags": 24,
            "props": {},
            "scale": 1.2,
            "space": 1
          }
        ]
      }
    },
    {
      "on": 12,
      "type": 23,
      "props": {
        "summon": {
          "unit": "TODO_Z1W_HeraldSpirit_E"
        }
      }
    }
  ],
  "texts": {},
  "nature": 6,
  "script": "var platformHeight = 3.1;\nvar canFollow = true;\n\nfunction onStep(s) {\n    if(s.kind == Steps.Trigger) {\n        canFollow = false;\n    }\n}\nfunction onUpdate(dt) {\n    if (isServer && canFollow) {\n        snapToTarget(dt);\n    }\n}\n\nfunction snapToTarget(dt) {\n    var hero = toUnit(owner.getTarget());\n    if(hero != null) {\n        owner.setPosition(hero.position);\n    }\n    groundSnap(owner, platformHeight);\n}",
  "status": 0,
  "mastery": []
}