Arquero esquelético exhumado
No muerto
undead description [1]
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster no map drops [1]
Unearthed Skeletal Archer
SpectreY
Spectre OverrideMetadata/Monsters/LeagueExpedition/Skeletons/ExpeditionSkeletonBowSpectre
AreaLago de Kalandra, Lago de Kalandra, Lago de Kalandra, Lago de Kalandra
Tagsbone_armour, bones, cold_affinity, has_bow, humanoid, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, skeleton, undead
Packs
  • Espadachín esquelético exhumado, Guerrero esquelético exhumado, Arquero esquelético exhumado
  • Espadachín esquelético exhumado, Arquero esquelético exhumado
  • Arquero esquelético exhumado, Portador de hielo exhumado, Devastador exhumado, Granuja exhumado
  • Arbalestero de la Guadaña negra, Espadachín esquelético exhumado, Guerrero esquelético exhumado, Arquero esquelético exhumado
  • Ostiario de la Orden, Espadachín esquelético exhumado, Guerrero esquelético exhumado, Arquero esquelético exhumado
  • Lago de Kalandra: Druida del Círculo roto, Espadachín esquelético exhumado, Guerrero esquelético exhumado, Arquero esquelético exhumado, Zombi exhumado
  • Lago de Kalandra: Familiar funesto druídico, Espadachín esquelético exhumado, Guerrero esquelético exhumado, Arquero esquelético exhumado, Zombi exhumado
  • Lago de Kalandra: Arbalestero de la Guadaña negra, Espadachín esquelético exhumado, Guerrero esquelético exhumado, Arquero esquelético exhumado, Zombi exhumado
  • Lago de Kalandra: Arbalestero de la Guadaña negra, Espadachín esquelético exhumado, Guerrero esquelético exhumado, Arquero esquelético exhumado, Zombi exhumado
  • Lago de Kalandra: Sacerdote del Cáliz, Espadachín esquelético exhumado, Guerrero esquelético exhumado, Arquero esquelético exhumado, Zombi exhumado
  • Lago de Kalandra: Ostiario de la Orden, Espadachín esquelético exhumado, Guerrero esquelético exhumado, Arquero esquelético exhumado, Zombi exhumado
  • Lago de Kalandra: Caballero del Sol, Espadachín esquelético exhumado, Guerrero esquelético exhumado, Arquero esquelético exhumado, Zombi exhumado
  • Lago de Kalandra: Caballero rúnico, Espadachín esquelético exhumado, Guerrero esquelético exhumado, Arquero esquelético exhumado, Zombi exhumado
  • Vida
    154%
    Evasión
    +10%
    Ailment Threshold
    121%
    Resistencia
    0 0 40 0
    Damage
    149%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    ExpeditionSkeletonBow
    Metadata
    ExpeditionSkeletonBow_
    Nivel
    68
    Vida
    9,907
    Armaduras
    28,790
    Evasión
    5,213
    Escudo de energía
    0
    Damage
    557
    Daño de hechizos
    557
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    11,281
    Ailment Threshold
    7,784
    Chill
    25
    Shock
    25
    Brittle
    139
    Scorch
    25
    Sap
    68
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 445–668
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 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]
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 445–668
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Skeletons/ExpeditionSkeletonBow_"] = {
        name = "Unearthed Skeletal Archer",
        life = 1.54,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.49,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 Global
  • monster beyond portal chance +% final Min: -35 Max: -35 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Arquero esquelético exhumado
    No muerto
    undead description [1]
    Unearthed Skeletal Archer
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueExpedition/Skeletons/ExpeditionSkeletonBowSpectre
    AreaMapa de Ciudadela
    Tagsbone_armour, bones, cold_affinity, has_bow, humanoid, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, skeleton, undead
    Packs
  • Mapa de Ciudadela: Arbalestero de la Guadaña negra, Arquero esquelético exhumado
  • Vida
    154%
    Evasión
    +10%
    Ailment Threshold
    121%
    Resistencia
    0 0 40 0
    Damage
    149%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    ExpeditionSkeletonBow
    Metadata
    ExpeditionSkeletonBowStandalone_
    Nivel
    84
    Vida
    54,354
    Armaduras
    99,834
    Evasión
    8,932
    Escudo de energía
    0
    Damage
    1,420
    Daño de hechizos
    1,420
    Precisión
    538
    Attack Time
    1.5
    Experiencia
    14,575
    Ailment Threshold
    42,707
    Chill
    135
    Shock
    135
    Brittle
    764
    Scorch
    135
    Sap
    373
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 1136–1704
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 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]
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 1136–1704
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Skeletons/ExpeditionSkeletonBowStandalone_"] = {
        name = "Unearthed Skeletal Archer",
        life = 1.54,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.49,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Arquero esquelético exhumado
    No muerto
    undead description [1]
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    Unearthed Skeletal Archer
    SpectreY
    Tagsbone_armour, bones, cold_affinity, has_bow, humanoid, medium_movement, not_int, not_str, physical_affinity, puncturing_weapon, ranged, skeleton, undead
    Vida
    154%
    Evasión
    +10%
    Ailment Threshold
    121%
    Resistencia
    0 0 40 0
    Damage
    149%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    110%
    Model Size
    100%
    Type
    ExpeditionSkeletonBow
    Metadata
    ExpeditionSkeletonBowSpectre
    Nivel
    68
    Vida
    9,907
    Armaduras
    28,790
    Evasión
    5,213
    Escudo de energía
    0
    Damage
    557
    Daño de hechizos
    557
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    11,281
    Ailment Threshold
    7,784
    Chill
    25
    Shock
    25
    Brittle
    139
    Scorch
    25
    Sap
    68
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 445–668
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 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]
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 445–668
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterFodderBase"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Skeletons/ExpeditionSkeletonBowSpectre"] = {
        name = "Unearthed Skeletal Archer",
        life = 1.54,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.49,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterIceShot",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 Global
  • monster beyond portal chance +% final Min: -35 Max: -35 Global
  • Edit

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