Achioc, a Geleira
Construto
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Achioc, the Glacier
Spectre | N |
---|---|
Tags | Conjurador, cold_affinity, construct, has_bow, immobile, large_height, large_model, mud_blood, not_dex, not_int, ranged, stone_armour |
Vida
1200%
Armadura
+100%
Ailment Threshold
1200%
Resistência
40 40 40 25
Damage
138%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 120
Attack Time
1.5 Second
Damage Spread
±0%
Experiência
300%
Model Size
160%
Type
MonsterTotemMapMidBossLegends
Metadata
MapTotemBossLegends1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
1,672,156
Armadura
57,580
Evasão
4,739
Escudo de Energia
0
Damage
587
Dano Mágico
876
Precisão
290
Attack Time
1.005
Experiência
169,208
Ailment Threshold
1,053,458
Chill
3,331
Shock
3,331
Brittle
18,845
Scorch
3,331
Sap
9,203
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).
MonsterArcticBreathLegendsMulti
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
Geada Rastejante
Chance de Crítico: 5%
Tempo de Conjuração: 0.8 seg
Atira um projétil gélido que explode no impacto ou quando atingir a área alvo, causando dano em área e criando uma área resfriada que causa dano de gelo degenerativo. Essa área rastejará pelo chão em direção aos inimigos próximos até o término de sua duração.
Causa 513.5 a 770.2 de Dano de Gelo
Duração base é de 1.5 segundos
Dispara 3 Projéteis adicionais
Projéteis Perfuram um Alvo adicional
Velocidade de Projéteis aumentada em 25%
O raio Base é de 1.5 metros
Raio secundário Base é de 1.5 metros
base is projectile [1]
Duração base é de 1.5 segundos
Dispara 3 Projéteis adicionais
Projéteis Perfuram um Alvo adicional
Velocidade de Projéteis aumentada em 25%
O raio Base é de 1.5 metros
Raio secundário Base é de 1.5 metros
base is projectile [1]
MonsterFrostWallLegends
Spell, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Cascadable, Cooldown
Parede de Gelo
Chance de Crítico: 5%
Tempo de Conjuração: 0.5 seg
Recarga: 9 seg
Cria uma parede de gelo que rechaça os inimigos. Alvos atrás da parede sofrem dano e são empurrados.
Causa 23.61 a 35.41 de Dano de Gelo
Duração base é de 4 segundos
0.4 segundos entre o aparecimento de seções da Parede
+8 metros ao tamanho da Parede
Duração base é de 4 segundos
0.4 segundos entre o aparecimento de seções da Parede
+8 metros ao tamanho da Parede
MonsterArcticBreathLegends
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
Geada Rastejante
Chance de Crítico: 5%
Tempo de Conjuração: 0.8 seg
Atira um projétil gélido que explode no impacto ou quando atingir a área alvo, causando dano em área e criando uma área resfriada que causa dano de gelo degenerativo. Essa área rastejará pelo chão em direção aos inimigos próximos até o término de sua duração.
Causa 602.8 a 904.1 de Dano de Gelo
Projéteis Perfuram todos Alvos
Duração base é de 1.5 segundos
Dispara un Projétil adicional
Velocidade de Projéteis aumentada em 25%
O raio Base é de 1.5 metros
Raio secundário Base é de 1.5 metros
base is projectile [1]
Projéteis Perfuram todos Alvos
Duração base é de 1.5 segundos
Dispara un Projétil adicional
Velocidade de Projéteis aumentada em 25%
O raio Base é de 1.5 metros
Raio secundário Base é de 1.5 metros
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Actor { main_hand_unarmed_type = "Bow" } Stats { set_immune_to_curses = 0 }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Render { has_light = true }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/olmec_totem/MapTotemBossLegends1"] = { name = "Achioc, the Glacier", life = 12, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.38, damageSpread = 0, attackTime = 1.5, attackRange = 120, accuracy = 1, skillList = { "MonsterFrostWallLegends", "MonsterArcticBreathLegends", "MonsterArcticBreathLegendsMulti", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterFrostWallLegends"] = { name = "Frost Wall", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Creates a wall of ice which holds back enemies. Targets under the wall are damaged and pushed back.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Cascadable] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "wall_expand_delay_ms", "wall_maximum_length", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 4000, 400, 80, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterArcticBreathLegends"] = { name = "Creeping Frost", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.ChillingArea] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "base_projectile_speed_+%", "number_of_additional_projectiles", "active_skill_base_area_of_effect_radius", "active_skill_base_secondary_area_of_effect_radius", "always_pierce", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1500, 25, 1, 15, 15, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterArcticBreathLegendsMulti"] = { name = "Creeping Frost", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.ChillingArea] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "base_projectile_speed_+%", "number_of_additional_projectiles", "projectile_base_number_of_targets_to_pierce", "active_skill_base_area_of_effect_radius", "active_skill_base_secondary_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1500, 25, 3, 1, 15, 15, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3}, 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 |
monster penalty against minions damage +% final vs player minions [-20]
Id | MonsterDamageVersusPlayerMinions20 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Achioc, a Geleira
Construto
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Velocidade de Conjuração reduzida em 40%
Velocidade de Ataque reduzida em 40%
Velocidade de Ataque reduzida em 40%
Achioc, the Glacier
Spectre | N |
---|---|
Tags | Conjurador, cold_affinity, construct, has_bow, immobile, large_model, medium_height, mud_blood, not_dex, not_int, stone_armour |
Vida
320%
Armadura
+100%
Ailment Threshold
250%
Resistência
40 40 40 25
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 120
Attack Time
1.5 Second
Damage Spread
±0%
Experiência
100%
Model Size
125%
Type
MonsterTotemMapSubBossLegends
Metadata
MapTotemBossLegends1summoned
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
445,908
Armadura
57,580
Evasão
4,739
Escudo de Energia
0
Damage
425
Dano Mágico
635
Precisão
290
Attack Time
1.005
Experiência
56,403
Ailment Threshold
219,471
Chill
694
Shock
694
Brittle
3,926
Scorch
694
Sap
1,917
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).
MonsterArcticBreathLegends
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
Geada Rastejante
Chance de Crítico: 5%
Tempo de Conjuração: 0.8 seg
Atira um projétil gélido que explode no impacto ou quando atingir a área alvo, causando dano em área e criando uma área resfriada que causa dano de gelo degenerativo. Essa área rastejará pelo chão em direção aos inimigos próximos até o término de sua duração.
Causa 602.8 a 904.1 de Dano de Gelo
Projéteis Perfuram todos Alvos
Duração base é de 1.5 segundos
Dispara un Projétil adicional
Velocidade de Projéteis aumentada em 25%
O raio Base é de 1.5 metros
Raio secundário Base é de 1.5 metros
base is projectile [1]
Projéteis Perfuram todos Alvos
Duração base é de 1.5 segundos
Dispara un Projétil adicional
Velocidade de Projéteis aumentada em 25%
O raio Base é de 1.5 metros
Raio secundário Base é de 1.5 metros
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Stats { set_item_drop_slots = 0 set_monster_no_drops_or_experience = 1 set_immune_to_curses = 0 } Actor { main_hand_unarmed_type = "Bow" } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/MonsterTotem"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/olmec_totem/MapTotemBossLegends1summoned"] = { name = "Achioc, the Glacier", life = 3.2, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1, damageSpread = 0, attackTime = 1.5, attackRange = 120, accuracy = 1, skillList = { "MonsterArcticBreathLegends", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterArcticBreathLegends"] = { name = "Creeping Frost", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.ChillingArea] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "base_projectile_speed_+%", "number_of_additional_projectiles", "active_skill_base_area_of_effect_radius", "active_skill_base_secondary_area_of_effect_radius", "always_pierce", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1500, 25, 1, 15, 15, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3}, 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 |
monster penalty against minions damage +% final vs player minions [-20]
Id | MonsterDamageVersusPlayerMinions20 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidade de Conjuração reduzida em 40%
Id | MonsterCastSpeedLegends1 |
---|---|
Family | IncreasedCastSpeed |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Adds Tags | has_caster_mod |
Craft Tags | caster speed |
Velocidade de Ataque reduzida em 40%
Id | MonsterSlowerAttackLegends1 |
---|---|
Family | IncreasedAttackSpeed |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |