Home · skill · Phrixes_Phase3Transition
Properties
- nature
- Ability
- duration
- 5
- steps
Referenced by
unit (2)
Raw data
{
"id": "Phrixes_Phase3Transition",
"nature": "Ability",
"texts": {},
"anim": {
"file": "Anim/Faerie/Skill/Anim_Faerie_Common_Scream.fbx",
"speed": 0.5
},
"duration": 5,
"steps": [
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Chaos_Aura",
"space": 0,
"props": {},
"flags": 12
}
]
},
"props": {},
"type": 11,
"duration": 2
},
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Chaos_Blink_Disappear",
"space": 1,
"props": {}
}
]
},
"props": {},
"delay": 0.8,
"type": 11
},
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Chaos_Blink_Appear",
"space": 1,
"props": {}
}
]
},
"props": {
"position": {
"element": "Phrixes_ArenaCenter"
}
},
"type": 17,
"delay": 1
},
{
"on": 0,
"visuals": {
"linkFx": {
"set": "Chaos_Zap"
}
},
"props": {},
"type": 11,
"delay": 1.2,
"duration": 1
},
{
"on": 0,
"props": {},
"effects": [
{
"effect": 0,
"scaling": [],
"sideEffects": {
"knockBack": {
"type": 1,
"knockUpForce": 10,
"pushForce": -50
}
},
"baseVal": 10,
"flags": 0
}
],
"type": 6,
"delay": 1.3
},
{
"on": 1,
"props": {
"status": {
"ref": "Stun"
}
},
"type": 1,
"duration": 8
},
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "HiveChampion_Eclosion",
"space": 0,
"props": {},
"attachName": "Socket_FaerieScreech",
"scale": 2
}
]
},
"props": {},
"delay": 2.4,
"id": "Scream",
"type": 11
},
{
"on": 0,
"props": {},
"id": "Push",
"delay": 2.8
},
{
"on": 0,
"props": {},
"id": "StartHeaps",
"delay": 3.5
},
{
"on": 9,
"props": {
"targetSkill": "Phrixes_EternalNight"
},
"type": 16
}
],
"aiProps": {
"noCast": true
},
"flags": [],
"mastery": [],
"props": {},
"vars": {},
"script": "function onStart(ctx) {\n\t//var players = owner.getContextPlayers();\n\t// for(p in players)\n\t// \taddSkillTarget(p.hero);\n}\n\nfunction onStep(s) {\n\tif(s.kind == Steps.Push) {\n\t\tfor(t in getAITargets()) {\n\t\t\tif(!t.isAuth)\n\t\t\t\tcontinue;\n\t\t\tvar elt = getElement(owner, Element.Phrixes_BridgeStart);\n\t\t\tif(elt != null) {\n\t\t\t\tt.setPosition(elt.position);\n\t\t\t\tt.rotationZ = elt.rotationZ;\n\t\t\t}\n\t\t}\n\t}\n\tif(s.kind == Steps.StartHeaps) {\n\t\tvar phrixes = toPhrixes(owner);\n\t\tphrixes?.startHeapsGeneration();\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Phrixes",
"via_field": "skills"
},
{
"from_sheet": "unit",
"from_id": "Phrixes",
"via_field": "props"
}
]
}