Guardião da Hidra
Bestial
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
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]
dropped items have influence type [1]
monster dropped item quantity +% final for influenced monster [-80]
Não Pode ser Empurrado
Guardian of the Hydra
SpectreN
AreaMapa: Covil da Hidra
Tagsbeast, cold_affinity, fast_movement, flesh_armour, has_bow, human, humanoid, large_height, large_model, non_unique_map_boss, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, shaper_guardian_boss
Vida
1000%
Armadura
+50%
Evasão
+100%
Ailment Threshold
504%
Resistência
50 50 50 30
Damage
200%
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
200%
Model Size
154%
Type
AtlasBossHydra
Metadata
HydraBoss
Nível
83
Vida
320,167
Armadura
138,716
Evasão
15,720
Damage
1,801
Dano Mágico
1,801
Precisão
1,036
Attack Time
1.605
Experiência
26,264
Minion Life
61,007
Minion Damage
1,521
Ailment Threshold
161,364
Chill
510
Shock
510
Brittle
2,887
Scorch
510
Sap
1,410
HydraDoomArrow
Attack, Area, ProjectileSpeed, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse
Base Damage: 3257–4886
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: 3257–4886
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: 3257–4886
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]
HydraTeleportShot
Attack, RangedAttack, Movement
Base Damage: 3257–4886
Chance de Crítico: 5%
Attack Time: 1.605 seg
Recarga: 25 seg

Object Type

version 2
extends "Metadata/Monsters/AtlasBosses/AtlasBosses"

Actor
{
	actor = "Metadata/Monsters/AtlasBosses/Hydra.act"
}

Object Type Codes

version 2
extends "Metadata/Monsters/AtlasBosses/AtlasBosses"

Render
{
     //turn_duration = 0.4
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AtlasBosses/HydraBoss"] = {
    name = "Guardian of the Hydra",
    life = 10,
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 80,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "HydraDoomArrow",
        "HydraBarrage",
        "HydraTeleportShot",
        "HydraForkArrow",
    },
    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["HydraTeleportShot"] = {
    name = "HydraTeleportShot",
    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 = { }, },
    },
}
Velocidade de Conjuração aumentada em 35%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Vida máxima aumentada em (12–16)%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    +25% de Resistência a Caos aos Monstros
    +40% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (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
  • IdMonsterDroppedItemsInfluenceShaper
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • dropped items have influence type Min: 1 Max: 1 Global
  • monster dropped item quantity +% final for influenced monster Min: -80 Max: -80 Global
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Guardião da Hidra
    Bestial
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    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]
    dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    Não Pode ser Empurrado
    Guardian of the Hydra
    SpectreN
    Tagsbeast, cold_affinity, fast_movement, flesh_armour, has_bow, human, humanoid, large_height, large_model, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, standalone_map_boss
    Vida
    1000%
    Armadura
    +50%
    Evasão
    +100%
    Ailment Threshold
    504%
    Resistência
    50 50 50 30
    Damage
    200%
    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
    200%
    Model Size
    154%
    Type
    AtlasBossHydra
    Metadata
    HydraBossStandalone
    Nível
    68
    Vida
    64,334
    Armadura
    43,185
    Evasão
    9,478
    Damage
    747
    Dano Mágico
    747
    Precisão
    580
    Attack Time
    1.605
    Experiência
    20,510
    Minion Life
    13,955
    Minion Damage
    597
    Ailment Threshold
    32,424
    Chill
    103
    Shock
    103
    Brittle
    580
    Scorch
    103
    Sap
    283
    HydraDoomArrow
    Attack, Area, ProjectileSpeed, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse
    Base Damage: 1351–2027
    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: 1351–2027
    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: 1351–2027
    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: 1351–2027
    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/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/HydraBossStandalone"] = {
        name = "Guardian of the Hydra",
        life = 10,
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        damage = 2,
        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 = { }, },
        },
    }
    
    Velocidade de Conjuração aumentada em 35%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Vida máxima aumentada em (12–16)%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    +25% de Resistência a Caos aos Monstros
    +40% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (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
  • IdMonsterDroppedItemsInfluenceShaper
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • dropped items have influence type Min: 1 Max: 1 Global
  • monster dropped item quantity +% final for influenced monster Min: -80 Max: -80 Global
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Guardião da Hidra
    Bestial
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    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]
    dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    monster no drops or experience [1]
    Não Pode ser Empurrado
    Guardian of the Hydra
    SpectreN
    Tagsbeast, cold_affinity, fast_movement, flesh_armour, has_bow, human, humanoid, large_height, large_model, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, standalone_map_boss
    Vida
    1000%
    Armadura
    +50%
    Evasão
    +100%
    Ailment Threshold
    504%
    Resistência
    50 50 50 30
    Damage
    200%
    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
    200%
    Model Size
    154%
    Type
    AtlasBossHydra
    Metadata
    HydraBossStandaloneGauntlet
    Nível
    68
    Vida
    64,334
    Armadura
    43,185
    Evasão
    9,478
    Damage
    747
    Dano Mágico
    747
    Precisão
    580
    Attack Time
    1.605
    Experiência
    20,510
    Minion Life
    13,955
    Minion Damage
    597
    Ailment Threshold
    32,424
    Chill
    103
    Shock
    103
    Brittle
    580
    Scorch
    103
    Sap
    283
    HydraDoomArrow
    Attack, Area, ProjectileSpeed, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse
    Base Damage: 1351–2027
    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: 1351–2027
    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: 1351–2027
    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: 1351–2027
    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/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/HydraBossStandaloneGauntlet"] = {
        name = "Guardian of the Hydra",
        life = 10,
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        damage = 2,
        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 = { }, },
        },
    }
    
    Velocidade de Conjuração aumentada em 35%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Vida máxima aumentada em (12–16)%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    +25% de Resistência a Caos aos Monstros
    +40% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (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
  • IdMonsterDroppedItemsInfluenceShaper
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • dropped items have influence type Min: 1 Max: 1 Global
  • monster dropped item quantity +% final for influenced monster Min: -80 Max: -80 Global
  • Eficácia da Reserva das Habilidades reduzida em 80%
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Guardião da Hidra
    Bestial
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    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
    Guardian of the Hydra
    SpectreN
    Tagsbeast, elder_map_boss, fast_movement, flesh_armour, has_bow, human, humanoid, large_height, large_model, non_attacking, not_int, puncturing_weapon, red_blood
    Vida
    1000%
    Armadura
    +50%
    Evasão
    +100%
    Ailment Threshold
    504%
    Resistência
    50 50 50 30
    Damage
    200%
    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
    200%
    Model Size
    154%
    Type
    AtlasBossHydra
    Metadata
    HydraBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/HydraBossElder"] = {
        name = "Guardian of the Hydra",
        life = 10,
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
        },
        modList = {
        },
    }
    
    Velocidade de Conjuração aumentada em 35%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Vida máxima aumentada em (12–16)%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    +25% de Resistência a Caos aos Monstros
    +40% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (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
  • grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Community Wiki

    Edit

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

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