Home · skill · Ulserous_Summon_Aoe
Properties
- status
- WIP
- nature
- Area
- steps
- flags
Raw data
{
"status": "WIP",
"id": "Ulserous_Summon_Aoe",
"nature": "Area",
"texts": {},
"anim": {},
"steps": [
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Telegraph_Circle_Light",
"space": 0,
"props": {},
"flags": 56
}
],
"target": 0
},
"props": {},
"type": 11,
"id": "Telegraph",
"duration": 4.8
},
{
"on": 8,
"visuals": {
"bellFx": {
"set": "Projectile_Light_Big",
"height": 6,
"from": 0,
"startObj": "B_Palm_R"
}
},
"props": {},
"id": "Trigger",
"type": 11,
"duration": 1
},
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Light_AOE_Unit",
"space": 1,
"props": {},
"flags": 24,
"scale": 1.2
}
]
},
"props": {},
"effects": [
{
"effect": 0,
"scaling": [
{
"ratio": 0.6,
"atb": "FoePower"
}
],
"affinity": "Magic",
"flags": 0
}
],
"type": 4,
"range": 3,
"delay": 4.5
},
{
"on": 12,
"props": {
"summon": {
"unit": "TODO_Z1W_HeraldSpirit_E"
}
},
"type": 23
}
],
"flags": [
"RequireStop"
],
"mastery": [],
"props": {},
"vars": {},
"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}"
}