Maker of Mires
Demon
Area: Hallowed Ground
Monsters grant 13100% increased Experience
% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Area | Hallowed Ground |
Tags | brute_boss, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, large_model, medium_movement, melee, not_int, physical_affinity, red_blood, transform_boss_area, unique_map_boss |
Life
9000%
Armour
+50%
Evasion
+20%
Ailment Threshold
1950%
Resistance
40 40 40 25
Damage
300%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 11
Attack Time
1.2 Second
Damage Spread
±20%
Experience
300%
Model Size
120%
Type
UniqueMapBrute
Metadata
BossBruteUniqueMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
71
Life
18,604,109
Armour
54,710
Evasion
6,312
Energy Shield
0
Damage
1,528
Spell Damage
2,281
Accuracy
326
Attack Time
0.804
Experience
180,659
Ailment Threshold
2,297,607
Chill
7,265
Shock
7,265
Brittle
41,102
Scorch
7,265
Sap
20,072
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: 2427–3640
Critical Strike Chance: 5%
Attack Time: 1.2 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]
BrutusHook
Attack, Triggerable
Base Damage: 2427–3640
Critical Strike Chance: 5%
Attack Time: 1.2 sec
Cooldown Time: 6 sec
Deals 35% less Damage
90% reduced Bleeding Duration
15% reduced Attack Speed
+150% more Damage with Bleeding
main hand bleed on hit [1]
track which enemies hit index [20]
90% reduced Bleeding Duration
15% reduced Attack Speed
+150% more Damage with Bleeding
main hand bleed on hit [1]
track which enemies hit index [20]
TarGroundSlam
Attack
Base Damage: 2427–3640
Critical Strike Chance: 5%
Attack Time: 1.2 sec
Cooldown Time: 8 sec
Deals 100% more Damage
Base secondary duration is 12 seconds
50% reduced Movement Speed
Stuns Enemies
35% less Attack Speed
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
Base secondary duration is 12 seconds
50% reduced Movement Speed
Stuns Enemies
35% less Attack Speed
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
BrutusUniqueMapCloneStrike
Attack, MeleeSingleTarget, Melee, Duration, Vaal, Physical, NeverExertable
Vaal Double Strike
Base Damage: 2427–3640
Critical Strike Chance: 5%
Attack Time: 1.2 sec
Cooldown Time: 10 sec
Performs two fast strikes with a melee weapon, and summons your double for a duration to continuously attack monsters in this fashion.
Base duration is 6 seconds
Maximum 1 Summoned Double
alternate minion [14]
minion dies when parent dies [1]
number of monsters to summon [1]
Maximum 1 Summoned Double
alternate minion [14]
minion dies when parent dies [1]
number of monsters to summon [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Animated { } Monster { preload_object_type = "BruteDeath" } Life { on_death = "DisableSoundParameterDistance();" } SoundParameterDistance { parameter = "MusicVolume" distance_start = 0.0 distance_end = 40.0 value_start = 40.0 value_end = 0.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Brute/BossBruteUniqueMap"] = { name = "Maker of Mires", life = 90, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3, damageSpread = 0.2, attackTime = 1.2, attackRange = 11, accuracy = 1, skillList = { "Melee", "BrutusHook", "TarGroundSlam", "BrutusUniqueMapCloneStrike", }, 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["BrutusHook"] = { name = "BrutusHook", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_speed_+%", "active_skill_damage_+%_final", "track_which_enemies_hit_index", "base_bleed_duration_+%", "active_skill_bleeding_damage_+%_final", "main_hand_bleed_on_hit", }, levels = { [1] = {-15, -35, 20, -90, 150, levelRequirement = 10, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TarGroundSlam"] = { name = "TarGroundSlam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_attack_speed_+%_final", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "base_secondary_skill_effect_duration", "base_movement_velocity_+%", "is_area_damage", "always_stun", }, levels = { [1] = {100, -35, -30, 12000, -50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BrutusUniqueMapCloneStrike"] = { name = "Vaal Double Strike", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Performs two fast strikes with a melee weapon, and summons your double for a duration to continuously attack monsters in this fashion.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Melee] = true, [SkillType.Duration] = true, [SkillType.Vaal] = true, [SkillType.Physical] = true, [SkillType.NeverExertable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "number_of_monsters_to_summon", "alternate_minion", "maximum_number_of_summoned_doubles", "minion_dies_when_parent_dies", }, levels = { [1] = {6000, 1, 14, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Monsters grant 13100% increased Experience
% increased Rarity of Items Dropped
Id | MonsterHallowedGroundBoss |
---|---|
Family | MonsterMapBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Maker of Mires
Demon
Spectre | N |
---|---|
Tags | demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, is_clone, large_height, large_model, medium_movement, melee, not_int, physical_affinity, red_blood |
Life
9000%
Armour
+50%
Evasion
+20%
Ailment Threshold
1950%
Resistance
40 40 40 25
Damage
300%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 11
Attack Time
1.2 Second
Damage Spread
±20%
Experience
300%
Model Size
120%
Type
UniqueMapBrute
Metadata
BossBruteUniqueMapClone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
579,002
Armour
43,185
Evasion
5,687
Energy Shield
0
Damage
1,121
Spell Damage
1,121
Accuracy
290
Attack Time
1.2
Experience
30,765
Ailment Threshold
125,450
Chill
397
Shock
397
Brittle
2,244
Scorch
397
Sap
1,096
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: 897–1345
Critical Strike Chance: 5%
Attack Time: 1.2 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]
BrutusHook
Attack, Triggerable
Base Damage: 897–1345
Critical Strike Chance: 5%
Attack Time: 1.2 sec
Cooldown Time: 6 sec
Deals 35% less Damage
90% reduced Bleeding Duration
15% reduced Attack Speed
+150% more Damage with Bleeding
main hand bleed on hit [1]
track which enemies hit index [20]
90% reduced Bleeding Duration
15% reduced Attack Speed
+150% more Damage with Bleeding
main hand bleed on hit [1]
track which enemies hit index [20]
TarGroundSlam
Attack
Base Damage: 897–1345
Critical Strike Chance: 5%
Attack Time: 1.2 sec
Cooldown Time: 8 sec
Deals 100% more Damage
Base secondary duration is 12 seconds
50% reduced Movement Speed
Stuns Enemies
35% less Attack Speed
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
Base secondary duration is 12 seconds
50% reduced Movement Speed
Stuns Enemies
35% less Attack Speed
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
Object Type
version 2 extends "Metadata/Monsters/Brute/UniqueMapKole" DiesAfterTime { } Stats { set_minion_dies_when_parent_dies = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Brute/UniqueMapKole"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Brute/BossBruteUniqueMapClone"] = { name = "Maker of Mires", life = 90, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3, damageSpread = 0.2, attackTime = 1.2, attackRange = 11, accuracy = 1, skillList = { "Melee", "BrutusHook", "TarGroundSlam", }, 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["BrutusHook"] = { name = "BrutusHook", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_speed_+%", "active_skill_damage_+%_final", "track_which_enemies_hit_index", "base_bleed_duration_+%", "active_skill_bleeding_damage_+%_final", "main_hand_bleed_on_hit", }, levels = { [1] = {-15, -35, 20, -90, 150, levelRequirement = 10, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TarGroundSlam"] = { name = "TarGroundSlam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_attack_speed_+%_final", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "base_secondary_skill_effect_duration", "base_movement_velocity_+%", "is_area_damage", "always_stun", }, levels = { [1] = {100, -35, -30, 12000, -50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }