Escorpión negro
Bestia
Grupo: Arácnidos
Familia: Las Cavernas
Duración del veneno aumentada un 100%
Envenena con cada Golpe
Black Scorpion
SpectreY
AreaEl Desierto Vastiri, El Oasis, El Laboratorio Eterno, Lago de Kalandra
Tagsbeast, extra_extra_small_height, hard_armour, insect, insect_blood, is_unarmed, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, spider
Packs
  • El Desierto Vastiri: Escorpión depredador, Escorpión negro
  • El Oasis: Escorpión depredador, Escorpión negro
  • El Laboratorio Eterno: Escorpión depredador, Escorpión negro
  • Escorpión negro
  • Escorpión de arena, Escorpión negro, Escorpión depredador
  • Vida
    80%
    Armaduras
    +50%
    Ailment Threshold
    80%
    Resistencia
    30 0 0 30
    Damage
    130%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    Scorpion
    Metadata
    BlackScorpion
    Nivel
    68
    Vida
    5,147
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    486
    Daño de hechizos
    486
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    10,255
    Ailment Threshold
    5,147
    Chill
    16
    Shock
    16
    Brittle
    92
    Scorch
    16
    Sap
    45
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 388–583
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Scorpion/BlackScorpion"] = {
        name = "Black Scorpion",
        life = 0.8,
        fireResist = 30,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Duración del veneno aumentada un 100%
    Envenena con cada Golpe
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 Global
  • base poison duration +% Min: 100 Max: 100 Global
  • Craft Tagspoison chaos ailment
    Escorpión negro
    Bestia
    Duración del veneno aumentada un 100%
    Envenena con cada Golpe
    Black Scorpion
    SpectreY
    Tagsbeast, hard_armour, insect, insect_blood, is_unarmed, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, spider
    Packs
  • Escorpión negro, Escorpión depredador
  • Vida
    80%
    Armaduras
    +50%
    Ailment Threshold
    80%
    Resistencia
    30 0 0 30
    Damage
    130%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    Scorpion
    Metadata
    BlackScorpionHellscape
    Nivel
    68
    Vida
    5,147
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    486
    Daño de hechizos
    486
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    10,255
    Ailment Threshold
    5,147
    Chill
    16
    Shock
    16
    Brittle
    92
    Scorch
    16
    Sap
    45
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 388–583
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Scorpion/BlackScorpionHellscape"] = {
        name = "Black Scorpion",
        life = 0.8,
        fireResist = 30,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Duración del veneno aumentada un 100%
    Envenena con cada Golpe
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 Global
  • base poison duration +% Min: 100 Max: 100 Global
  • Craft Tagspoison chaos ailment
    Escorpión negro
    Bestia
    Duración del veneno aumentada un 100%
    Envenena con cada Golpe
    Black Scorpion
    SpectreY
    Tagsbeast, extra_extra_small_height, hard_armour, insect, insect_blood, is_unarmed, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, spider
    Vida
    80%
    Armaduras
    +50%
    Ailment Threshold
    80%
    Resistencia
    30 0 0 30
    Damage
    130%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    Scorpion
    Metadata
    BlackScorpionShakari
    Nivel
    68
    Vida
    5,147
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    486
    Daño de hechizos
    486
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    10,255
    Ailment Threshold
    5,147
    Chill
    16
    Shock
    16
    Brittle
    92
    Scorch
    16
    Sap
    45
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 388–583
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Scorpion/Scorpion"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Scorpion/Scorpion"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Scorpion/BlackScorpionShakari"] = {
        name = "Black Scorpion",
        life = 0.8,
        fireResist = 30,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 30,
        damage = 1.3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Duración del veneno aumentada un 100%
    Envenena con cada Golpe
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 Global
  • base poison duration +% Min: 100 Max: 100 Global
  • Craft Tagspoison chaos ailment
    Escorpión Negro
    Bestia
    Duración del veneno aumentada un 100%
    Envenena con cada Golpe
    royale monster armour drop chance permyriad [80]
    royale monster currency drop chance permyriad [200]
    royale monster flask drop chance permyriad [0]
    royale monster skill gem drop chance permyriad [300]
    royale monster support gem drop chance permyriad [75]
    royale monster unique drop chance permyriad [0]
    royale monster weapon drop chance permyriad [80]
    Black Scorpion
    SpectreY
    AreaPath of Exile Royale
    Tagsbeast, extra_extra_small_height, hard_armour, insect, insect_blood, is_unarmed, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, spider
    Packs
  • Path of Exile Royale: Escorpión Negro, Escorpión de Arena
  • Vida
    96%
    Armaduras
    +50%
    Ailment Threshold
    96%
    Resistencia
    30 0 0 30
    Damage
    64%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    ScorpionRoyale
    Metadata
    ScorpionBlackRoyale
    Nivel
    2
    Vida
    25
    Armaduras
    35
    Evasión
    86
    Escudo de energía
    0
    Damage
    4
    Daño de hechizos
    4
    Precisión
    15
    Attack Time
    1.5
    Experiencia
    24
    Ailment Threshold
    25
    Chill
    0
    Shock
    0
    Brittle
    0
    Scorch
    0
    Sap
    0
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 3–4
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Scorpion/ScorpionBlackRoyale"] = {
        name = "Black Scorpion",
        life = 0.96,
        fireResist = 30,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 30,
        damage = 0.64,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Duración del veneno aumentada un 100%
    Envenena con cada Golpe
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 Global
  • base poison duration +% Min: 100 Max: 100 Global
  • Craft Tagspoison chaos ailment
    royale monster armour drop chance permyriad [80]
    royale monster currency drop chance permyriad [200]
    royale monster flask drop chance permyriad [0]
    royale monster skill gem drop chance permyriad [300]
    royale monster support gem drop chance permyriad [75]
    royale monster unique drop chance permyriad [0]
    royale monster weapon drop chance permyriad [80]
    IdRoyaleAdditionalMonsterDrops
    FamilyRoyaleAdditionalMonsterDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • royale monster flask drop chance permyriad Min: 0 Max: 0 Global
  • royale monster armour drop chance permyriad Min: 80 Max: 80 Global
  • royale monster unique drop chance permyriad Min: 0 Max: 0 Global
  • royale monster weapon drop chance permyriad Min: 80 Max: 80 Global
  • royale monster currency drop chance permyriad Min: 200 Max: 200 Global
  • royale monster skill gem drop chance permyriad Min: 300 Max: 300 Global
  • royale monster support gem drop chance permyriad Min: 75 Max: 75 Global
  • Edit

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