Escorpião Negro
Bestial
Espécie: Bruxas do Mar
Família: Cavernosos
Duração do Veneno aumentada em 100%
Envenena ao Acertar
Black Scorpion
SpectreY
AreaDeserto Vastiri, O Oásis, Laboratório Eterno, O 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
  • Laboratório Eterno: Escorpião da Areia, Escorpião Negro, Escorpião Predador
  • Escorpião Negro
  • Escorpião da Areia, Escorpião Negro, Escorpião Predador
  • Vida
    80%
    Armadura
    +50%
    Ailment Threshold
    80%
    Resistência
    30 0 0 30
    Damage
    130%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    Scorpion
    Metadata
    BlackScorpion
    Nível
    68
    Vida
    5,147
    Armadura
    43,185
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    486
    Dano Mágico
    486
    Precisão
    290
    Attack Time
    1.5
    Experiência
    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 Padrão
    Base Damage: 388–583
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um 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 = { }, },
        },
    }
    
    Duração do Veneno aumentada em 100%
    Envenena ao Acertar
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    Domainsmonstro (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ão Negro
    Bestial
    Duração do Veneno aumentada em 100%
    Envenena ao Acertar
    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ão Negro, Escorpião Predador
  • Vida
    80%
    Armadura
    +50%
    Ailment Threshold
    80%
    Resistência
    30 0 0 30
    Damage
    130%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    Scorpion
    Metadata
    BlackScorpionHellscape
    Nível
    68
    Vida
    5,147
    Armadura
    43,185
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    486
    Dano Mágico
    486
    Precisão
    290
    Attack Time
    1.5
    Experiência
    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 Padrão
    Base Damage: 388–583
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um 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 = { }, },
        },
    }
    
    Duração do Veneno aumentada em 100%
    Envenena ao Acertar
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    Domainsmonstro (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ão Negro
    Bestial
    Duração do Veneno aumentada em 100%
    Envenena ao Acertar
    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%
    Armadura
    +50%
    Ailment Threshold
    80%
    Resistência
    30 0 0 30
    Damage
    130%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    Scorpion
    Metadata
    BlackScorpionShakari
    Nível
    68
    Vida
    5,147
    Armadura
    43,185
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    486
    Dano Mágico
    486
    Precisão
    290
    Attack Time
    1.5
    Experiência
    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 Padrão
    Base Damage: 388–583
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um 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 = { }, },
        },
    }
    
    Duração do Veneno aumentada em 100%
    Envenena ao Acertar
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    Domainsmonstro (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ão Negro
    Bestial
    Duração do Veneno aumentada em 100%
    Envenena ao Acertar
    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ão Negro, Escorpião da Areia
  • Vida
    96%
    Armadura
    +50%
    Ailment Threshold
    96%
    Resistência
    30 0 0 30
    Damage
    64%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    ScorpionRoyale
    Metadata
    ScorpionBlackRoyale
    Nível
    2
    Vida
    25
    Armadura
    35
    Evasão
    86
    Escudo de Energia
    0
    Damage
    4
    Dano Mágico
    4
    Precisão
    15
    Attack Time
    1.5
    Experiência
    24
    Ailment Threshold
    25
    Chill
    0
    Shock
    0
    Brittle
    0
    Scorch
    0
    Sap
    0
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 3–4
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um 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 = { }, },
        },
    }
    
    Duração do Veneno aumentada em 100%
    Envenena ao Acertar
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    Domainsmonstro (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
    Domainsmonstro (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.