The Goddess
Undead
Area: Plaza Map
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
immune to labyrinth degen effect [1]
Action Speed cannot be modified to below 50% of base value
Hexproof
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
immune to labyrinth degen effect [1]
Action Speed cannot be modified to below 50% of base value
Hexproof
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Area | Plaza Map |
Tags | caster, fire_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, medium_movement, non_unique_map_boss, not_dex, not_str, ranged, undead |
Life
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
200%
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
130%
Type
GoddessOfJusticeMapBoss
Metadata
GoddessOfJusticeMapBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
81
Life
7,066,660
Armour
79,317
Evasion
7,362
Energy Shield
13,582
Damage
1,829
Spell Damage
2,730
Accuracy
480
Attack Time
1.005
Experience
141,493
Ailment Threshold
3,321,330
Chill
10,502
Shock
10,502
Brittle
59,415
Scorch
10,502
Sap
29,015
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).
LabyrinthSpiritMortarMap
Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Critical Strike Chance: 5%
Cast Time: 1 sec
Deals 1275 to 1912 Fire Damage
Fires +6 Projectiles
25% reduced Cast Speed
base is projectile [1]
distribute projectiles over contact points [1]
ignite art variation [2]
is area damage [1]
monster projectile variation [1]
projectile minimum range [15]
projectile spread radius [20]
Fires +6 Projectiles
25% reduced Cast Speed
base is projectile [1]
distribute projectiles over contact points [1]
ignite art variation [2]
is area damage [1]
monster projectile variation [1]
projectile minimum range [15]
projectile spread radius [20]
IzaroSummonSkeletonGhostflame
Spell, Projectile, Multicastable, Triggerable
Cast Time: 0.25 sec
Cooldown Time: 20 sec
Skills Repeat an additional 6 Times
Deals 309.3 to 464 Fire Damage
active skill area of effect radius +% final [-25]
alternate minion [76]
base is projectile [1]
number of monsters to summon [2]
projectile minimum range [25]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Deals 309.3 to 464 Fire Damage
active skill area of effect radius +% final [-25]
alternate minion [76]
base is projectile [1]
number of monsters to summon [2]
projectile minimum range [25]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
IzarpWarpMap
Spell, Area, AreaSpell
Izaro Warp
Cast Time: 3 sec
Cooldown Time: 10 sec
OfferingOfJudgement
Spell, Area, Duration, Damage, AreaSpell, Triggerable
Cast Time: 1 sec
Cooldown Time: 5 sec
Deals 4502.5 Base Fire Damage per second
Base duration is 6 seconds
base is projectile [1]
is area damage [1]
Base duration is 6 seconds
base is projectile [1]
is area damage [1]
OfferingOfJudgementChaos
Spell, Area, Duration, Damage, AreaSpell, Triggerable
Cast Time: 1 sec
Cooldown Time: 5 sec
Deals 1200.7 Base Chaos Damage per second
Base duration is 6 seconds
base is projectile [1]
is area damage [1]
Base duration is 6 seconds
base is projectile [1]
is area damage [1]
GoddessWarp
Spell, Area, Damage, AreaSpell
Goddess Warp
Critical Strike Chance: 5%
Cast Time: 3 sec
50% reduced Action Speed
Base duration is 5 seconds
Deals 1369 to 2054 Fire Damage
is area damage [1]
Base duration is 5 seconds
Deals 1369 to 2054 Fire Damage
is area damage [1]
GoddessOfJusticeFaceLastTarget
Face Last Target
GoddessBeam
Spell, Area, Damage, AreaSpell
Goddess Beam
Cast Time: 1 sec
Cooldown Time: 12 sec
Deals 4502.5 Base Fire Damage per second
Base duration is 6 seconds
is area damage [1]
Base duration is 6 seconds
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/labyrinth/summon_skeletons/death_smoke/death_smoke.ao" } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { } Targetable { no_highlight = true } Render { preload_buff_visual = "spinning_blades_damage" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Labyrinth/GoddessOfJusticeMapBoss"] = { name = "The Goddess", life = 4, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, skillList = { "LabyrinthSpiritMortarMap", "OfferingOfJudgement", "OfferingOfJudgementChaos", "IzaroSummonSkeletonGhostflame", "GoddessOfJusticeFaceLastTarget", "IzarpWarpMap", "GoddessWarp", "GoddessBeam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["LabyrinthSpiritMortarMap"] = { name = "LabyrinthSpiritMortarMap", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Projectile] = true, [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.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "base_cast_speed_+%", "projectile_minimum_range", "ignite_art_variation", "monster_projectile_variation", "base_number_of_projectiles", "is_area_damage", "base_is_projectile", "distribute_projectiles_over_contact_points", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 20, -25, 15, 2, 1, 6, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["OfferingOfJudgement"] = { name = "OfferingOfJudgement", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "base_skill_effect_duration", "is_area_damage", "base_is_projectile", }, levels = { [1] = {1, 6000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["OfferingOfJudgementChaos"] = { name = "OfferingOfJudgementChaos", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "is_area_damage", "base_is_projectile", }, levels = { [1] = {1, 6000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IzaroSummonSkeletonGhostflame"] = { name = "IzaroSummonSkeletonGhostflame", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.25, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "number_of_monsters_to_summon", "alternate_minion", "projectile_minimum_range", "skill_repeat_count", "active_skill_area_of_effect_radius_+%_final", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 2, 76, 25, 6, -25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GoddessOfJusticeFaceLastTarget"] = { name = "Face Last Target", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.01, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IzarpWarpMap"] = { name = "Izaro Warp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GoddessWarp"] = { name = "Goddess Warp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "action_speed_-%", "base_skill_effect_duration", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 50, 5000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GoddessBeam"] = { name = "Goddess Beam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "base_skill_effect_duration", "is_area_damage", }, levels = { [1] = {1, 6000, levelRequirement = 68, statInterpolation = {3}, 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 |
immune to labyrinth degen effect [1]
Id | LabyrinthDegenTrapImmunity1 |
---|---|
Family | LabyrinthTrapDamage |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Action Speed cannot be modified to below 50% of base value
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Hexproof
Id | MonsterImplicitHexproof |
---|---|
Family | MonsterImmuneToCurses |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster curse |
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 |
The Goddess
Undead
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
immune to labyrinth degen effect [1]
Action Speed cannot be modified to below 50% of base value
Hexproof
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
immune to labyrinth degen effect [1]
Action Speed cannot be modified to below 50% of base value
Hexproof
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | caster, fire_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, medium_movement, not_dex, not_str, ranged, standalone_map_boss, undead |
Life
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
200%
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
130%
Type
GoddessOfJusticeMapBoss
Metadata
GoddessOfJusticeMapBossStandalone
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
4,739
Energy Shield
6,127
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).
LabyrinthSpiritMortarMap
Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Critical Strike Chance: 5%
Cast Time: 1 sec
Deals 667.8 to 1002 Fire Damage
Fires +6 Projectiles
25% reduced Cast Speed
base is projectile [1]
distribute projectiles over contact points [1]
ignite art variation [2]
is area damage [1]
monster projectile variation [1]
projectile minimum range [15]
projectile spread radius [20]
Fires +6 Projectiles
25% reduced Cast Speed
base is projectile [1]
distribute projectiles over contact points [1]
ignite art variation [2]
is area damage [1]
monster projectile variation [1]
projectile minimum range [15]
projectile spread radius [20]
IzaroSummonSkeletonGhostflame
Spell, Projectile, Multicastable, Triggerable
Cast Time: 0.25 sec
Cooldown Time: 20 sec
Skills Repeat an additional 6 Times
Deals 210.6 to 316 Fire Damage
active skill area of effect radius +% final [-25]
alternate minion [76]
base is projectile [1]
number of monsters to summon [2]
projectile minimum range [25]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Deals 210.6 to 316 Fire Damage
active skill area of effect radius +% final [-25]
alternate minion [76]
base is projectile [1]
number of monsters to summon [2]
projectile minimum range [25]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
OfferingOfJudgement
Spell, Area, Duration, Damage, AreaSpell, Triggerable
Cast Time: 1 sec
Cooldown Time: 5 sec
Deals 2387.8 Base Fire Damage per second
Base duration is 6 seconds
base is projectile [1]
is area damage [1]
Base duration is 6 seconds
base is projectile [1]
is area damage [1]
OfferingOfJudgementChaos
Spell, Area, Duration, Damage, AreaSpell, Triggerable
Cast Time: 1 sec
Cooldown Time: 5 sec
Deals 636.8 Base Chaos Damage per second
Base duration is 6 seconds
base is projectile [1]
is area damage [1]
Base duration is 6 seconds
base is projectile [1]
is area damage [1]
GoddessWarp
Spell, Area, Damage, AreaSpell
Goddess Warp
Critical Strike Chance: 5%
Cast Time: 3 sec
50% reduced Action Speed
Base duration is 5 seconds
Deals 828.6 to 1243 Fire Damage
is area damage [1]
Base duration is 5 seconds
Deals 828.6 to 1243 Fire Damage
is area damage [1]
GoddessOfJusticeFaceLastTarget
Face Last Target
GoddessBeam
Spell, Area, Damage, AreaSpell
Goddess Beam
Cast Time: 1 sec
Cooldown Time: 12 sec
Deals 2387.8 Base Fire Damage per second
Base duration is 6 seconds
is area damage [1]
Base duration is 6 seconds
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss" Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/labyrinth/summon_skeletons/death_smoke/death_smoke.ao" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMapBoss" Preload { preload_epk = "Metadata/Effects/Spells/monsters_effects/Goddess_of_Justice/teleport/affected_buff/affected_buff.epk" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Goddess_of_Justice/teleport/affected_buff/affected_buff.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Labyrinth/GoddessOfJusticeMapBossStandalone"] = { name = "The Goddess", life = 4, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, skillList = { "LabyrinthSpiritMortarMap", "OfferingOfJudgement", "OfferingOfJudgementChaos", "IzaroSummonSkeletonGhostflame", "GoddessOfJusticeFaceLastTarget", "GoddessWarp", "GoddessBeam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["LabyrinthSpiritMortarMap"] = { name = "LabyrinthSpiritMortarMap", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Projectile] = true, [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.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "base_cast_speed_+%", "projectile_minimum_range", "ignite_art_variation", "monster_projectile_variation", "base_number_of_projectiles", "is_area_damage", "base_is_projectile", "distribute_projectiles_over_contact_points", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 20, -25, 15, 2, 1, 6, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["OfferingOfJudgement"] = { name = "OfferingOfJudgement", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "base_skill_effect_duration", "is_area_damage", "base_is_projectile", }, levels = { [1] = {1, 6000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["OfferingOfJudgementChaos"] = { name = "OfferingOfJudgementChaos", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "is_area_damage", "base_is_projectile", }, levels = { [1] = {1, 6000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IzaroSummonSkeletonGhostflame"] = { name = "IzaroSummonSkeletonGhostflame", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.25, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "number_of_monsters_to_summon", "alternate_minion", "projectile_minimum_range", "skill_repeat_count", "active_skill_area_of_effect_radius_+%_final", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 2, 76, 25, 6, -25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GoddessOfJusticeFaceLastTarget"] = { name = "Face Last Target", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.01, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GoddessWarp"] = { name = "Goddess Warp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "action_speed_-%", "base_skill_effect_duration", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 50, 5000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GoddessBeam"] = { name = "Goddess Beam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "base_skill_effect_duration", "is_area_damage", }, levels = { [1] = {1, 6000, levelRequirement = 68, statInterpolation = {3}, 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 |
immune to labyrinth degen effect [1]
Id | LabyrinthDegenTrapImmunity1 |
---|---|
Family | LabyrinthTrapDamage |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Action Speed cannot be modified to below 50% of base value
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Hexproof
Id | MonsterImplicitHexproof |
---|---|
Family | MonsterImmuneToCurses |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster curse |
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 |
The Goddess
Undead
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
immune to labyrinth degen effect [1]
Action Speed cannot be modified to below 50% of base value
Hexproof
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
immune to labyrinth degen effect [1]
Action Speed cannot be modified to below 50% of base value
Hexproof
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | elder_map_boss, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, medium_movement, non_attacking, not_dex, not_str, undead |
Life
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
200%
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
130%
Type
GoddessOfJusticeMapBoss
Metadata
GoddessOfJusticeMapBossElder
Object Type
version 2 extends "Metadata/Monsters/ElderBosses/ElderBossClone"
Object Type Codes
version 2 extends "Metadata/Monsters/ElderBosses/ElderBossClone" Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Goddess_of_Justice/GoddessJusticeSplode.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Labyrinth/GoddessOfJusticeMapBossElder"] = { name = "The Goddess", life = 4, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, 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 |
immune to labyrinth degen effect [1]
Id | LabyrinthDegenTrapImmunity1 |
---|---|
Family | LabyrinthTrapDamage |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Action Speed cannot be modified to below 50% of base value
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Hexproof
Id | MonsterImplicitHexproof |
---|---|
Family | MonsterImmuneToCurses |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster curse |
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 |
The Goddess
Undead
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
immune to labyrinth degen effect [1]
Action Speed cannot be modified to below 50% of base value
Hexproof
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
immune to labyrinth degen effect [1]
Action Speed cannot be modified to below 50% of base value
Hexproof
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | caster, fire_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, medium_movement, no_maven, not_dex, not_str, ranged, undead |
Life
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
200%
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
130%
Type
GoddessOfJusticeMapBoss
Metadata
GoddessOfJusticeMapBossShaper
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
4,739
Energy Shield
6,127
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).
LabyrinthSpiritMortarMap
Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Critical Strike Chance: 5%
Cast Time: 1 sec
Deals 667.8 to 1002 Fire Damage
Fires +6 Projectiles
25% reduced Cast Speed
base is projectile [1]
distribute projectiles over contact points [1]
ignite art variation [2]
is area damage [1]
monster projectile variation [1]
projectile minimum range [15]
projectile spread radius [20]
Fires +6 Projectiles
25% reduced Cast Speed
base is projectile [1]
distribute projectiles over contact points [1]
ignite art variation [2]
is area damage [1]
monster projectile variation [1]
projectile minimum range [15]
projectile spread radius [20]
IzaroSummonSkeletonGhostflame
Spell, Projectile, Multicastable, Triggerable
Cast Time: 0.25 sec
Cooldown Time: 20 sec
Skills Repeat an additional 6 Times
Deals 210.6 to 316 Fire Damage
active skill area of effect radius +% final [-25]
alternate minion [76]
base is projectile [1]
number of monsters to summon [2]
projectile minimum range [25]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Deals 210.6 to 316 Fire Damage
active skill area of effect radius +% final [-25]
alternate minion [76]
base is projectile [1]
number of monsters to summon [2]
projectile minimum range [25]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
IzarpWarpMap
Spell, Area, AreaSpell
Izaro Warp
Cast Time: 3 sec
Cooldown Time: 10 sec
OfferingOfJudgement
Spell, Area, Duration, Damage, AreaSpell, Triggerable
Cast Time: 1 sec
Cooldown Time: 5 sec
Deals 2387.8 Base Fire Damage per second
Base duration is 6 seconds
base is projectile [1]
is area damage [1]
Base duration is 6 seconds
base is projectile [1]
is area damage [1]
OfferingOfJudgementChaos
Spell, Area, Duration, Damage, AreaSpell, Triggerable
Cast Time: 1 sec
Cooldown Time: 5 sec
Deals 636.8 Base Chaos Damage per second
Base duration is 6 seconds
base is projectile [1]
is area damage [1]
Base duration is 6 seconds
base is projectile [1]
is area damage [1]
GoddessWarp
Spell, Area, Damage, AreaSpell
Goddess Warp
Critical Strike Chance: 5%
Cast Time: 3 sec
50% reduced Action Speed
Base duration is 5 seconds
Deals 828.6 to 1243 Fire Damage
is area damage [1]
Base duration is 5 seconds
Deals 828.6 to 1243 Fire Damage
is area damage [1]
GoddessOfJusticeFaceLastTarget
Face Last Target
GoddessBeam
Spell, Area, Damage, AreaSpell
Goddess Beam
Cast Time: 1 sec
Cooldown Time: 12 sec
Deals 2387.8 Base Fire Damage per second
Base duration is 6 seconds
is area damage [1]
Base duration is 6 seconds
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/labyrinth/summon_skeletons/death_smoke/death_smoke.ao" } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Targetable { no_highlight = true } Render { preload_buff_visual = "spinning_blades_damage" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Labyrinth/GoddessOfJusticeMapBossShaper"] = { name = "The Goddess", life = 4, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 12, accuracy = 1, skillList = { "LabyrinthSpiritMortarMap", "OfferingOfJudgement", "OfferingOfJudgementChaos", "IzaroSummonSkeletonGhostflame", "GoddessOfJusticeFaceLastTarget", "IzarpWarpMap", "GoddessWarp", "GoddessBeam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["LabyrinthSpiritMortarMap"] = { name = "LabyrinthSpiritMortarMap", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Projectile] = true, [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.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "base_cast_speed_+%", "projectile_minimum_range", "ignite_art_variation", "monster_projectile_variation", "base_number_of_projectiles", "is_area_damage", "base_is_projectile", "distribute_projectiles_over_contact_points", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 20, -25, 15, 2, 1, 6, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["OfferingOfJudgement"] = { name = "OfferingOfJudgement", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "base_skill_effect_duration", "is_area_damage", "base_is_projectile", }, levels = { [1] = {1, 6000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["OfferingOfJudgementChaos"] = { name = "OfferingOfJudgementChaos", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "is_area_damage", "base_is_projectile", }, levels = { [1] = {1, 6000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IzaroSummonSkeletonGhostflame"] = { name = "IzaroSummonSkeletonGhostflame", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.25, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "number_of_monsters_to_summon", "alternate_minion", "projectile_minimum_range", "skill_repeat_count", "active_skill_area_of_effect_radius_+%_final", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 2, 76, 25, 6, -25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GoddessOfJusticeFaceLastTarget"] = { name = "Face Last Target", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.01, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IzarpWarpMap"] = { name = "Izaro Warp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GoddessWarp"] = { name = "Goddess Warp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "action_speed_-%", "base_skill_effect_duration", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 50, 5000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GoddessBeam"] = { name = "Goddess Beam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "base_skill_effect_duration", "is_area_damage", }, levels = { [1] = {1, 6000, levelRequirement = 68, statInterpolation = {3}, 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 |
immune to labyrinth degen effect [1]
Id | LabyrinthDegenTrapImmunity1 |
---|---|
Family | LabyrinthTrapDamage |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Action Speed cannot be modified to below 50% of base value
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Hexproof
Id | MonsterImplicitHexproof |
---|---|
Family | MonsterImmuneToCurses |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster curse |
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 |
The Goddess Topic /16
NPC | Name |
---|---|
The Warden of Eaves | The original goddess, the one comprised by the Sisters Three, is fairly unknown now. Her name has been lost to time. I've always wondered what it was. Who she was. Her sacrifice is the only reason I exist at all. It's a sacrifice I intend to honour. |
The Primal Huntress | There are many names for the Draíocht, and for the spirits and beings that comprise it. Just like nature itself, it's difficult to distinguish the parts from the whole. |
Statue of the Goddess | We honour the Goddess, [........{illegible}........] the Sisters Three, [...............] the most humble. All that we are, we owe to her. [..............] Viridian Wildwood [.........] apart from [.....], cold, and sorrow. |
The Goddess Bound | She paints her offer in wicked hues An off-white grin, an elegant bruise. To the nascent scourge she sings the ruse: "With me in hand, what else need you use?" |
The Goddess Scorned | Her purpose seems done; the oath is fulfilled. Rust dulls her smirk with the last demon killed. The embers grow dim and yet hope burns her lips: "An old flame renewed can define our eclipse!" |
The Goddess Unleashed | As a maiden I was bound; as a crone was I scorned Promised power rarely found, delivered fury fairly thorned. Not enough?...Fine. Now I am become both and another To take your hand and cradle your talents, not smother The consummate flames. So hush, dear, say not a word. Bequeathed, betrayed...beloved. At last, I am the third. |
Grace of the Goddess | In a time of darkness, know that the Draíocht will bring you light. |
Oni-Goroshi | "Your name is Demon Slayer? Really? Good name for rotgut, that." She said: I prefer "The Goddess Of Swords". Much more dignified. And accurate. "Demon Slayer The Cheap And Nasty it is then. Burns going down, burns coming up?" She said: Every single time, Charan. And still...you'll bathe me, and you'll drink my love. Until you can't. |
Offering to the Goddess | It is time for the Goddess to give her final verdict. Your fate rests in her even hands. |
Tribute to the Goddess | You may appeal to the Goddess for another verdict, but justice favours only the truly worthy. |
Gift to the Goddess | The Goddess abides a kingdom beyond compare, should you meet her challenge. |
Dedication to the Goddess | Before the Goddess, nothing remains hidden. Adversity reveals old flaws and new strengths. |
The Goddess of Water | "The relief depicts some sort of forgotten Maraketh goddess. I have no idea what the context is. The important thing is that you steal it before Bazira does." |
The Warlord | To cure the Goddess, and break the chains of corruption, you must shatter the world. |
Divine Justice | Many sought the Goddess' blessing. Few survived the Labyrinth to receive it. |
The Wedding Gift | The acolytes congratulated the lucky groom for becoming one with the goddess. |