Ankhona, Corredor da Cavidade
Humanóide
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em %
Velocidade de Ação não pode ser modificada abaixo do valor base 50%
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
Não Pode ser Empurrado
Ankhona, Runner of the Hollow
SpectreN
Tagscold_affinity, flesh_armour, has_bow, human, humanoid, large_height, large_model, not_int, not_str, physical_affinity, puncturing_weapon, ranged, standalone_map_boss, very_fast_movement
Vida
1375%
Evasão
+100%
Ailment Threshold
750%
Resistência
50 50 50 30
Damage
250%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 80
Attack Time
1.605 Second
Damage Spread
±20%
Experiência
250%
Model Size
169%
Type
CrucibleHydraBoss
Metadata
HydraBoss
Nível
68
Vida
1,916,012
Armadura
28,790
Evasão
9,478
Escudo de Energia
0
Damage
1,064
Dano Mágico
1,588
Precisão
290
Attack Time
1.07535
Experiência
141,006
Ailment Threshold
658,412
Chill
2,082
Shock
2,082
Brittle
11,778
Scorch
2,082
Sap
5,752
HydraDoomArrow
Attack, Area, ProjectileSpeed, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse
Base Damage: 747–1121
Chance de Crítico: 5%
Attack Time: 1.605 seg
Recarga: 3 seg
Causa 120% mais Dano
50% do Dano Físico Convertido para Dano de Gelo
active skill area of effect radius +% final [45]
base is projectile [1]
doom arrow number of arrows [10]
HydraBarrage
Attack, Projectile, RangedAttack, MirageArcherCanUse
Base Damage: 747–1121
Chance de Crítico: 5%
Attack Time: 1.605 seg
Recarga: 3 seg
Projéteis Perfuram todos Alvos
Causa 34% menos Dano
Dispara 9 Projéteis adicionais
50% do Dano Físico Convertido para Dano de Gelo
base is projectile [1]
HydraForkArrow
Attack, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse
Base Damage: 747–1121
Chance de Crítico: 5%
Attack Time: 1.605 seg
Recarga: 8 seg
Causa 200% mais Dano
50% do Dano Físico Convertido para Dano de Gelo
base is projectile [1]
HydraTeleportShotStandalone
Attack, RangedAttack, Movement
Base Damage: 747–1121
Chance de Crítico: 5%
Attack Time: 1.605 seg
Recarga: 25 seg
GTStandaloneHydraTurretSpawner1
Triggerable, Spell
Tempo de Conjuração: 1 seg
GTStandaloneHydraTurretSpawner2
Triggerable, Spell
Tempo de Conjuração: 1 seg
SOStandaloneHydraTurret1
Triggerable, Spell
Tempo de Conjuração: 1 seg
SOStandaloneHydraTurret2
Triggerable, Spell
Tempo de Conjuração: 1 seg

Object Type

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleBossBase"
extends "Metadata/Monsters/LeagueCrucible/LightningMonsterBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleBossBase"
extends "Metadata/Monsters/LeagueCrucible/LightningMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueCrucible/Lightning/HydraBoss"] = {
    name = "Ankhona, Runner of the Hollow",
    life = 13.75,
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    damage = 2.5,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 80,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "HydraDoomArrow",
        "HydraBarrage",
        "HydraTeleportShotStandalone",
        "HydraForkArrow",
        "SOStandaloneHydraTurret1",
        "SOStandaloneHydraTurret2",
        "GTStandaloneHydraTurretSpawner1",
        "GTStandaloneHydraTurretSpawner2",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HydraDoomArrow"] = {
    name = "HydraDoomArrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.ProjectileSpeed] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "doom_arrow_number_of_arrows",
        "skill_physical_damage_%_to_convert_to_cold",
        "active_skill_damage_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {10, 50, 120, 45, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HydraBarrage"] = {
    name = "HydraBarrage",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.4,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_additional_projectiles",
        "skill_physical_damage_%_to_convert_to_cold",
        "active_skill_damage_+%_final",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {9, 50, -34, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HydraTeleportShotStandalone"] = {
    name = "HydraTeleportShotStandalone",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HydraForkArrow"] = {
    name = "HydraForkArrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.33,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_cold",
        "base_is_projectile",
    },
    levels = {
        [1] = {200, 50, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SOStandaloneHydraTurret1"] = {
    name = "SOStandaloneHydraTurret1",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SOStandaloneHydraTurret2"] = {
    name = "SOStandaloneHydraTurret2",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTStandaloneHydraTurretSpawner1"] = {
    name = "GTStandaloneHydraTurretSpawner1",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTStandaloneHydraTurretSpawner2"] = {
    name = "GTStandaloneHydraTurretSpawner2",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em %
IdMonsterCrucibleMapBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • Velocidade de Ação não pode ser modificada abaixo do valor base 50%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 4000 Max: 4000 Global
  • Não Pode ser Empurrado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global