Doedre the Vile
Demon
Area: Doedre's Cesspool
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
80% reduced Energy Shield Recharge Rate
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
6000% increased Rarity of Items Dropped
80% reduced Energy Shield Recharge Rate
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
Spectre | N |
---|---|
Area | Doedre's Cesspool |
Tags | caster, cleaving_weapon, demon, doedre_monster_story, flesh_armour, human, humanoid, is_unarmed, medium_height, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood, unholy_trio_monster_story |
Life
1500%
Energy Shield From Life
100%
Ailment Threshold
1500%
Resistance
40 40 40 25
Damage
200%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.755 Second
Damage Spread
±20%
Experience
200%
Model Size
115%
Type
DoedreSewers
Metadata
DoedreSewers
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
56
Life
42,870
Armour
10,955
Evasion
3,063
Energy Shield
2,858
Damage
403
Spell Damage
403
Accuracy
179
Attack Time
1.755
Experience
14,268
Ailment Threshold
42,870
Chill
136
Shock
136
Brittle
767
Scorch
136
Sap
375
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: 323–484
Critical Strike Chance: 5%
Attack Time: 1.755 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]
DoedreWarp
Spell, Damage, Area, AreaSpell
Critical Strike Chance: 5%
Cast Time: 2.5 sec
Cooldown Time: 8 sec
Deals 573.7 to 860.6 Physical Damage
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
DoedreEmptyCauldron
Spell
Cast Time: 6.33 sec
Cooldown Time: 5 sec
WandStrike
Spell, Damage, Area, AreaSpell
Critical Strike Chance: 5%
Cast Time: 1.17 sec
Deals 377.3 to 565.9 Physical Damage
Projectiles Pierce all Targets
Fires 2 additional Projectiles
Also fires Projectiles from up to 20 points on each side of you
active skill area of effect radius +% final [-40]
additional projectiles fire parallel y dist [-100]
base is projectile [1]
is area damage [1]
volley additional projectiles fire parallel x dist [100]
Projectiles Pierce all Targets
Fires 2 additional Projectiles
Also fires Projectiles from up to 20 points on each side of you
active skill area of effect radius +% final [-40]
additional projectiles fire parallel y dist [-100]
base is projectile [1]
is area damage [1]
volley additional projectiles fire parallel x dist [100]
DoedreBubbleBurst
Spell, Damage, Area, Triggerable, Triggered, AreaSpell
Critical Strike Chance: 5%
Cast Time: 2 sec
Cooldown Time: 8 sec
Deals 289.1 to 433.6 Physical Damage
Kinetic Blast creates 5 additional explosions
Projectiles Pierce all Targets
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-40]
Kinetic Blast creates 5 additional explosions
Projectiles Pierce all Targets
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-40]
DoedreEmptyCauldronEmerge
Spell
Cast Time: 6.33 sec
Cooldown Time: 5 sec
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } Transitionable {} Positioned { force_placement = true }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { has_light = true } Transitionable { create_untransitioned = " PlayAnimation( entrance ); PauseAnimation(); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Doedre/DoedreSewers"] = { name = "Doedre the Vile", life = 15, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.755, attackRange = 10, accuracy = 1, skillList = { "Melee", "WandStrike", "DoedreBubbleBurst", "DoedreWarp", "DoedreEmptyCauldronEmerge", "DoedreEmptyCauldron", }, 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["WandStrike"] = { name = "WandStrike", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.17, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "number_of_additional_projectiles", "volley_additional_projectiles_fire_parallel_x_dist", "additional_projectiles_fire_parallel_y_dist", "support_parallel_projectile_number_of_points_per_side", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 2, 100, -100, 20, -40, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DoedreBubbleBurst"] = { name = "DoedreBubbleBurst", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "cluster_burst_spawn_amount", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 5, -40, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DoedreWarp"] = { name = "DoedreWarp", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -30, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DoedreEmptyCauldronEmerge"] = { name = "DoedreEmptyCauldronEmerge", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 6.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DoedreEmptyCauldron"] = { name = "DoedreEmptyCauldron", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 6.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
Id | MonsterQuestBossAct8 |
---|---|
Family | MonsterActBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
80% reduced Energy Shield Recharge Rate
Id | MonsterEnergyShieldRegenRate-80 |
---|---|
Family | EnergyShieldRegeneration |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | defences energy_shield |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
heal aura owner % max life on death [0]
Id | BossHealOnPlayerDeath |
---|---|
Family | BossHealOnPlayerDeath |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
heal_on_nearby_death
Radius: 120
heal aura owner % max life on death [0]
Doedre the Vile
Demon
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
80% reduced Energy Shield Recharge Rate
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
6000% increased Rarity of Items Dropped
80% reduced Energy Shield Recharge Rate
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | caster, cleaving_weapon, demon, flesh_armour, human, humanoid, is_unarmed, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood |
Life
1500%
Energy Shield From Life
100%
Ailment Threshold
1500%
Resistance
40 40 40 25
Damage
200%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.755 Second
Damage Spread
±20%
Experience
200%
Model Size
115%
Type
DoedreSewers
Metadata
DoedreSewersStandalone_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
96,500
Armour
28,790
Evasion
4,739
Energy Shield
6,127
Damage
747
Spell Damage
747
Accuracy
290
Attack Time
1.755
Experience
20,510
Ailment Threshold
96,500
Chill
305
Shock
305
Brittle
1,726
Scorch
305
Sap
843
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: 598–897
Critical Strike Chance: 5%
Attack Time: 1.755 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]
DoedreWarp
Spell, Damage, Area, AreaSpell
Critical Strike Chance: 5%
Cast Time: 2.5 sec
Cooldown Time: 8 sec
Deals 918.6 to 1378 Physical Damage
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
WandStrike
Spell, Damage, Area, AreaSpell
Critical Strike Chance: 5%
Cast Time: 1.17 sec
Deals 570.1 to 855.1 Physical Damage
Projectiles Pierce all Targets
Fires 2 additional Projectiles
Also fires Projectiles from up to 20 points on each side of you
active skill area of effect radius +% final [-40]
additional projectiles fire parallel y dist [-100]
base is projectile [1]
is area damage [1]
volley additional projectiles fire parallel x dist [100]
Projectiles Pierce all Targets
Fires 2 additional Projectiles
Also fires Projectiles from up to 20 points on each side of you
active skill area of effect radius +% final [-40]
additional projectiles fire parallel y dist [-100]
base is projectile [1]
is area damage [1]
volley additional projectiles fire parallel x dist [100]
DoedreBubbleBurst
Spell, Damage, Area, Triggerable, Triggered, AreaSpell
Critical Strike Chance: 5%
Cast Time: 2 sec
Cooldown Time: 8 sec
Deals 412.1 to 618.2 Physical Damage
Kinetic Blast creates 5 additional explosions
Projectiles Pierce all Targets
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-40]
Kinetic Blast creates 5 additional explosions
Projectiles Pierce all Targets
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-40]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster" Render { has_light = true }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Doedre/DoedreSewersStandalone_"] = { name = "Doedre the Vile", life = 15, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.755, attackRange = 10, accuracy = 1, skillList = { "Melee", "WandStrike", "DoedreBubbleBurst", "DoedreWarp", }, 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["WandStrike"] = { name = "WandStrike", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.17, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "number_of_additional_projectiles", "volley_additional_projectiles_fire_parallel_x_dist", "additional_projectiles_fire_parallel_y_dist", "support_parallel_projectile_number_of_points_per_side", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 2, 100, -100, 20, -40, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DoedreBubbleBurst"] = { name = "DoedreBubbleBurst", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Triggerable] = true, [SkillType.Triggered] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "cluster_burst_spawn_amount", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 5, -40, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DoedreWarp"] = { name = "DoedreWarp", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -30, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, }, }
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
Id | MonsterQuestBossAct8 |
---|---|
Family | MonsterActBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
80% reduced Energy Shield Recharge Rate
Id | MonsterEnergyShieldRegenRate-80 |
---|---|
Family | EnergyShieldRegeneration |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | defences energy_shield |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |