Arquitecto antiguo
Demonio
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
immune to labyrinth degen effect [1]
damage taken +% from spike traps final [-100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Ancient Architect
SpectreN
AreaMapa de Muelle
Tagsbludgeoning_weapon, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, melee, non_unique_map_boss, not_int, physical_affinity, ranged, red_blood, undying, very_fast_movement
Vida
340%
Armaduras
+30%
Evasión
+30%
Ailment Threshold
340%
Resistencia
40 40 40 25
Damage
328%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 16
Attack Time
1.425 Second
Damage Spread
±20%
Experiencia
200%
Model Size
161%
Type
CityStalkerMapBossPier
Metadata
CityStalkerMaleMapBossPier
Nivel
69
Vida
551,930
Armaduras
40,505
Evasión
6,379
Escudo de energía
0
Damage
1,482
Daño de hechizos
2,212
Precisión
301
Attack Time
0.95475
Experiencia
115,357
Ailment Threshold
325,639
Chill
1,030
Shock
1,030
Brittle
5,825
Scorch
1,030
Sap
2,845
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 2354–3531
Probabilidad de golpe crítico: 5%
Attack Time: 1.425 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]
CitystalkerMapBossSpectralThrow
Attack, RangedAttack, Projectile, ProjectilesFromUser
Lanzamiento espectral
Base Damage: 2354–3531
Probabilidad de golpe crítico: 5%
Attack Time: 1.425 seg
Tiempo de recarga: 4 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 52% menos de daño
Dispara 2 proyectiles adicionales
base is projectile [1]
SummonSpikeGroundDaemon
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 12 seg
alternate minion [196]
number of monsters to summon [8]
summon specific monsters radius +% [100]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
}

Stats
{
	set_cannot_die = 1
	set_cannot_drop_below_%_life = 66
}

Transitionable
{
	num_states = 6
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Undying/CityStalkerMaleMapBossPier"] = {
    name = "Ancient Architect",
    life = 3.4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 3.28,
    damageSpread = 0.2,
    attackTime = 1.425,
    attackRange = 16,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "CitystalkerMapBossSpectralThrow",
        "SummonSpikeGroundDaemon",
    },
    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["CitystalkerMapBossSpectralThrow"] = {
    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 = {
        "active_skill_damage_+%_final",
        "number_of_additional_projectiles",
        "base_is_projectile",
    },
    levels = {
        [1] = {-52, 2, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonSpikeGroundDaemon"] = {
    name = "SummonSpikeGroundDaemon",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {196, 8, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • immune to labyrinth degen effect [1]
    IdLabyrinthDegenTrapImmunity1
    FamilyLabyrinthTrapDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • immune to labyrinth degen effect Min: 1 Max: 1 Global
  • damage taken +% from spike traps final [-100]
    IdLabyrinthSpikeTrapDamageTaken2
    FamilyLabyrinthTrapDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • damage taken +% from spike traps final Min: -100 Max: -100 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Arquitecto antiguo
    Demonio
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    immune to labyrinth degen effect [1]
    damage taken +% from spike traps final [-100]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Ancient Architect
    SpectreN
    Tagsbludgeoning_weapon, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, melee, not_int, physical_affinity, ranged, red_blood, standalone_map_boss, undying, very_fast_movement
    Vida
    340%
    Armaduras
    +30%
    Evasión
    +30%
    Ailment Threshold
    340%
    Resistencia
    40 40 40 25
    Damage
    328%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 16
    Attack Time
    1.425 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    161%
    Type
    CityStalkerMapBossPier
    Metadata
    CityStalkerMaleMapBossPierStandalone
    Nivel
    68
    Vida
    473,778
    Armaduras
    37,427
    Evasión
    6,161
    Escudo de energía
    0
    Damage
    1,396
    Daño de hechizos
    2,083
    Precisión
    290
    Attack Time
    0.95475
    Experiencia
    112,805
    Ailment Threshold
    298,480
    Chill
    944
    Shock
    944
    Brittle
    5,340
    Scorch
    944
    Sap
    2,608
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 2216–3324
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.425 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]
    CitystalkerMapBossSpectralThrow
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 2216–3324
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.425 seg
    Tiempo de recarga: 4 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 52% menos de daño
    Dispara 2 proyectiles adicionales
    base is projectile [1]
    SummonSpikeGroundDaemon
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 12 seg
    alternate minion [196]
    number of monsters to summon [8]
    summon specific monsters radius +% [100]
    summoned monsters are minions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerMaleMapBossPierStandalone"] = {
        name = "Ancient Architect",
        life = 3.4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 3.28,
        damageSpread = 0.2,
        attackTime = 1.425,
        attackRange = 16,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "CitystalkerMapBossSpectralThrow",
            "SummonSpikeGroundDaemon",
        },
        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["CitystalkerMapBossSpectralThrow"] = {
        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 = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {-52, 2, levelRequirement = 68, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonSpikeGroundDaemon"] = {
        name = "SummonSpikeGroundDaemon",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
        },
        levels = {
            [1] = {196, 8, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • immune to labyrinth degen effect [1]
    IdLabyrinthDegenTrapImmunity1
    FamilyLabyrinthTrapDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • immune to labyrinth degen effect Min: 1 Max: 1 Global
  • damage taken +% from spike traps final [-100]
    IdLabyrinthSpikeTrapDamageTaken2
    FamilyLabyrinthTrapDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • damage taken +% from spike traps final Min: -100 Max: -100 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Arquitecto antiguo
    Demonio
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    immune to labyrinth degen effect [1]
    damage taken +% from spike traps final [-100]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Ancient Architect
    SpectreN
    Tagsbludgeoning_weapon, demon, elder_map_boss, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, non_attacking, not_int, red_blood, undying, very_fast_movement
    Vida
    340%
    Armaduras
    +30%
    Evasión
    +30%
    Ailment Threshold
    340%
    Resistencia
    40 40 40 25
    Damage
    328%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.425 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    161%
    Type
    CityStalkerMapBossPier
    Metadata
    CityStalkerMaleMapBossPierElder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerMaleMapBossPierElder"] = {
        name = "Ancient Architect",
        life = 3.4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 3.28,
        damageSpread = 0.2,
        attackTime = 1.425,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
        },
        modList = {
        },
    }
    
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • immune to labyrinth degen effect [1]
    IdLabyrinthDegenTrapImmunity1
    FamilyLabyrinthTrapDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • immune to labyrinth degen effect Min: 1 Max: 1 Global
  • damage taken +% from spike traps final [-100]
    IdLabyrinthSpikeTrapDamageTaken2
    FamilyLabyrinthTrapDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • damage taken +% from spike traps final Min: -100 Max: -100 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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