He of Many Pieces
Demon
Area: Museum Map
monster base type attack cast speed +% and damage -% final [33]
Traps cannot be Damaged for +5 seconds after being Thrown
Mines cannot be Damaged for +5 seconds after being thrown
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
monster penalty against minions damage +% final vs player minions [-20]
Can have up to 60 additional Traps placed at a time
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Traps cannot be Damaged for +5 seconds after being Thrown
Mines cannot be Damaged for +5 seconds after being thrown
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
monster penalty against minions damage +% final vs player minions [-20]
Can have up to 60 additional Traps placed at a time
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Area | Museum Map |
Tags | bludgeoning_weapon, bone_armour, caster, demon, fire_affinity, human, humanoid, is_unarmed, large_height, large_model, medium_movement, melee, non_unique_map_boss, not_str, physical_affinity, ranged, red_blood |
Life
400%
Energy Shield From Life
50%
Evasion
+50%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
200%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
115%
Type
MaligaroMapBoss2
Metadata
MaligaroMapBoss2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
79
Life
4,610,269
Armour
67,990
Evasion
10,338
Energy Shield
6,018
Damage
1,630
Spell Damage
2,432
Accuracy
444
Attack Time
1.005
Experience
138,039
Ailment Threshold
2,212,929
Chill
6,997
Shock
6,997
Brittle
39,587
Scorch
6,997
Sap
19,332
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: 2588–3882
Critical Strike Chance: 5%
Attack Time: 1.5 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]
MaligaroEtherealKnivesMapBoss
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
Ethereal Knives
Critical Strike Chance: 5%
Cast Time: 0.75 sec
Fires an arc of knives outwards in front of the caster which deal physical damage.
Deals 508.8 to 799.6 Physical Damage
Fires 9 additional Projectiles
base is projectile [1]
monster projectile variation [1]
Fires 9 additional Projectiles
base is projectile [1]
monster projectile variation [1]
MaligaroVaalFireTrap
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Vaal, Fire, AreaSpell
Vaal Fire Trap
Critical Strike Chance: 5%
Cast Time: 1 sec
Cooldown Time: 6 sec
Throws multiple traps that explode when triggered, dealing fire damage to surrounding enemies and leaving areas of burning ground that damages enemies who walk through them.
Trap lasts +30 seconds
Deals 742.9 to 1238 Fire Damage
Throw up to 6 additional Traps
30% of Fire Damage Converted to Chaos Damage
Traps are thrown randomly around targeted location
active skill spell damage +% final [30]
base skill is trapped [1]
base skill show average damage instead of dps [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
trap variation [7]
Deals 742.9 to 1238 Fire Damage
Throw up to 6 additional Traps
30% of Fire Damage Converted to Chaos Damage
Traps are thrown randomly around targeted location
active skill spell damage +% final [30]
base skill is trapped [1]
base skill show average damage instead of dps [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
trap variation [7]
MonsterDetonateDeadAreaMaligaroMaps
Spell, Area, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 0.6 sec
Cooldown Time: 6 sec
Base duration is 1.5 seconds
Base secondary duration is 0.5 seconds
Deals 836.6 to 1255 Fire Damage
20% of Fire Damage Converted to Chaos Damage
Explosion deals base Fire Damage equal to 1% of the corpse's Maximum Life
Causes +6 Bursts
is area damage [1]
Base secondary duration is 0.5 seconds
Deals 836.6 to 1255 Fire Damage
20% of Fire Damage Converted to Chaos Damage
Explosion deals base Fire Damage equal to 1% of the corpse's Maximum Life
Causes +6 Bursts
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_mana_regeneration_rate_per_minute_% = 300 set_base_maximum_mana = 200 } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Maligaro/MaligaroMapBoss2"] = { name = "He of Many Pieces", life = 4, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "Melee", "MaligaroVaalFireTrap", "MaligaroEtherealKnivesMapBoss", "MonsterDetonateDeadAreaMaligaroMaps", }, 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["MaligaroVaalFireTrap"] = { name = "Vaal Fire Trap", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws multiple traps that explode when triggered, dealing fire damage to surrounding enemies and leaving areas of burning ground that damages enemies who walk through them.", 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.Vaal] = 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_trap_duration", "number_of_additional_traps_to_throw", "throw_traps_in_circle_radius", "trap_variation", "active_skill_spell_damage_+%_final", "skill_fire_damage_%_to_convert_to_chaos", "is_area_damage", "base_skill_is_trapped", "base_skill_show_average_damage_instead_of_dps", "is_trap", "ignores_trap_and_mine_cooldown_limit", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MaligaroEtherealKnivesMapBoss"] = { name = "Ethereal Knives", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arc of knives outwards in front of the caster which deal physical damage.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.75, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "number_of_additional_projectiles", "monster_projectile_variation", "base_is_projectile", }, levels = { [1] = {0.62999999523163, 0.99000000953674, 9, 1, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterDetonateDeadAreaMaligaroMaps"] = { name = "MonsterDetonateDeadAreaMaligaroMaps", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.6, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "corpse_explosion_monster_life_%", "base_skill_effect_duration", "base_secondary_skill_effect_duration", "upheaval_number_of_spikes", "skill_fire_damage_%_to_convert_to_chaos", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 6, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Id | MaligaroDesecrateDaemon |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Traps cannot be Damaged for +5 seconds after being Thrown
Mines cannot be Damaged for +5 seconds after being thrown
Id | MonsterImplicitTrapsInvulnerable1 |
---|---|
Family | MonsterTrapsInvulnerable |
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 |
monster penalty against minions damage +% final vs player minions [-20]
Id | MonsterDamageVersusPlayerMinions20 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
Can have up to 60 additional Traps placed at a time
Id | MaligaroIncreasedTrapsAllowedMaps |
---|---|
Family | TrapsAllowed |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
kill traps mines and totems on death [1]
Id | MonsterKillTrapsMinesTotemsOnDeath |
---|---|
Family | MonsterKillTrapsMinesTotemsOnDeath |
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 |
He of Many Pieces
Demon
monster base type attack cast speed +% and damage -% final [33]
Traps cannot be Damaged for +5 seconds after being Thrown
Mines cannot be Damaged for +5 seconds after being thrown
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
monster penalty against minions damage +% final vs player minions [-20]
Can have up to 60 additional Traps placed at a time
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Traps cannot be Damaged for +5 seconds after being Thrown
Mines cannot be Damaged for +5 seconds after being thrown
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
monster penalty against minions damage +% final vs player minions [-20]
Can have up to 60 additional Traps placed at a time
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | bludgeoning_weapon, bone_armour, caster, demon, fire_affinity, human, humanoid, is_unarmed, large_height, large_model, medium_movement, melee, not_str, physical_affinity, ranged, red_blood, standalone_map_boss |
Life
400%
Energy Shield From Life
50%
Evasion
+50%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
200%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
115%
Type
MaligaroMapBoss2
Metadata
MaligaroMapBoss2Standalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
557,385
Armour
28,790
Evasion
7,109
Energy Shield
3,064
Damage
851
Spell Damage
1,270
Accuracy
290
Attack Time
1.005
Experience
112,805
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
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: 1351–2027
Critical Strike Chance: 5%
Attack Time: 1.5 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]
MaligaroEtherealKnivesMapBoss
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
Ethereal Knives
Critical Strike Chance: 5%
Cast Time: 0.75 sec
Fires an arc of knives outwards in front of the caster which deal physical damage.
Deals 323.6 to 508.5 Physical Damage
Fires 9 additional Projectiles
base is projectile [1]
monster projectile variation [1]
Fires 9 additional Projectiles
base is projectile [1]
monster projectile variation [1]
MaligaroVaalFireTrap
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Vaal, Fire, AreaSpell
Vaal Fire Trap
Critical Strike Chance: 5%
Cast Time: 1 sec
Cooldown Time: 6 sec
Throws multiple traps that explode when triggered, dealing fire damage to surrounding enemies and leaving areas of burning ground that damages enemies who walk through them.
Trap lasts +30 seconds
Deals 434.3 to 723.9 Fire Damage
Throw up to 6 additional Traps
30% of Fire Damage Converted to Chaos Damage
Traps are thrown randomly around targeted location
active skill spell damage +% final [30]
base skill is trapped [1]
base skill show average damage instead of dps [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
trap variation [7]
Deals 434.3 to 723.9 Fire Damage
Throw up to 6 additional Traps
30% of Fire Damage Converted to Chaos Damage
Traps are thrown randomly around targeted location
active skill spell damage +% final [30]
base skill is trapped [1]
base skill show average damage instead of dps [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
trap variation [7]
MonsterDetonateDeadAreaMaligaroMaps
Spell, Area, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 0.6 sec
Cooldown Time: 6 sec
Base duration is 1.5 seconds
Base secondary duration is 0.5 seconds
Deals 598 to 897 Fire Damage
20% of Fire Damage Converted to Chaos Damage
Explosion deals base Fire Damage equal to 1% of the corpse's Maximum Life
Causes +6 Bursts
is area damage [1]
Base secondary duration is 0.5 seconds
Deals 598 to 897 Fire Damage
20% of Fire Damage Converted to Chaos Damage
Explosion deals base Fire Damage equal to 1% of the corpse's Maximum Life
Causes +6 Bursts
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss" Stats { set_mana_regeneration_rate_per_minute_% = 300 set_base_maximum_mana = 200 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Maligaro/MaligaroMapBoss2Standalone"] = { name = "He of Many Pieces", life = 4, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { "Melee", "MaligaroVaalFireTrap", "MaligaroEtherealKnivesMapBoss", "MonsterDetonateDeadAreaMaligaroMaps", }, 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["MaligaroVaalFireTrap"] = { name = "Vaal Fire Trap", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws multiple traps that explode when triggered, dealing fire damage to surrounding enemies and leaving areas of burning ground that damages enemies who walk through them.", 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.Vaal] = 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_trap_duration", "number_of_additional_traps_to_throw", "throw_traps_in_circle_radius", "trap_variation", "active_skill_spell_damage_+%_final", "skill_fire_damage_%_to_convert_to_chaos", "is_area_damage", "base_skill_is_trapped", "base_skill_show_average_damage_instead_of_dps", "is_trap", "ignores_trap_and_mine_cooldown_limit", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.40000000596046, 0.60000002384186, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.30000001192093, 0.5, 30000, 6, 40, 7, 30, 30, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MaligaroEtherealKnivesMapBoss"] = { name = "Ethereal Knives", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arc of knives outwards in front of the caster which deal physical damage.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.75, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "number_of_additional_projectiles", "monster_projectile_variation", "base_is_projectile", }, levels = { [1] = {0.62999999523163, 0.99000000953674, 9, 1, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterDetonateDeadAreaMaligaroMaps"] = { name = "MonsterDetonateDeadAreaMaligaroMaps", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.6, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "corpse_explosion_monster_life_%", "base_skill_effect_duration", "base_secondary_skill_effect_duration", "upheaval_number_of_spikes", "skill_fire_damage_%_to_convert_to_chaos", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 1, 1500, 500, 6, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Id | MaligaroDesecrateDaemon |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Traps cannot be Damaged for +5 seconds after being Thrown
Mines cannot be Damaged for +5 seconds after being thrown
Id | MonsterImplicitTrapsInvulnerable1 |
---|---|
Family | MonsterTrapsInvulnerable |
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 |
monster penalty against minions damage +% final vs player minions [-20]
Id | MonsterDamageVersusPlayerMinions20 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
Can have up to 60 additional Traps placed at a time
Id | MaligaroIncreasedTrapsAllowedMaps |
---|---|
Family | TrapsAllowed |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
kill traps mines and totems on death [1]
Id | MonsterKillTrapsMinesTotemsOnDeath |
---|---|
Family | MonsterKillTrapsMinesTotemsOnDeath |
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 |
He of Many Pieces
Demon
monster base type attack cast speed +% and damage -% final [33]
Traps cannot be Damaged for +5 seconds after being Thrown
Mines cannot be Damaged for +5 seconds after being thrown
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
monster penalty against minions damage +% final vs player minions [-20]
Can have up to 60 additional Traps placed at a time
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Traps cannot be Damaged for +5 seconds after being Thrown
Mines cannot be Damaged for +5 seconds after being thrown
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
monster penalty against minions damage +% final vs player minions [-20]
Can have up to 60 additional Traps placed at a time
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | bludgeoning_weapon, bone_armour, caster, demon, elder_map_boss, human, humanoid, is_unarmed, large_height, large_model, medium_movement, non_attacking, not_str, red_blood |
Life
400%
Energy Shield From Life
50%
Evasion
+50%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
200%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
115%
Type
MaligaroMapBoss2
Metadata
MaligaroMapBoss2Elder
Object Type
version 2 extends "Metadata/Monsters/Monster" Life { corpse_usable = false } Stats { base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 is_hidden_monster = 1 immune_to_curses = 1 immune_to_auras_from_other_entities = 1 set_immune_vaal_lighting_warp = 1 } Transitionable { } Preload { preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb" preload_object = "Metadata/MiscellaneousObjects/ElderPortal" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );" create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Maligaro/MaligaroMapBoss2Elder"] = { name = "He of Many Pieces", life = 4, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, skillList = { }, modList = { }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Id | MaligaroDesecrateDaemon |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Traps cannot be Damaged for +5 seconds after being Thrown
Mines cannot be Damaged for +5 seconds after being thrown
Id | MonsterImplicitTrapsInvulnerable1 |
---|---|
Family | MonsterTrapsInvulnerable |
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 |
monster penalty against minions damage +% final vs player minions [-20]
Id | MonsterDamageVersusPlayerMinions20 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
Can have up to 60 additional Traps placed at a time
Id | MaligaroIncreasedTrapsAllowedMaps |
---|---|
Family | TrapsAllowed |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
kill traps mines and totems on death [1]
Id | MonsterKillTrapsMinesTotemsOnDeath |
---|---|
Family | MonsterKillTrapsMinesTotemsOnDeath |
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 |