Guardián de la Hidra
Bestia
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
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]
No puede ser empujado
La rareza de los objetos arrojados está aumentada un 15000%
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
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]
No puede ser empujado
Guardian of the Hydra
Spectre | N |
---|---|
Area | Mapa de Guarida de la 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%
Evasión
+100%
Ailment Threshold
504%
Resistencia
50 50 50 30
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 80
Attack Time
1.605 Second
Damage Spread
±20%
Experiencia
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.
Nivel
83
Vida
25,341,517
Armadura
138,716
Evasión
15,720
Escudo de energía
0
Damage
2,051
Daño de hechizos
3,061
Precisión
518
Attack Time
1.07535
Experiencia
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
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de recarga: 3 seg
Inflige un 120% más de daño
El 50% del daño físico se convierte en daño de hielo
active skill area of effect radius +% final [45]
base is projectile [1]
doom arrow number of arrows [10]
El 50% del daño físico se convierte en daño de hielo
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
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de recarga: 3 seg
Los proyectiles perforan a todos los objetivos
Inflige un 34% menos de daño
Dispara 9 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
base is projectile [1]
Inflige un 34% menos de daño
Dispara 9 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
base is projectile [1]
HydraForkArrow
Attack, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse
Base Damage: 3257–4886
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de recarga: 8 seg
Inflige un 200% más de daño
El 50% del daño físico se convierte en daño de hielo
base is projectile [1]
El 50% del daño físico se convierte en daño de hielo
base is projectile [1]
HydraTeleportShot
Attack, RangedAttack, Movement
Base Damage: 3257–4886
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de 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 = { }, }, }, }
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | monstruo (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 | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
No puede ser empujado
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Guardián de la Hidra
Bestia
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
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]
No puede ser empujado
La rareza de los objetos arrojados está aumentada un 15000%
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
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]
No puede ser empujado
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%
Evasión
+100%
Ailment Threshold
504%
Resistencia
50 50 50 30
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 80
Attack Time
1.605 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
1,393,464
Armadura
43,185
Evasión
9,478
Escudo de energía
0
Damage
851
Daño de hechizos
1,270
Precisión
290
Attack Time
1.07535
Experiencia
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
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de recarga: 3 seg
Inflige un 120% más de daño
El 50% del daño físico se convierte en daño de hielo
active skill area of effect radius +% final [45]
base is projectile [1]
doom arrow number of arrows [10]
El 50% del daño físico se convierte en daño de hielo
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
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de recarga: 3 seg
Los proyectiles perforan a todos los objetivos
Inflige un 34% menos de daño
Dispara 9 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
base is projectile [1]
Inflige un 34% menos de daño
Dispara 9 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
base is projectile [1]
HydraForkArrow
Attack, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse
Base Damage: 1351–2027
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de recarga: 8 seg
Inflige un 200% más de daño
El 50% del daño físico se convierte en daño de hielo
base is projectile [1]
El 50% del daño físico se convierte en daño de hielo
base is projectile [1]
HydraTeleportShotStandalone
Attack, RangedAttack, Movement
Base Damage: 1351–2027
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de recarga: 25 seg
GTStandaloneHydraTurretSpawner1
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
GTStandaloneHydraTurretSpawner2
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
SOStandaloneHydraTurret1
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
SOStandaloneHydraTurret2
Triggerable, Spell
Tiempo de lanzamiento: 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 = { }, }, }, }
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | monstruo (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 | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
No puede ser empujado
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Guardian of the Hydra
Bestia
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
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]
No puede ser empujado
La rareza de los objetos arrojados está aumentada un 15000%
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
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]
No puede ser empujado
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%
Evasión
+100%
Ailment Threshold
504%
Resistencia
50 50 50 30
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 80
Attack Time
1.605 Second
Damage Spread
±20%
Experiencia
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.
Nivel
68
Vida
1,393,464
Armadura
43,185
Evasión
9,478
Escudo de energía
0
Damage
851
Daño de hechizos
1,270
Precisión
290
Attack Time
1.07535
Experiencia
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
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de recarga: 3 seg
Inflige un 120% más de daño
El 50% del daño físico se convierte en daño de hielo
active skill area of effect radius +% final [45]
base is projectile [1]
doom arrow number of arrows [10]
El 50% del daño físico se convierte en daño de hielo
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
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de recarga: 3 seg
Los proyectiles perforan a todos los objetivos
Inflige un 34% menos de daño
Dispara 9 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
base is projectile [1]
Inflige un 34% menos de daño
Dispara 9 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
base is projectile [1]
HydraForkArrow
Attack, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse
Base Damage: 1351–2027
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de recarga: 8 seg
Inflige un 200% más de daño
El 50% del daño físico se convierte en daño de hielo
base is projectile [1]
El 50% del daño físico se convierte en daño de hielo
base is projectile [1]
HydraTeleportShotStandalone
Attack, RangedAttack, Movement
Base Damage: 1351–2027
Probabilidad de golpe crítico: 5%
Attack Time: 1.605 seg
Tiempo de recarga: 25 seg
GTStandaloneHydraTurretSpawner1
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
GTStandaloneHydraTurretSpawner2
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
SOStandaloneHydraTurret1
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
SOStandaloneHydraTurret2
Triggerable, Spell
Tiempo de lanzamiento: 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 = { }, }, }, }
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | monstruo (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 | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
No puede ser empujado
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Guardián de la Hidra
Bestia
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
No puede ser empujado
La rareza de los objetos arrojados está aumentada un 15000%
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
No puede ser empujado
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%
Evasión
+100%
Ailment Threshold
504%
Resistencia
50 50 50 30
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 80
Attack Time
1.605 Second
Damage Spread
±20%
Experiencia
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 = { }, }
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | monstruo (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 | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
No puede ser empujado
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Community Wiki
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
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.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.