Home · skill · Cleodora_ChampionSummon
Properties
- type
- Skill
- nature
- Ability
- duration
- 2
- steps
- flags
Raw data
{
"gfx": {
"file": "UI/Placeholder/Icons_Resources.png",
"size": 48,
"x": 36,
"y": 38,
"width": 2,
"height": 2
},
"id": "Cleodora_ChampionSummon",
"type": "Skill",
"nature": "Ability",
"texts": {
"name": "Champion of the Hive"
},
"anim": {
"ref": "CastStart"
},
"duration": 2,
"steps": [
{
"on": 0,
"visuals": {
"fxs": [
{
"set": "Cleodora_Devastation",
"space": 1,
"props": {},
"flags": 18
}
]
},
"props": {
"castFlags": 8
},
"type": 3,
"duration": 5
},
{
"on": 0,
"visuals": {
"playAnims": [
{
"anim": {
"loop": true,
"ref": "Cast"
}
}
],
"linkFx": {
"set": "Spark_Link",
"startAttach": "ATTACH_Local_Weapon_L"
}
},
"props": {},
"type": 11,
"delay": 1,
"duration": 4
},
{
"on": 7,
"visuals": {
"playAnims": [
{
"anim": {
"ref": "CastProjectile"
}
}
]
},
"props": {},
"type": 11,
"delay": -0.5
},
{
"on": 7,
"props": {},
"id": "SummonEgg"
}
],
"aiProps": {
"pickPrio": 100
},
"flags": [
"CanAirborne"
],
"mastery": [],
"props": {
"needTarget": true,
"costs": [
{
"amount": 100,
"atb": "SpecialEnergy"
}
]
},
"vars": {},
"script": "function onStep(s) {\n if(s.kind == Steps.SummonEgg) {\n triggerSpawner(owner, Element.Cleodora_Eggs, function(egg, spawn) {\n egg.rotationZ = owner.rotationZ;\n });\n }\n}"
}