MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Caminante del vacío
Demonio
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Riftwalker
Spectre
AreaMapa de Laboratorio
TagsLanzador de hechizos, 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%
Evasión
+30%
Ailment Threshold
400%
Resistencia
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
286%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 18
Attack Time
1.245 Second
Damage Spread
±20%
Experiencia
200%
Model Size
200%
Type
CityStalkerMapBossRift
Metadata
CityStalkerFemaleMapBossVoid
Nivel
75
Vida
2,033,081
Armadura
49,865
Evasión
7,838
Damage
1,846
Daño de hechizos
2,755
Precisión
762
Attack Time
0.83415
Experiencia
129,844
Minion Life
414,976
Minion Damage
1,511
Ailment Threshold
1,057,202
Chill
3,343
Shock
3,343
Brittle
18,912
Scorch
3,343
Sap
9,236
Phys Convert Ele
275%
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 29314397
Probabilidad de golpe crítico: 5%
Attack Time: 1.245 seg
Derriba a tus enemigos con un 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]
iconbasicattack
AtlasFrostboltVortex
Damage, Area, Spell, Projectile, Cold, DamageOverTime, AreaSpell
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 2 seg
La duración base es de 3 segundos
Inflige 3012.3 de daño de hielo base por segundo
always pierce [1]
base is projectile [1]
ground maelstrom art variation [1]
is area damage [1]
projectile uses contact direction [1]
projectile uses contact position [1]
spell maximum base cold damage [2957]
spell minimum base cold damage [1972]
GroundEffectsSlam
Attack, Area
Base Damage: 29314397
Probabilidad de golpe crítico: 5%
Daño de ataque: 250%
Daño de ataque: 250%
Attack Time: 1.245 seg
Tiempo de recarga: 6 seg
Inflige un 150% más de daño de ataque
La duración base es de 4 segundos
Inflige 5362.8 de daño de hielo base por segundo
73% menos velocidad de ataque
active skill area of effect radius +% final [-15]
ground maelstrom art variation [1]
is area damage [1]
RiftwalkerBossWeaponThrow
Attack, RangedAttack, Projectile, ProjectilesFromUser
Lanzamiento espectral
Base Damage: 29314397
Probabilidad de golpe crítico: 5%
Daño de ataque: 67%
Daño de ataque: 67%
Attack Time: 1.245 seg
Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
Inflige un 33% menos de daño de ataque
Velocidad de proyectiles aumentada un 25%
base is projectile [1]
spectral throw projectile scale +% [100]
ghostlythrow
AtlasRiftwalk
Spell, Movement
Camino por el vacío de Atlas
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 5 seg
track skill used index [14]

Object Type

version 2
extends "Metadata/Monsters/CityStalkers/CityStalker"

Transitionable
{
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Undying/CityStalkerFemaleMapBossVoid"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Riftwalker",
    life = 4,
    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 = { }, },
    },
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor fijo
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Caminante del vacío
    Demonio
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Riftwalker
    Spectre
    TagsLanzador de hechizos, 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%
    Evasión
    +30%
    Ailment Threshold
    400%
    Resistencia
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    286%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    200%
    Type
    CityStalkerMapBossRift
    Metadata
    CityStalkerFemaleMapBossVoidStandalone
    Nivel
    68
    Vida
    557,385
    Armadura
    28,790
    Evasión
    6,161
    Damage
    1,217
    Daño de hechizos
    1,816
    Precisión
    580
    Attack Time
    0.83415
    Experiencia
    112,805
    Minion Life
    120,902
    Minion Damage
    972
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Phys Convert Ele
    240%
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 19322899
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.245 seg
    Derriba a tus enemigos con un 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]
    iconbasicattack
    AtlasFrostboltVortex
    Damage, Area, Spell, Projectile, Cold, DamageOverTime, AreaSpell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 2 seg
    La duración base es de 3 segundos
    Inflige 1964 de daño de hielo base por segundo
    always pierce [1]
    base is projectile [1]
    ground maelstrom art variation [1]
    is area damage [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum base cold damage [1928]
    spell minimum base cold damage [1286]
    GroundEffectsSlam
    Attack, Area
    Base Damage: 19322899
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 250%
    Daño de ataque: 250%
    Attack Time: 1.245 seg
    Tiempo de recarga: 6 seg
    Inflige un 150% más de daño de ataque
    La duración base es de 4 segundos
    Inflige 3496.6 de daño de hielo base por segundo
    73% menos velocidad de ataque
    active skill area of effect radius +% final [-15]
    ground maelstrom art variation [1]
    is area damage [1]
    RiftwalkerBossWeaponThrow
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 19322899
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 67%
    Daño de ataque: 67%
    Attack Time: 1.245 seg
    Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
    Inflige un 33% menos de daño de ataque
    Velocidad de proyectiles aumentada un 25%
    base is projectile [1]
    spectral throw projectile scale +% [100]
    ghostlythrow

    Object Type

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerFemaleMapBossVoidStandalone"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Riftwalker",
        life = 4,
        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 = { }, },
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor fijo
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Caminante del vacío
    Demonio
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Riftwalker
    Spectre
    Tagsdemon, 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%
    Evasión
    +30%
    Ailment Threshold
    400%
    Resistencia
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    286%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    200%
    Type
    CityStalkerMapBossRift
    Metadata
    CityStalkerFemaleMapBossVoidElder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerFemaleMapBossVoidElder"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Riftwalker",
        life = 4,
        damage = 2.86,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Claw",
        skillList = {
        },
        modList = {
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor fijo
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.