Perfect Hydra
Corpse
Monster Category: Eldritch
Fires Barrage of Arrows
Fires Hail of Arrows
Fires Forking Arrow
Casts Hatred
Right click this item to create this corpse.
Perfect Hydra HydraHigh /7
NameShow Full Descriptions
DropLevel 81
BaseType Perfect Hydra
Class Corpses
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/HydraHigh
IconArt/2DItems/Currency/Azmeri/HydraCorpse
ReferenceCommunity Wiki
Perfect Hydra
Eldritch
SpectreY
Tagsbeast, cold_affinity, eldritch, fast_movement, flesh_armour, has_bow, human, humanoid, large_height, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
Life
86%
Armour
+30%
Evasion
+80%
Ailment Threshold
86%
Resistance
0 75 0 0
Damage
450%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 80
Attack Time
1.5 Second
Damage Spread
±20%
Experience
150%
Model Size
154%
Type
AzmeriCorpseHydra
Metadata
HydraHigh_
Level
68
Life
5,533
Armour
37,427
Evasion
8,530
Energy Shield
0
Damage
1,681
Spell Damage
1,681
Accuracy
290
Attack Time
1.5
Experience
15,383
Ailment Threshold
5,533
Chill
17
Shock
17
Brittle
99
Scorch
17
Sap
48
AzmeriHydraDoomArrow
Attack, Area, ProjectileSpeed, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse
Base Damage: 1345–2017
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 3 sec
AzmeriHydraBarrage
Attack, Projectile, RangedAttack, MirageArcherCanUse
Base Damage: 1345–2017
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 3 sec
AzmeriHydraForkArrow
Attack, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse
Base Damage: 1345–2017
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 8 sec
AzmeriHydraHatred
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Cold, Instant, AreaSpell, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Hatred
Cast Time: 1 sec
Casts an aura that grants extra cold damage based on physical damage to you and your allies.
You and nearby allies gain 30% of Physical Damage as Extra Cold Damage
You and nearby allies deal 20% more Cold Damage
active skill area of effect radius +% final [50]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/Hydra/HydraHigh_"] = {
    name = "Perfect Hydra",
    life = 0.86,
    fireResist = 0,
    coldResist = 75,
    lightningResist = 0,
    chaosResist = 0,
    damage = 4.5,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 80,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "AzmeriHydraHatred",
        "AzmeriHydraDoomArrow",
        "AzmeriHydraBarrage",
        "AzmeriHydraForkArrow",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriHydraHatred"] = {
    name = "Hatred",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts an aura that grants extra cold damage based on physical damage to you and your allies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Totemable] = true,
        [SkillType.Aura] = true,
        [SkillType.Cold] = true,
        [SkillType.Instant] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.CanHaveBlessing] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "aura_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_%_to_add_as_cold",
        "active_skill_area_of_effect_radius_+%_final",
        "hatred_aura_cold_damage_+%_final",
    },
    levels = {
        [1] = {30, 50, 20, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriHydraDoomArrow"] = {
    name = "AzmeriHydraDoomArrow",
    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, 100, 45, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriHydraBarrage"] = {
    name = "AzmeriHydraBarrage",
    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, -10, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriHydraForkArrow"] = {
    name = "AzmeriHydraForkArrow",
    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] = {50, 50, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
Edit

Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.