Home · unit · Cleodora

Honeyzabeth, Insect queen of Siagarta and mother of all bees in the Apix clan, is said to have claimed as many lives as she has given.

Properties

type
Bee
faction
Bee
inherit
ref=D_Base
lvl
20
models
ref=Queen Honeyzabethtemplate=0
skills
skill=Devastationflags=0phaseBlacklist=[]props={}maxPhase=2skill=Cleodora_Phase3Entryflags=1phaseBlacklist=[]props={}skill=Royal Smashflags=0minPhase=3phaseBlacklist=[]props={}skill=Cleodora_Strikeflags=0minPhase=3phaseBlacklist=[]props={}
moveSetBase
ManFish
stats
levelScaling=[]attribute=Vitalityflags=0multiplier=12.5levelScaling=[]attribute=Armorflags=0specScaling={"armorReduction":0.4}levelScaling=[]flags=0attribute=MagicArmorspecScaling={"magicReduction":0.4}levelScaling=[]flags=0attribute=AggroHeightvalue=30levelScaling=[]flags=0attribute=AggroRangevalue=50levelScaling=[]flags=0attribute=SpecialEnergyRegenvalue=5
flags
EliteBoss

Referenced by

Raw data
{
  "gfx": {
    "file": "UI/Portraits/Units/Cleodora.png",
    "size": 256,
    "x": 0,
    "y": 0
  },
  "id": "Cleodora",
  "type": "Bee",
  "faction": "Bee",
  "inherit": [
    {
      "ref": "D_Base"
    }
  ],
  "texts": {
    "desc": "Honeyzabeth, Insect queen of Siagarta and mother of all bees in the Apix clan, is said to have claimed as many lives as she has given.",
    "name": "Queen Honeyzabeth"
  },
  "lvl": 20,
  "models": [
    {
      "ref": "Cleodora",
      "template": 0
    }
  ],
  "parts": {},
  "skills": [
    {
      "skill": "Cleodora_Devastation",
      "flags": 0,
      "phaseBlacklist": [],
      "props": {},
      "maxPhase": 2
    },
    {
      "skill": "Cleodora_Phase3Entry",
      "flags": 1,
      "phaseBlacklist": [],
      "props": {}
    },
    {
      "skill": "Cleodora_RoyalSmash",
      "flags": 0,
      "minPhase": 3,
      "phaseBlacklist": [],
      "props": {}
    },
    {
      "skill": "Cleodora_Strike",
      "flags": 0,
      "minPhase": 3,
      "phaseBlacklist": [],
      "props": {}
    }
  ],
  "talentTrees": [],
  "moveSetBase": "ManFish",
  "stats": [
    {
      "levelScaling": [],
      "attribute": "Vitality",
      "flags": 0,
      "multiplier": 12.5
    },
    {
      "levelScaling": [],
      "attribute": "Armor",
      "flags": 0,
      "specScaling": {
        "armorReduction": 0.4
      }
    },
    {
      "levelScaling": [],
      "flags": 0,
      "attribute": "MagicArmor",
      "specScaling": {
        "magicReduction": 0.4
      }
    },
    {
      "levelScaling": [],
      "flags": 0,
      "attribute": "AggroHeight",
      "value": 30
    },
    {
      "levelScaling": [],
      "flags": 0,
      "attribute": "AggroRange",
      "value": 50
    },
    {
      "levelScaling": [],
      "flags": 0,
      "attribute": "SpecialEnergyRegen",
      "value": 5
    }
  ],
  "props": {
    "hitShakeRatio": 0.5,
    "foe": {
      "noAggroHeight": true
    },
    "consts": [
      {
        "id": "StartHealthRatio",
        "v": {
          "float": 0.5
        }
      },
      {
        "id": "P1ChildrenDelay",
        "v": {
          "float": 0.25
        }
      },
      {
        "id": "P2ChildrenDelay",
        "v": {
          "float": 1.25
        }
      },
      {
        "id": "P2ChildrenInterval",
        "v": {
          "float": 0
        }
      }
    ],
    "bossLootTable": "Cleodora",
    "lootTable": "Cleodora_LT2"
  },
  "flags": [
    "Elite",
    "Boss"
  ],
  "vars": {},
  "script": "function onEnterCombat() {\n    enableSpawner(unit, Element.Cleodora_Feeders, function(feeder, spawn) {\n        foeRequestSkill(feeder, Skill.CleodoraFeeder_Beam, unit);\n    });\n    // enableSpawner(unit, Element.Cleodora_Guards);\n}\n\nfunction onEnterPhase(from) {\n    if(phase > 2) {\n        disableSpawner(unit, Element.Cleodora_Feeders);\n        disableSpawner(unit, Element.Cleodora_Guards);\n    }\n}",
  "_xrefs": [
    {
      "from_sheet": "skill",
      "from_id": "CleodoraFeeder_Beam",
      "via_field": "aiProps"
    }
  ]
}