Void Anomaly
Construct
Area: Grotto Map
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]
15000% increased Rarity of Items Dropped
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
40% reduced Cast Speed
40% reduced Attack Speed
50% increased Movement Speed
40% reduced Attack Speed
50% increased Movement Speed
Spectre | N |
---|---|
Area | Grotto Map |
Tags | bludgeoning_weapon, caster, chaos_affinity, construct, extra_large_height, ghost_blood, is_unarmed, large_model, melee, non_unique_map_boss, not_dex, physical_affinity, slow_movement, stone_armour |
Life
400%
Energy Shield From Life
50%
Armour
+50%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
160%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
200%
Type
ChaosGolemMapBoss
Metadata
ChaosElementalMapBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
78
Life
4,002,799
Armour
94,401
Evasion
6,667
Energy Shield
5,664
Damage
1,230
Spell Damage
1,836
Accuracy
428
Attack Time
1.005
Experience
136,147
Ailment Threshold
1,961,371
Chill
6,202
Shock
6,202
Brittle
35,087
Scorch
6,202
Sap
17,135
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: 1954–2931
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]
SandstormChaosElementalMapBoss
Spell, Area, Duration, AreaSpell
Cast Time: 1 sec
Cooldown Time: 11 sec
Deals 392.3 Base Chaos Damage per second
Base duration is 5 seconds
active skill area of effect radius +% final [80]
is area damage [1]
Base duration is 5 seconds
active skill area of effect radius +% final [80]
is area damage [1]
ChaosCascadeMapBoss
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
Glacial Cascade
Effectiveness of Added Damage: 60%
Cast Time: 0.8 sec
Cooldown Time: 3 sec
Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.
Deals 491.7 to 737.5 Physical Damage
50% of Physical Damage Converted to Chaos Damage
Causes +10 Bursts
active skill area of effect radius +% final [-34]
is area damage [1]
50% of Physical Damage Converted to Chaos Damage
Causes +10 Bursts
active skill area of effect radius +% final [-34]
is area damage [1]
SummonMinersNormalMapBoss
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Cast Time: 1 sec
Cooldown Time: 14 sec
alternate minion [30]
number of monsters to summon [10]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [10]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
SummonMinersMagicMapBoss
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Cast Time: 1 sec
Cooldown Time: 14 sec
alternate minion [30]
number of monsters to summon [8]
summoned monster rarity [1]
summoned monsters are minions [1]
number of monsters to summon [8]
summoned monster rarity [1]
summoned monsters are minions [1]
ChaosElementalMapBossChaosstorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Critical Strike Chance: 5%
Cast Time: 0.9 sec
Cooldown Time: 6 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Deals 177.8 to 266.7 Chaos Damage
Base duration is 6 seconds
One impact every 0.13 seconds
Base radius is 1 metre
firestorm base area of effect +% [-49]
firestorm use server effects [1]
is area damage [1]
spell maximum action distance +% [-50]
Base duration is 6 seconds
One impact every 0.13 seconds
Base radius is 1 metre
firestorm base area of effect +% [-49]
firestorm use server effects [1]
is area damage [1]
spell maximum action distance +% [-50]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { } Actor { basic_action = "Emerge2" } Life { corpse_usable = false } Stats { set_base_mana_cost_-% = 0 set_mana_regeneration_rate_per_minute_% = 0 set_mana_recovery_speed_+%_final_from_map = -100 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.5 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ChaosElemental/ChaosElementalMapBoss"] = { name = "Void Anomaly", life = 4, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.6, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, skillList = { "Melee", "ChaosElementalMapBossChaosstorm", "ChaosCascadeMapBoss", "SandstormChaosElementalMapBoss", "SummonMinersMagicMapBoss", "SummonMinersNormalMapBoss", }, 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["ChaosElementalMapBossChaosstorm"] = { name = "Firestorm", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "firestorm_base_area_of_effect_+%", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", "firestorm_use_server_effects", }, levels = { [1] = {0.36000001430511, 0.54000002145767, 6000, 125, -49, -50, 10, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.40000000596046, 0.60000002384186, 6000, 125, -49, -50, 10, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ChaosCascadeMapBoss"] = { name = "Glacial Cascade", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.", skillTypes = { [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.Cold] = true, [SkillType.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "upheaval_number_of_spikes", "skill_physical_damage_%_to_convert_to_chaos", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.72000002861023, 1.0800000429153, 10, 50, -34, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 10, 50, -34, levelRequirement = 71, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalMapBoss"] = { name = "SandstormChaosElementalMapBoss", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.89999997615814, 5000, 80, levelRequirement = 66, statInterpolation = {3}, cost = { }, }, [2] = {0.89999997615814, 5000, 80, levelRequirement = 70, statInterpolation = {3}, cost = { }, }, [3] = {1, 5000, 80, levelRequirement = 71, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonMinersMagicMapBoss"] = { name = "SummonMinersMagicMapBoss", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "summoned_monster_rarity", "alternate_minion", "summoned_monsters_are_minions", }, levels = { [1] = {8, 1, 30, levelRequirement = 68, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonMinersNormalMapBoss"] = { name = "SummonMinersNormalMapBoss", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {10, 30, levelRequirement = 68, statInterpolation = {}, cost = { }, }, }, }
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 |
40% reduced Cast Speed
Id | MonsterImplicitSlowCast1 |
---|---|
Family | IncreasedCastSpeed |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster speed |
40% reduced Attack Speed
Id | MonsterImplicitSlowAttack1 |
---|---|
Family | IncreasedAttackSpeed |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |
50% increased Movement Speed
Id | MonsterImplicitFastRun1 |
---|---|
Family | MovementVelocity |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Void Anomaly
Construct
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]
15000% increased Rarity of Items Dropped
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
40% reduced Cast Speed
40% reduced Attack Speed
50% increased Movement Speed
40% reduced Attack Speed
50% increased Movement Speed
Spectre | N |
---|---|
Tags | bludgeoning_weapon, caster, chaos_affinity, construct, extra_large_height, ghost_blood, is_unarmed, large_model, melee, not_dex, physical_affinity, slow_movement, standalone_map_boss, stone_armour |
Life
400%
Energy Shield From Life
50%
Armour
+50%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
160%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
200%
Type
ChaosGolemMapBoss
Metadata
ChaosElementalMapBossStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
557,385
Armour
43,185
Evasion
4,739
Energy Shield
3,064
Damage
681
Spell Damage
1,016
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: 1081–1622
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]
SandstormChaosElementalMapBoss
Spell, Area, Duration, AreaSpell
Cast Time: 1 sec
Cooldown Time: 11 sec
Deals 299.8 Base Chaos Damage per second
Base duration is 5 seconds
active skill area of effect radius +% final [80]
is area damage [1]
Base duration is 5 seconds
active skill area of effect radius +% final [80]
is area damage [1]
ChaosCascadeMapBoss
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
Glacial Cascade
Effectiveness of Added Damage: 60%
Cast Time: 0.8 sec
Cooldown Time: 3 sec
Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.
Deals 304.8 to 457.1 Physical Damage
50% of Physical Damage Converted to Chaos Damage
Causes +10 Bursts
active skill area of effect radius +% final [-34]
is area damage [1]
50% of Physical Damage Converted to Chaos Damage
Causes +10 Bursts
active skill area of effect radius +% final [-34]
is area damage [1]
SummonMinersNormalMapBoss
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Cast Time: 1 sec
Cooldown Time: 14 sec
alternate minion [30]
number of monsters to summon [10]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [10]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
SummonMinersMagicMapBoss
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Cast Time: 1 sec
Cooldown Time: 14 sec
alternate minion [30]
number of monsters to summon [8]
summoned monster rarity [1]
summoned monsters are minions [1]
number of monsters to summon [8]
summoned monster rarity [1]
summoned monsters are minions [1]
ChaosElementalMapBossChaosstorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Critical Strike Chance: 5%
Cast Time: 0.9 sec
Cooldown Time: 6 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Deals 99.18 to 148.8 Chaos Damage
Base duration is 6 seconds
One impact every 0.13 seconds
Base radius is 1 metre
firestorm base area of effect +% [-49]
firestorm use server effects [1]
is area damage [1]
spell maximum action distance +% [-50]
Base duration is 6 seconds
One impact every 0.13 seconds
Base radius is 1 metre
firestorm base area of effect +% [-49]
firestorm use server effects [1]
is area damage [1]
spell maximum action distance +% [-50]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss" Stats { set_base_mana_cost_-% = 0 set_mana_regeneration_rate_per_minute_% = 0 set_mana_recovery_speed_+%_final_from_map = -100 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/ChaosElemental/ChaosElementalMapBossStandalone"] = { name = "Void Anomaly", life = 4, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.6, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, skillList = { "Melee", "ChaosElementalMapBossChaosstorm", "ChaosCascadeMapBoss", "SandstormChaosElementalMapBoss", "SummonMinersMagicMapBoss", "SummonMinersNormalMapBoss", }, 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["ChaosElementalMapBossChaosstorm"] = { name = "Firestorm", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "firestorm_base_area_of_effect_+%", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", "firestorm_use_server_effects", }, levels = { [1] = {0.36000001430511, 0.54000002145767, 6000, 125, -49, -50, 10, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.40000000596046, 0.60000002384186, 6000, 125, -49, -50, 10, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ChaosCascadeMapBoss"] = { name = "Glacial Cascade", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.", skillTypes = { [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.Cold] = true, [SkillType.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "upheaval_number_of_spikes", "skill_physical_damage_%_to_convert_to_chaos", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.72000002861023, 1.0800000429153, 10, 50, -34, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 10, 50, -34, levelRequirement = 71, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SandstormChaosElementalMapBoss"] = { name = "SandstormChaosElementalMapBoss", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.89999997615814, 5000, 80, levelRequirement = 66, statInterpolation = {3}, cost = { }, }, [2] = {0.89999997615814, 5000, 80, levelRequirement = 70, statInterpolation = {3}, cost = { }, }, [3] = {1, 5000, 80, levelRequirement = 71, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonMinersMagicMapBoss"] = { name = "SummonMinersMagicMapBoss", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "summoned_monster_rarity", "alternate_minion", "summoned_monsters_are_minions", }, levels = { [1] = {8, 1, 30, levelRequirement = 68, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonMinersNormalMapBoss"] = { name = "SummonMinersNormalMapBoss", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {10, 30, levelRequirement = 68, statInterpolation = {}, cost = { }, }, }, }
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 |
40% reduced Cast Speed
Id | MonsterImplicitSlowCast1 |
---|---|
Family | IncreasedCastSpeed |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster speed |
40% reduced Attack Speed
Id | MonsterImplicitSlowAttack1 |
---|---|
Family | IncreasedAttackSpeed |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |
50% increased Movement Speed
Id | MonsterImplicitFastRun1 |
---|---|
Family | MovementVelocity |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Void Anomaly
Construct
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]
15000% increased Rarity of Items Dropped
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
40% reduced Cast Speed
40% reduced Attack Speed
50% increased Movement Speed
40% reduced Attack Speed
50% increased Movement Speed
Spectre | N |
---|---|
Tags | bludgeoning_weapon, construct, elder_map_boss, extra_large_height, ghost_blood, is_unarmed, large_model, non_attacking, not_dex, slow_movement, stone_armour |
Life
400%
Energy Shield From Life
50%
Armour
+50%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
160%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
200%
Type
ChaosGolemMapBoss
Metadata
ChaosElementalMapBossElder
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/ChaosElemental/ChaosElementalMapBossElder"] = { name = "Void Anomaly", life = 4, energyShield = 0.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.6, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, skillList = { }, modList = { }, }
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 |
40% reduced Cast Speed
Id | MonsterImplicitSlowCast1 |
---|---|
Family | IncreasedCastSpeed |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster speed |
40% reduced Attack Speed
Id | MonsterImplicitSlowAttack1 |
---|---|
Family | IncreasedAttackSpeed |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |
50% increased Movement Speed
Id | MonsterImplicitFastRun1 |
---|---|
Family | MovementVelocity |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |