Undying Incinerator
Demon
Area: The Crematorium, The Eternal Laboratory, Memory Void, Fragmented Memory, Crater Map, Olmec's Sanctum, Oba's Cursed Trove, InvasionBoss
monster explodes on its target text [2]
immune to lava damage [1]
immune to lava damage [1]
Life
100%
Evasion
+100%
Ailment Threshold
100%
Resistance
75 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Experience
100%
Model Size
115%
Type
Pyromaniac
Metadata
PyromaniacFire
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
15,720
Energy Shield
0
Damage
900
Spell Damage
900
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).
PyroFireball
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 0.93 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 1058 to 1587 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
spell maximum action distance +% [-50]
Base radius is 0.9 metres
base is projectile [1]
spell maximum action distance +% [-50]
PyroSuicideExplosion
Spell, Area, Damage, AreaSpell, Triggerable
Cast Time: 1 sec
Deals 3312 to 4968 Fire Damage
grant kill to target when exploding self [2]
is area damage [1]
grant kill to target when exploding self [2]
is area damage [1]
MonsterFireBomb
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
Fire Trap
Critical Strike Chance: 5%
Cast Time: 1 sec
Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.
Trap lasts +2.5 seconds
Deals 1568.2 Base Fire Damage per second
Base duration is 4.5 seconds
Deals 2258 to 3387 Fire Damage
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
trap variation [1]
Deals 1568.2 Base Fire Damage per second
Base duration is 4.5 seconds
Deals 2258 to 3387 Fire Damage
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
trap variation [1]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Animated { } Life { on_death = "DetachAllContainingText( fire );" on_spawned_dead = "DetachAllContainingText( fire );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Pyromaniac/PyromaniacFire"] = { name = "Undying Incinerator", life = 1, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, skillList = { "PyroFireball", "MonsterFireBomb", "PyroSuicideExplosion", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["PyroFireball"] = { name = "Fireball", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [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.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.93, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {1.1200000047684, 1.6799999475479, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterFireBomb"] = { name = "Fire Trap", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.", skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Damage] = true, [SkillType.Mineable] = true, [SkillType.Area] = true, [SkillType.CausesBurning] = true, [SkillType.Trapped] = true, [SkillType.DamageOverTime] = true, [SkillType.Fire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_fire_damage_to_deal_per_minute", "base_trap_duration", "base_skill_effect_duration", "trap_variation", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_trap", "is_area_damage", "base_skill_is_trapped", "ignores_trap_and_mine_cooldown_limit", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 1, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3}, cost = { }, }, [2] = {0.56000000238419, 0.83999997377396, 1.3999999761581, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["PyroSuicideExplosion"] = { name = "PyroSuicideExplosion", 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, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "secondary_minimum_base_fire_damage", "secondary_maximum_base_fire_damage", "grant_kill_to_target_when_exploding_self", "is_area_damage", "grant_kill_to_target_when_exploding_self", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, levelRequirement = 9, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, levelRequirement = 13, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.80000001192093, 1.2000000476837, levelRequirement = 18, statInterpolation = {3, 3}, cost = { }, }, [5] = {0.80000001192093, 1.2000000476837, levelRequirement = 23, statInterpolation = {3, 3}, cost = { }, }, [6] = {0.80000001192093, 1.2000000476837, levelRequirement = 27, statInterpolation = {3, 3}, cost = { }, }, }, }
monster explodes on its target text [2]
Id | MonsterExplodesOnItsTargetOnLowLifeText |
---|---|
Family | MonsterExplodesOnItsTargetText |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
immune to lava damage [1]
Id | ImmuneToLavaDamage |
---|---|
Family | ImmuneToLavaDamage |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Undying Incinerator
Demon
monster explodes on its target text [2]
immune to lava damage [1]
immune to lava damage [1]
Spectre | Y |
---|---|
Tags | caster, demon, fire_affinity, flesh_armour, humanoid, is_unarmed, not_int, not_str, ranged, red_blood, slashing_weapon, slow_movement, undying, uses_suicide_explode |
Packs |
Life
100%
Evasion
+100%
Ailment Threshold
100%
Resistance
75 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Experience
100%
Model Size
115%
Type
Pyromaniac
Metadata
PyromaniacFireHellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
6,433
Armour
28,790
Evasion
9,478
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1.5
Experience
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
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).
PyroFireball
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 0.93 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 592.8 to 889.1 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
spell maximum action distance +% [-50]
Base radius is 0.9 metres
base is projectile [1]
spell maximum action distance +% [-50]
PyroSuicideExplosion
Spell, Area, Damage, AreaSpell, Triggerable
Cast Time: 1 sec
Deals 1593 to 2390 Fire Damage
grant kill to target when exploding self [2]
is area damage [1]
grant kill to target when exploding self [2]
is area damage [1]
MonsterFireBomb
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
Fire Trap
Critical Strike Chance: 5%
Cast Time: 1 sec
Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.
Trap lasts +2.5 seconds
Deals 733.1 Base Fire Damage per second
Base duration is 4.5 seconds
Deals 1056 to 1584 Fire Damage
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
trap variation [1]
Deals 733.1 Base Fire Damage per second
Base duration is 4.5 seconds
Deals 1056 to 1584 Fire Damage
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
trap variation [1]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Animated { } Life { on_death = "DetachAllContainingText( fire );" on_spawned_dead = "DetachAllContainingText( fire );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Pyromaniac/PyromaniacFireHellscape"] = { name = "Undying Incinerator", life = 1, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.5, attackRange = 7, accuracy = 1, skillList = { "PyroFireball", "MonsterFireBomb", "PyroSuicideExplosion", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["PyroFireball"] = { name = "Fireball", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [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.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.93, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -50, 9, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {1.1200000047684, 1.6799999475479, -50, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterFireBomb"] = { name = "Fire Trap", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.", skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Damage] = true, [SkillType.Mineable] = true, [SkillType.Area] = true, [SkillType.CausesBurning] = true, [SkillType.Trapped] = true, [SkillType.DamageOverTime] = true, [SkillType.Fire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_fire_damage_to_deal_per_minute", "base_trap_duration", "base_skill_effect_duration", "trap_variation", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_trap", "is_area_damage", "base_skill_is_trapped", "ignores_trap_and_mine_cooldown_limit", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 1, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3}, cost = { }, }, [2] = {0.56000000238419, 0.83999997377396, 1.3999999761581, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["PyroSuicideExplosion"] = { name = "PyroSuicideExplosion", 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, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "secondary_minimum_base_fire_damage", "secondary_maximum_base_fire_damage", "grant_kill_to_target_when_exploding_self", "is_area_damage", "grant_kill_to_target_when_exploding_self", }, levels = { [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, levelRequirement = 9, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, levelRequirement = 13, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.80000001192093, 1.2000000476837, levelRequirement = 18, statInterpolation = {3, 3}, cost = { }, }, [5] = {0.80000001192093, 1.2000000476837, levelRequirement = 23, statInterpolation = {3, 3}, cost = { }, }, [6] = {0.80000001192093, 1.2000000476837, levelRequirement = 27, statInterpolation = {3, 3}, cost = { }, }, }, }
monster explodes on its target text [2]
Id | MonsterExplodesOnItsTargetOnLowLifeText |
---|---|
Family | MonsterExplodesOnItsTargetText |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
immune to lava damage [1]
Id | ImmuneToLavaDamage |
---|---|
Family | ImmuneToLavaDamage |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |