Drenched Miscreation
Demon
Area: The Lunaris Temple Level 1, The Lunaris Temple Level 2, The Eternal Laboratory, Arcane Chambers, Desolate Track, Moonlit Chambers, Memory Void, Fragmented Memory, Poorjoy's Asylum, InvasionBoss
stance movement speed +% final [112]
stance movement speed +% final [112]
stance movement speed +% final [112]
Life
100%
Ailment Threshold
100%
Resistance
0 40 0 0
Damage
135%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experience
100%
Model Size
97%
Type
DemonModularCold
Metadata
DemonModularCold
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
83
Life
32,017
Armour
92,477
Evasion
7,860
Energy Shield
0
Damage
1,216
Spell Damage
1,216
Accuracy
518
Attack Time
1.5
Experience
13,132
Ailment Threshold
32,017
Chill
101
Shock
101
Brittle
573
Scorch
101
Sap
280
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: 972–1459
Critical Strike Chance: 5%
Attack Time: 1.5 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]
MonsterIceShield
Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Arctic Armour
Cast Time: 0.5 sec
Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.
Base duration is 3 seconds
Buff grants 10% less Physical Damage taken from Hits while stationary
Buff grants 10% less Fire Damage taken from Hits while stationary
Buff grants 10% less Physical Damage taken from Hits while stationary
Buff grants 10% less Fire Damage taken from Hits while stationary
ModularDemonColdSuicideExplosion
Spell, Area, Damage, AreaSpell, Triggerable
Cast Time: 1.1 sec
Deals 2359 to 3539 Cold Damage
active skill area of effect radius +% final [-20]
is area damage [1]
spell maximum action distance +% [100]
active skill area of effect radius +% final [-20]
is area damage [1]
spell maximum action distance +% [100]
Object Type
version 2 extends "Metadata/Monsters/Demonmodular/Demon"
Object Type Codes
version 2 extends "Metadata/Monsters/Demonmodular/Demon" Actor { on_start_ChangeToStance3 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/ice_enrage.epk );" on_start_SuicideExplosion = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/ice_swell_explosion.epk );" } Life { on_death = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/ice_enrage.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/act3/experimenter/ice_swell_explosion.epk ); " } Preload { preload_animated_object = "Metadata/Effects/Spells/ground_effects_v3/chilled/chilled_grd.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonModular/DemonModularCold"] = { name = "Drenched Miscreation", life = 1, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.35, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ModularDemonColdSuicideExplosion", "MonsterIceShield", }, 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["ModularDemonColdSuicideExplosion"] = { name = "ModularDemonColdSuicideExplosion", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "secondary_minimum_base_cold_damage", "secondary_maximum_base_cold_damage", "spell_maximum_action_distance_+%", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 100, -20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterIceShield"] = { name = "Arctic Armour", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Totemable] = true, [SkillType.Duration] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Cold] = true, [SkillType.ElementalStatus] = true, [SkillType.Instant] = true, [SkillType.NonHitChill] = true, [SkillType.ChillingArea] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "chill_enemy_when_hit_duration_ms", "new_arctic_armour_physical_damage_taken_when_hit_+%_final", "new_arctic_armour_fire_damage_taken_when_hit_+%_final", "base_skill_effect_duration", }, levels = { [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |