Guardião da Hidra
Bestial
Área: Mapa: Covil da Hidra
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
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
Spectre | N |
---|---|
Area | Mapa: Covil da Hidra |
Tags | beast, 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
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
83
Vida
25,341,517
Armadura
138,716
Evasão
15,720
Escudo de Energia
0
Damage
2,051
Dano Mágico
3,061
Precisão
518
Attack Time
1.07535
Experiência
144,452
Ailment Threshold
6,002,899
Chill
18,981
Shock
18,981
Brittle
107,386
Scorch
18,981
Sap
52,441
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
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]
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]
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]
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 = { }, }, }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidade de Ação não pode ser modificada abaixo do valor base 50%
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBossSuper |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
dropped items have influence type [1]
monster dropped item quantity +% final for influenced monster [-80]
Id | MonsterDroppedItemsInfluenceShaper |
---|---|
Family | MonsterDroppedItemsInfluence |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Não Pode ser Empurrado
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
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
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
Spectre | N |
---|---|
Tags | beast, 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
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
1,393,464
Armadura
43,185
Evasão
9,478
Escudo de Energia
0
Damage
851
Dano Mágico
1,270
Precisão
290
Attack Time
1.07535
Experiência
112,805
Ailment Threshold
442,453
Chill
1,399
Shock
1,399
Brittle
7,915
Scorch
1,399
Sap
3,865
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
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]
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]
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]
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 = { }, }, }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidade de Ação não pode ser modificada abaixo do valor base 50%
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBossSuper |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
dropped items have influence type [1]
monster dropped item quantity +% final for influenced monster [-80]
Id | MonsterDroppedItemsInfluenceShaper |
---|---|
Family | MonsterDroppedItemsInfluence |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Não Pode ser Empurrado
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Guardian of the Hydra
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
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
Spectre | N |
---|---|
Tags | beast, 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
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
1,393,464
Armadura
43,185
Evasão
9,478
Escudo de Energia
0
Damage
851
Dano Mágico
1,270
Precisão
290
Attack Time
1.07535
Experiência
112,805
Ailment Threshold
442,453
Chill
1,399
Shock
1,399
Brittle
7,915
Scorch
1,399
Sap
3,865
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
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]
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]
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]
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 = { }, }, }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidade de Ação não pode ser modificada abaixo do valor base 50%
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBossSuper |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
dropped items have influence type [1]
monster dropped item quantity +% final for influenced monster [-80]
Id | MonsterDroppedItemsInfluenceShaper |
---|---|
Family | MonsterDroppedItemsInfluence |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Não Pode ser Empurrado
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
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
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
Spectre | N |
---|---|
Tags | beast, 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 = { }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidade de Ação não pode ser modificada abaixo do valor base 50%
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBossSuper |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Não Pode ser Empurrado
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |