Maker of Mires
DemonArea: Hallowed Ground
% increased Rarity of Items Dropped
Monsters grant 13100% increased Experience
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Monsters grant 13100% increased Experience
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
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
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
73
Life
35,553,514
Armour
63,992
Evasion Rating
6,760
Damage
1,721
Spell Damage
2,568
Accuracy
704
Attack Time
0.804
Experience
187,902
Minion Life
7,380,719
Minion Damage
1,398
Ailment Threshold
4,236,794
Chill
13,397
Shock
13,397
Brittle
75,792
Scorch
13,397
Sap
37,013
Phys Convert Ele
265%
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: 2733—4099
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]
BrutusHook
Attack, Triggerable
Base Damage: 2733—4099
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]
TarGroundSlam
Attack
Base Damage: 2733—4099
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]
BrutusUniqueMapCloneStrike
Attack, MeleeSingleTarget, Melee, Duration, Vaal, Physical, NeverExertable
Vaal Double Strike
Base Damage: 2733—4099
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]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
main_hand_unarmed_type = "One_Hand_Mace"
}
Life
{
corpse_usable = false
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Brute/BossBruteUniqueMap"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Maker of Mires",
life = 90,
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 = { }, },
},
}
% increased Rarity of Items Dropped
Monsters grant 13100% increased Experience
| Family | MonsterMapBoss |
|---|---|
| Domains | Monster (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
15000% increased Rarity of Items Dropped
Monsters grant 100% increased Experience
| 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]
| 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
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 Rating
5,687
Damage
1,121
Spell Damage
1,121
Accuracy
580
Attack Time
1.2
Experience
30,765
Minion Life
125,591
Minion Damage
895
Ailment Threshold
125,450
Chill
397
Shock
397
Brittle
2,244
Scorch
397
Sap
1,096
Phys Convert Ele
240%
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]
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]
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]
Object Type
version 2
extends "Metadata/Monsters/Brute/UniqueMapKole"
DiesAfterTime
{
}
Stats
{
set_minion_dies_when_parent_dies = 1
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Brute/BossBruteUniqueMapClone"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Maker of Mires",
life = 90,
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 = { }, },
},
}
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.