The Uncreated
Eldritch
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]
Spectre | N |
---|---|
Tags | caster, cold_affinity, demon, eldritch, ghost_armour, ghost_blood, has_claw, has_one_handed_melee, humanoid, large_height, medium_movement, melee, no_maven, not_int, not_str, physical_affinity, ranged, undying |
Life
9600%
Evasion
+30%
Ailment Threshold
4800%
Resistance
40 40 40 25
Damage
250%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 10
Attack Time
1.245 Second
Damage Spread
±20%
Experience
200%
Model Size
200%
Type
CityStalkerShaperMiniBoss
Metadata
CityStalkerFemaleShaperBoss1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
13,377,251
Armour
28,790
Evasion
6,161
Energy Shield
0
Damage
1,064
Spell Damage
1,588
Accuracy
290
Attack Time
0.83415
Experience
112,805
Ailment Threshold
4,213,834
Chill
13,324
Shock
13,324
Brittle
75,381
Scorch
13,324
Sap
36,812
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 1689–2534
Critical Strike Chance: 5%
Attack Time: 1.245 sec
Strike your foes down with a powerful blow.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
AtlasFrostboltVortex
Damage, Area, Spell, Projectile, Cold, DamageOverTime, AreaSpell
Cast Time: 1 sec
Cooldown Time: 2 sec
Deals 1286 to 1928 Cold Damage
Projectiles Pierce all Targets
Base duration is 3 seconds
Deals 1964 Base Cold Damage per second
base is projectile [1]
ground maelstrom art variation [1]
is area damage [1]
projectile uses contact direction [1]
projectile uses contact position [1]
Projectiles Pierce all Targets
Base duration is 3 seconds
Deals 1964 Base Cold Damage per second
base is projectile [1]
ground maelstrom art variation [1]
is area damage [1]
projectile uses contact direction [1]
projectile uses contact position [1]
GroundEffectsSlam
Attack, Area
Base Damage: 1689–2534
Critical Strike Chance: 5%
Attack Damage: 250%
Attack Damage: 250%
Attack Time: 1.245 sec
Cooldown Time: 6 sec
Deals 150% more Attack Damage
Base duration is 4 seconds
Deals 3496.6 Base Cold Damage per second
73% less Attack Speed
active skill area of effect radius +% final [-15]
ground maelstrom art variation [1]
is area damage [1]
Base duration is 4 seconds
Deals 3496.6 Base Cold Damage per second
73% less Attack Speed
active skill area of effect radius +% final [-15]
ground maelstrom art variation [1]
is area damage [1]
RiftwalkerBossWeaponThrow
Attack, RangedAttack, Projectile, ProjectilesFromUser
Spectral Throw
Base Damage: 1689–2534
Critical Strike Chance: 5%
Attack Damage: 67%
Attack Damage: 67%
Attack Time: 1.245 sec
Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.
Deals 33% less Attack Damage
25% increased Projectile Speed
base is projectile [1]
spectral throw projectile scale +% [100]
25% increased Projectile Speed
base is projectile [1]
spectral throw projectile scale +% [100]
Object Type
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker"
Object Type Codes
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker" Render { fade_arrows = true } BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk ); " } Life { on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );" } Render { preload_buff_visual = "shaper_possessed_boss" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerFemaleShaperBoss1"] = { name = "The Uncreated", life = 96, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2.5, damageSpread = 0.2, attackTime = 1.245, attackRange = 10, accuracy = 1, weaponType1 = "Claw", skillList = { "MeleeAtAnimationSpeedUnique", "RiftwalkerBossWeaponThrow", "AtlasFrostboltVortex", "GroundEffectsSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RiftwalkerBossWeaponThrow"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_projectile_speed_+%", "spectral_throw_projectile_scale_+%", "base_is_projectile", }, levels = { [1] = {25, 100, baseMultiplier = 0.67, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasFrostboltVortex"] = { name = "AtlasFrostboltVortex", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.Cold] = true, [SkillType.DamageOverTime] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_cold_damage_to_deal_per_minute", "base_skill_effect_duration", "ground_maelstrom_art_variation", "base_is_projectile", "always_pierce", "is_area_damage", "projectile_uses_contact_position", "projectile_uses_contact_direction", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 4.4000000953674, 3000, 1, levelRequirement = 68, statInterpolation = {3, 3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 4.4000000953674, 3000, 1, levelRequirement = 82, statInterpolation = {3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GroundEffectsSlam"] = { name = "GroundEffectsSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "base_cold_damage_to_deal_per_minute", "active_skill_attack_speed_+%_final", "base_skill_effect_duration", "ground_maelstrom_art_variation", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {5, -73, 4000, 1, -15, baseMultiplier = 2.5, 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 |
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 |