Expanding Explodable Death Zone

Spectre | N |
---|---|
Tags | bone_armour, Caster, cold_affinity, construct, extra_extra_large_height, is_unarmed, Unarmed_onhit_audio, very_slow_movement |
Life
100%
Resistance




Damage
67%
Accuracy
100%
Critical Hits Chance
5%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
InvisibleFire
Metadata
DeliriumBossFinalDeathZone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
7,757
Armour
2,413
Evasion Rating
708
Damage
156
Spell Damage
156
Accuracy
2,464
Attack Time
1.5
Experience
28,634
Minion Life
6,930
Minion Damage
649
Minion Armour
2,413
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).
DeliriumDeathZoneExplosion1
Triggerable, Spell, Damage
Critical Hit Chance: 5%
Cast Time: 1 sec
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
DeliriumDeathZoneExplosion2
Triggerable, Spell, Damage
Critical Hit Chance: 5%
Cast Time: 1 sec
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
DeliriumDeathZoneExplosion3
Triggerable, Spell, Damage
Critical Hit Chance: 5%
Cast Time: 1 sec
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
DeliriumDeathZoneExplosion4
Triggerable, Spell, Damage
Critical Hit Chance: 5%
Cast Time: 1 sec
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
DeliriumDeathZoneExplosion5
Triggerable, Spell, Damage
Critical Hit Chance: 5%
Cast Time: 1 sec
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
DeliriumDeathZoneExplosion6
Triggerable, Spell, Damage
Critical Hit Chance: 5%
Cast Time: 1 sec
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
DeliriumDeathZoneExplosion7
Triggerable, Spell, Damage
Critical Hit Chance: 5%
Cast Time: 1 sec
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
DeliriumDeathZoneExplosion8
Triggerable, Spell, Damage
Critical Hit Chance: 5%
Cast Time: 1 sec
base skill cannot be avoided by dodge roll or evaded or blocked [1]
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
DeliriumDeathZoneDetonateBall1
Triggerable
DeliriumDeathZoneDetonateBall2
Triggerable
DeliriumDeathZoneDetonateBall3
Triggerable
DeliriumDeathZoneDetonateBall4
Triggerable
DeliriumDeathZoneDetonateBall5
Triggerable
DeliriumDeathZoneDetonateBall6
Triggerable
DeliriumDeathZoneDetonateBall7
Triggerable
DeliriumDeathZoneDetonateBall8
Triggerable
Object Type
version 2 extends "Metadata/Monsters/Monster" Positioned { collision_hull_type = "projectile" blocking = false locked_orientation = true } Stats { immune_to_curses = 1 immune_to_auras_from_other_entities = 1 set_item_drop_slots = 0 untargetable_by_enemy_monster_ai = 1 set_monster_do_not_fracture = 1 set_max_frenzy_charges = 0 set_max_power_charges = 0 set_max_endurance_charges = 0 base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 set_monster_no_beyond_portal = 1 set_immune_to_cheats = 1 set_cannot_be_afflicted = 1 } Life { corpse_usable = false } Animated { animated_object = "Metadata/Effects/Spells/monsters_effects/League_Delirium/Kosis/death_zone.ao" serialise_animation_progress = true } DiesAfterTime { } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Targetable { no_highlight = true targetable = false }
-- src\Data\Spectres.lua minions["Metadata/Monsters/InvisibleFire/DeliriumBossFinalDeathZone"] = { name = "Expanding Explodable Death Zone", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.67, damageSpread = 0, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "DeliriumDeathZoneDetonateBall1", "DeliriumDeathZoneDetonateBall2", "DeliriumDeathZoneDetonateBall3", "DeliriumDeathZoneDetonateBall4", "DeliriumDeathZoneDetonateBall5", "DeliriumDeathZoneDetonateBall6", "DeliriumDeathZoneDetonateBall7", "DeliriumDeathZoneDetonateBall8", "DeliriumDeathZoneExplosion1", "DeliriumDeathZoneExplosion2", "DeliriumDeathZoneExplosion3", "DeliriumDeathZoneExplosion4", "DeliriumDeathZoneExplosion5", "DeliriumDeathZoneExplosion6", "DeliriumDeathZoneExplosion7", "DeliriumDeathZoneExplosion8", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneDetonateBall1"] = { name = "DeliriumDeathZoneDetonateBall1", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneDetonateBall2"] = { name = "DeliriumDeathZoneDetonateBall2", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneDetonateBall3"] = { name = "DeliriumDeathZoneDetonateBall3", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneDetonateBall4"] = { name = "DeliriumDeathZoneDetonateBall4", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneDetonateBall5"] = { name = "DeliriumDeathZoneDetonateBall5", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneDetonateBall6"] = { name = "DeliriumDeathZoneDetonateBall6", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneDetonateBall7"] = { name = "DeliriumDeathZoneDetonateBall7", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneDetonateBall8"] = { name = "DeliriumDeathZoneDetonateBall8", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneExplosion1"] = { name = "DeliriumDeathZoneExplosion1", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_base_physical_damage_%_to_convert_to_cold", "active_skill_base_physical_damage_%_to_convert_to_lightning", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 40, 40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneExplosion2"] = { name = "DeliriumDeathZoneExplosion2", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_base_physical_damage_%_to_convert_to_cold", "active_skill_base_physical_damage_%_to_convert_to_lightning", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 40, 40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneExplosion3"] = { name = "DeliriumDeathZoneExplosion3", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_base_physical_damage_%_to_convert_to_cold", "active_skill_base_physical_damage_%_to_convert_to_lightning", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 40, 40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneExplosion4"] = { name = "DeliriumDeathZoneExplosion4", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_base_physical_damage_%_to_convert_to_cold", "active_skill_base_physical_damage_%_to_convert_to_lightning", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 40, 40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneExplosion5"] = { name = "DeliriumDeathZoneExplosion5", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_base_physical_damage_%_to_convert_to_cold", "active_skill_base_physical_damage_%_to_convert_to_lightning", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 40, 40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneExplosion6"] = { name = "DeliriumDeathZoneExplosion6", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_base_physical_damage_%_to_convert_to_cold", "active_skill_base_physical_damage_%_to_convert_to_lightning", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 40, 40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneExplosion7"] = { name = "DeliriumDeathZoneExplosion7", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_base_physical_damage_%_to_convert_to_cold", "active_skill_base_physical_damage_%_to_convert_to_lightning", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 40, 40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeliriumDeathZoneExplosion8"] = { name = "DeliriumDeathZoneExplosion8", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_base_physical_damage_%_to_convert_to_cold", "active_skill_base_physical_damage_%_to_convert_to_lightning", "is_area_damage", "skill_cannot_be_interrupted", "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 40, 40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, }
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.