Caminhante da Fenda





Área: Mapa: Laboratório
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Riftwalker
Spectre | N |
---|---|
Area | Mapa: Laboratório |
Tags | Conjurador, cold_affinity, demon, flesh_armour, has_claw, has_one_handed_melee, humanoid, large_height, medium_movement, melee, non_unique_map_boss, not_int, not_str, physical_affinity, ranged, red_blood, undying |
Vida
400%
Evasão
+30%
Ailment Threshold
400%
Resistência




Damage
286%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 18
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
200%
Model Size
200%
Type
CityStalkerMapBossRift
Metadata
CityStalkerFemaleMapBossVoid
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
70
Vida
31,355
Armadura
33,714
Evasão
6,605
Damage
1,205
Dano Mágico
1,205
Precisão
628
Attack Time
1.245
Experiência
21,440
Minion Life
6,681
Minion Damage
969
Ailment Threshold
31,355
Chill
99
Shock
99
Brittle
561
Scorch
99
Sap
274
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
Ataque Padrão
Base Damage: 2179–3269
Chance de Crítico: 5%
Attack Time: 1.245 seg
Abate seus inimigos com um golpe poderoso.
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]

AtlasFrostboltVortex
Damage, Area, Spell, Projectile, Cold, DamageOverTime, AreaSpell
Tempo de Conjuração: 1 seg
Recarga: 2 seg
Causa 1454 a 2181 de Dano de Gelo
Projéteis Perfuram todos Alvos
Duração base é de 3 segundos
Causa 2221 do Dano de Gelo Base por segundo
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: 2179–3269
Chance de Crítico: 5%
Dano de Ataque: 250%
Dano de Ataque: 250%
Attack Time: 1.245 seg
Recarga: 6 seg
Causa 150% mais Dano de Ataque
Duração base é de 4 segundos
Causa 3954.1 do Dano de Gelo Base por segundo
73% menos Velocidade de Ataque
active skill area of effect radius +% final [-15]
ground maelstrom art variation [1]
is area damage [1]
RiftwalkerBossWeaponThrow
Attack, RangedAttack, Projectile, ProjectilesFromUser
Arremesso Espectral
Base Damage: 2179–3269
Chance de Crítico: 5%
Dano de Ataque: 67%
Dano de Ataque: 67%
Attack Time: 1.245 seg
Lança uma cópia espectral de sua arma corpo a corpo. Ela voa e retorna para você em um ataque giratório que atinge inimigos em seu caminho.
Causa 33% menos Dano de Ataque
Velocidade de Projéteis aumentada em 25%
base is projectile [1]
spectral throw projectile scale +% [100]

AtlasRiftwalk
Spell, Movement
Caminhar da Fenda do Atlas
Tempo de Conjuração: 1 seg
Recarga: 5 seg
track skill used index [14]
Object Type
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker" Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker" Render { fade_arrows = true } Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerFemaleMapBossVoid"] = { name = "Riftwalker", life = 4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2.86, damageSpread = 0.2, attackTime = 1.245, attackRange = 18, accuracy = 1, weaponType1 = "Claw", skillList = { "MeleeAtAnimationSpeedUnique", "RiftwalkerBossWeaponThrow", "AtlasFrostboltVortex", "GroundEffectsSlam", "AtlasRiftwalk", }, 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 = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AtlasRiftwalk"] = { name = "Atlas Riftwalk", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "track_skill_used_index", }, levels = { [1] = {14, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Velocidade de Conjuração aumentada em 35%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
+20% de Resistência a Caos aos Monstros
+30% de Resistência Elemental aos Monstros
heist contract alert level +% final [-5]
heist contract lockdown timer +% [5]
heist monster spawner alive limit +% [5]
map item drop quantity +% [13]
map item drop rarity +% [8]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Caminhante da Fenda





Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Riftwalker
Spectre | N |
---|---|
Tags | Conjurador, cold_affinity, demon, flesh_armour, has_claw, has_one_handed_melee, humanoid, large_height, medium_movement, melee, not_int, not_str, physical_affinity, ranged, red_blood, standalone_map_boss, undying |
Vida
400%
Evasão
+30%
Ailment Threshold
400%
Resistência




Damage
286%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 18
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
200%
Model Size
200%
Type
CityStalkerMapBossRift
Metadata
CityStalkerFemaleMapBossVoidStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
25,733
Armadura
28,790
Evasão
6,161
Damage
1,068
Dano Mágico
1,068
Precisão
580
Attack Time
1.245
Experiência
20,510
Minion Life
5,582
Minion Damage
853
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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
Ataque Padrão
Base Damage: 1932–2899
Chance de Crítico: 5%
Attack Time: 1.245 seg
Abate seus inimigos com um golpe poderoso.
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]

AtlasFrostboltVortex
Damage, Area, Spell, Projectile, Cold, DamageOverTime, AreaSpell
Tempo de Conjuração: 1 seg
Recarga: 2 seg
Causa 1286 a 1928 de Dano de Gelo
Projéteis Perfuram todos Alvos
Duração base é de 3 segundos
Causa 1964 do Dano de Gelo Base por segundo
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: 1932–2899
Chance de Crítico: 5%
Dano de Ataque: 250%
Dano de Ataque: 250%
Attack Time: 1.245 seg
Recarga: 6 seg
Causa 150% mais Dano de Ataque
Duração base é de 4 segundos
Causa 3496.6 do Dano de Gelo Base por segundo
73% menos Velocidade de Ataque
active skill area of effect radius +% final [-15]
ground maelstrom art variation [1]
is area damage [1]
RiftwalkerBossWeaponThrow
Attack, RangedAttack, Projectile, ProjectilesFromUser
Arremesso Espectral
Base Damage: 1932–2899
Chance de Crítico: 5%
Dano de Ataque: 67%
Dano de Ataque: 67%
Attack Time: 1.245 seg
Lança uma cópia espectral de sua arma corpo a corpo. Ela voa e retorna para você em um ataque giratório que atinge inimigos em seu caminho.
Causa 33% menos Dano de Ataque
Velocidade de Projéteis aumentada em 25%
base is projectile [1]
spectral throw projectile scale +% [100]

Object Type
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker" extends "Metadata/Monsters/StandaloneMapBoss"
Object Type Codes
version 2 extends "Metadata/Monsters/CityStalkers/CityStalker" extends "Metadata/Monsters/StandaloneMapBoss" Render { fade_arrows = true } Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerFemaleMapBossVoidStandalone"] = { name = "Riftwalker", life = 4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2.86, damageSpread = 0.2, attackTime = 1.245, attackRange = 18, 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 = { }, }, }, }
Velocidade de Conjuração aumentada em 35%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
+20% de Resistência a Caos aos Monstros
+30% de Resistência Elemental aos Monstros
heist contract alert level +% final [-5]
heist contract lockdown timer +% [5]
heist monster spawner alive limit +% [5]
map item drop quantity +% [13]
map item drop rarity +% [8]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Caminhante da Fenda





Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Riftwalker
Spectre | N |
---|---|
Tags | demon, elder_map_boss, flesh_armour, has_claw, has_one_handed_melee, humanoid, large_height, medium_movement, non_attacking, not_int, not_str, red_blood, undying |
Vida
400%
Evasão
+30%
Ailment Threshold
400%
Resistência




Damage
286%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.245 Second
Damage Spread
±20%
Experiência
200%
Model Size
200%
Type
CityStalkerMapBossRift
Metadata
CityStalkerFemaleMapBossVoidElder
Object Type
version 2 extends "Metadata/Monsters/ElderBosses/ElderBossClone"
Object Type Codes
version 2 extends "Metadata/Monsters/ElderBosses/ElderBossClone" 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 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/CityStalkerFemaleMapBossVoidElder"] = { name = "Riftwalker", life = 4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2.86, damageSpread = 0.2, attackTime = 1.245, attackRange = 10, accuracy = 1, weaponType1 = "Claw", skillList = { }, modList = { }, }
Velocidade de Conjuração aumentada em 35%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
+20% de Resistência a Caos aos Monstros
+30% de Resistência Elemental aos Monstros
heist contract alert level +% final [-5]
heist contract lockdown timer +% [5]
heist monster spawner alive limit +% [5]
map item drop quantity +% [13]
map item drop rarity +% [8]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.