Arctic Golem
Construct
monster base type attack cast speed +% and damage -% final [33]
Spectre | N |
---|---|
Tags | caster, cold_affinity, construct, delve_monster, hard_armour, is_unarmed, medium_movement, melee, no_pantheon_mod, not_dex, not_str, physical_affinity, ranged, slashing_weapon, small_height, water |
Life
375%
Energy Shield From Life
100%
Ailment Threshold
375%
Resistance
0 75 0 0
Damage
300%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.65 Second
Damage Spread
±20%
Experience
150%
Model Size
100%
Type
IceElementalDelveArctic
Metadata
IceElementalDelveArctic
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
24,125
Armour
28,790
Evasion
4,739
Energy Shield
6,127
Damage
1,121
Spell Damage
1,121
Accuracy
290
Attack Time
1.65
Experience
15,383
Ailment Threshold
24,125
Chill
76
Shock
76
Brittle
432
Scorch
76
Sap
211
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 897–1345
Critical Strike Chance: 5%
Attack Time: 1.65 sec
Strike your foes down with a powerful blow.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
IceElementalIceCyclone
Attack, Area, Melee, Movement
Cyclone
Base Damage: 897–1345
Critical Strike Chance: 5%
Attack Time: 1.65 sec
Cooldown Time: 6 sec
Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.
Base duration is 4 seconds
75% more Movement Speed
cyclone extra distance [40]
cyclone places ground ice [1]
is area damage [1]
75% more Movement Speed
cyclone extra distance [40]
cyclone places ground ice [1]
is area damage [1]
IceElementalSpearRepeated
Projectile, ProjectilesFromUser, Spell, Trappable, Totemable, Triggerable
Ice Elemental Spear
Cast Time: 1 sec
Cooldown Time: 3 sec
Deals 269.1 to 403.6 Cold Damage
Skills Repeat an additional Time
base is projectile [1]
monster reverse point blank damage -% at minimum range [25]
Skills Repeat an additional Time
base is projectile [1]
monster reverse point blank damage -% at minimum range [25]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 fade_arrows = true }
-- src\Data\Spectres.lua minions["Metadata/Monsters/IceElemental/IceElementalDelveArctic"] = { name = "Arctic Golem", life = 3.75, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 3, damageSpread = 0.2, attackTime = 1.65, attackRange = 6, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "IceElementalIceCyclone", "IceElementalSpearRepeated", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IceElementalIceCyclone"] = { name = "Cyclone", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "cyclone_movement_speed_+%_final", "cyclone_extra_distance", "base_skill_effect_duration", "is_area_damage", "cyclone_places_ground_ice", }, levels = { [1] = {75, 40, 4000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IceElementalSpearRepeated"] = { name = "Ice Elemental Spear", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_reverse_point_blank_damage_-%_at_minimum_range", "skill_repeat_count", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 25, 1, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Arctic Golem
Construct
Spectre | N |
---|---|
Tags | bludgeoning_weapon, caster, cold_affinity, construct, extra_large_height, fast_movement, has_one_hand_sword, has_one_handed_melee, large_model, melee, mud_blood, not_int, physical_affinity, stone_armour |
Life
315%
Armour
+100%
Evasion
+40%
Ailment Threshold
315%
Resistance
75 0 0 0
Damage
120%
Accuracy
140%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Experience
150%
Model Size
185%
Type
EssenceRockGolem
Metadata
EssenceArcticGolemSummoned
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
20,265
Armour
57,580
Evasion
6,635
Energy Shield
0
Damage
448
Spell Damage
448
Accuracy
406
Attack Time
1.5
Experience
15,383
Ailment Threshold
20,265
Chill
64
Shock
64
Brittle
363
Scorch
64
Sap
177
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 359–538
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
EssenceArcticGolemBossIceCrash
Attack, Area, Melee, Cold, Multistrikeable, Slam, Totemable
Ice Crash
Base Damage: 359–538
Critical Strike Chance: 5%
Attack Damage: 180%
Attack Damage: 180%
Attack Time: 1.5 sec
Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.
Deals 80% more Attack Damage
50% of Physical Damage Converted to Cold Damage
25% less Attack Speed
Second Stage deals 25% less Damage
Base radius is 1.1 metres
Base secondary radius is 2.1 metres
Base tertiary radius is 3.1 metres
active skill area of effect radius +% final [-20]
is area damage [1]
50% of Physical Damage Converted to Cold Damage
25% less Attack Speed
Second Stage deals 25% less Damage
Base radius is 1.1 metres
Base secondary radius is 2.1 metres
Base tertiary radius is 3.1 metres
active skill area of effect radius +% final [-20]
is area damage [1]
EssenceGlacialCascade
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
Glacial Cascade
Critical Strike Chance: 6%
Effectiveness of Added Damage: 80%
Cast Time: 0.8 sec
Cooldown Time: 3 sec
Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.
Deals 37.82 to 58.19 Physical Damage
Deals 69.83 to 106.2 Cold Damage
Causes +6 Bursts
active skill area of effect radius +% final [-34]
is area damage [1]
Deals 69.83 to 106.2 Cold Damage
Causes +6 Bursts
active skill area of effect radius +% final [-34]
is area damage [1]
TauntTarget
Spell, Duration, Buff
Cast Time: 1 sec
Cooldown Time: 10 sec
100% increased Taunt Duration
Enemies Taunted by you deal 40% less Damage with Hits and
Ailments against other targets
Enemies Taunted by you deal 40% less Damage with Hits and
Ailments against other targets
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockGolem/EssenceArcticGolemSummoned"] = { name = "Arctic Golem", life = 3.15, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1.4, weaponType1 = "One Hand Sword", skillList = { "Melee", "EssenceGlacialCascade", "EssenceArcticGolemBossIceCrash", "TauntTarget", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EssenceGlacialCascade"] = { name = "Glacial Cascade", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "upheaval_number_of_spikes", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 6, -34, critChance = 6, levelRequirement = 4, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EssenceArcticGolemBossIceCrash"] = { name = "Ice Crash", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.Multistrikeable] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_cold", "active_skill_attack_speed_+%_final", "ice_crash_second_hit_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", "active_skill_base_area_of_effect_radius", "active_skill_base_secondary_area_of_effect_radius", "active_skill_base_tertiary_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 2, statInterpolation = {}, cost = { }, }, [2] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 14, statInterpolation = {}, cost = { }, }, [3] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 26, statInterpolation = {}, cost = { }, }, [4] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 46, statInterpolation = {}, cost = { }, }, [5] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.4, levelRequirement = 54, statInterpolation = {}, cost = { }, }, [6] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 67, statInterpolation = {}, cost = { }, }, [7] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 68, statInterpolation = {}, cost = { }, }, [8] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 74, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TauntTarget"] = { name = "TauntTarget", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Buff] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "taunt_duration_+%", "taunted_enemies_damage_+%_final_vs_non_taunt_target", }, levels = { [1] = {100, -40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | EssenceDaemonSummonIceElementals |
---|---|
Family | EssenceDaemon |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Arctic Golem
Construct
Area: Frozen Hollow
Spectre | Y |
---|---|
Area | Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow, Frozen Hollow |
Tags | bludgeoning_weapon, cold_affinity, construct, delve_monster, golem, has_one_hand_sword, has_one_handed_melee, large_model, medium_height, melee, mud_blood, no_pantheon_mod, not_int, physical_affinity, slow_movement, stone_armour |
Life
195%
Armour
+100%
Evasion
+40%
Ailment Threshold
195%
Resistance
75 0 0 0
Damage
113%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Experience
150%
Model Size
100%
Type
ArcticGolemDelve
Metadata
ArcticGolemDelve
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
12,545
Armour
57,580
Evasion
6,635
Energy Shield
0
Damage
422
Spell Damage
422
Accuracy
290
Attack Time
1.5
Experience
15,383
Ailment Threshold
12,545
Chill
40
Shock
40
Brittle
224
Scorch
40
Sap
110
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 338–507
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
EssenceArcticGolemBossIceCrash
Attack, Area, Melee, Cold, Multistrikeable, Slam, Totemable
Ice Crash
Base Damage: 338–507
Critical Strike Chance: 5%
Attack Damage: 180%
Attack Damage: 180%
Attack Time: 1.5 sec
Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.
Deals 80% more Attack Damage
50% of Physical Damage Converted to Cold Damage
25% less Attack Speed
Second Stage deals 25% less Damage
Base radius is 1.1 metres
Base secondary radius is 2.1 metres
Base tertiary radius is 3.1 metres
active skill area of effect radius +% final [-20]
is area damage [1]
50% of Physical Damage Converted to Cold Damage
25% less Attack Speed
Second Stage deals 25% less Damage
Base radius is 1.1 metres
Base secondary radius is 2.1 metres
Base tertiary radius is 3.1 metres
active skill area of effect radius +% final [-20]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockGolem/ArcticGolemDelve"] = { name = "Arctic Golem", life = 1.95, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.13, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "EssenceArcticGolemBossIceCrash", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EssenceArcticGolemBossIceCrash"] = { name = "Ice Crash", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.Multistrikeable] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_cold", "active_skill_attack_speed_+%_final", "ice_crash_second_hit_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", "active_skill_base_area_of_effect_radius", "active_skill_base_secondary_area_of_effect_radius", "active_skill_base_tertiary_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 2, statInterpolation = {}, cost = { }, }, [2] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 14, statInterpolation = {}, cost = { }, }, [3] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 26, statInterpolation = {}, cost = { }, }, [4] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 46, statInterpolation = {}, cost = { }, }, [5] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.4, levelRequirement = 54, statInterpolation = {}, cost = { }, }, [6] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 67, statInterpolation = {}, cost = { }, }, [7] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 68, statInterpolation = {}, cost = { }, }, [8] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 74, statInterpolation = {}, cost = { }, }, }, }