FareverDB

Champion of the Hive

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