漆黑毒蠍
野獸
種類: 海妖
屬類: 蜘蛛
科類: 洞窟
增加 100% 中毒持續時間
擊中時使目標中毒
Black Scorpion
幽魂Y
地區瓦斯提里荒漠, 幻景綠洲, 永恆實驗室, 卡蘭德迷湖
標籤beast, extra_extra_small_height, hard_armour, insect, insect_blood, is_unarmed, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, spider
Packs
  • 瓦斯提里荒漠: 肉食毒蠍, 漆黑毒蠍
  • 幻景綠洲: 肉食毒蠍, 漆黑毒蠍
  • 永恆實驗室: 肉食毒蠍, 漆黑毒蠍
  • 漆黑毒蠍
  • 沙地毒蠍, 漆黑毒蠍, 肉食毒蠍
  • 生命
    80%
    護甲
    +50%
    異常狀態臨界值
    80%
    抗性
    30 0 0 30
    傷害
    130%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    Scorpion
    Metadata
    BlackScorpion
    等級
    68
    生命
    5,147
    護甲
    43,185
    閃避
    4,739
    能量護盾
    0
    傷害
    486
    法術傷害
    486
    命中
    290
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    5,147
    冰緩
    16
    感電
    16
    易碎
    92
    焦灼
    16
    殘喘
    45
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 388–583
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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 = { }, },
        },
    }
    
    增加 100% 中毒持續時間
    擊中時使目標中毒
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 全域
  • base poison duration +% Min: 100 Max: 100 全域
  • Craft Tagspoison chaos ailment
    漆黑毒蠍
    野獸
    增加 100% 中毒持續時間
    擊中時使目標中毒
    Black Scorpion
    幽魂Y
    標籤beast, hard_armour, insect, insect_blood, is_unarmed, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, spider
    Packs
  • 漆黑毒蠍, 肉食毒蠍
  • 生命
    80%
    護甲
    +50%
    異常狀態臨界值
    80%
    抗性
    30 0 0 30
    傷害
    130%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    Scorpion
    Metadata
    BlackScorpionHellscape
    等級
    68
    生命
    5,147
    護甲
    43,185
    閃避
    4,739
    能量護盾
    0
    傷害
    486
    法術傷害
    486
    命中
    290
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    5,147
    冰緩
    16
    感電
    16
    易碎
    92
    焦灼
    16
    殘喘
    45
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 388–583
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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 = { }, },
        },
    }
    
    增加 100% 中毒持續時間
    擊中時使目標中毒
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 全域
  • base poison duration +% Min: 100 Max: 100 全域
  • Craft Tagspoison chaos ailment
    漆黑毒蠍
    野獸
    增加 100% 中毒持續時間
    擊中時使目標中毒
    Black Scorpion
    幽魂Y
    標籤beast, extra_extra_small_height, hard_armour, insect, insect_blood, is_unarmed, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, spider
    生命
    80%
    護甲
    +50%
    異常狀態臨界值
    80%
    抗性
    30 0 0 30
    傷害
    130%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    Scorpion
    Metadata
    BlackScorpionShakari
    等級
    68
    生命
    5,147
    護甲
    43,185
    閃避
    4,739
    能量護盾
    0
    傷害
    486
    法術傷害
    486
    命中
    290
    攻擊間隔
    1.5
    經驗值
    10,255
    異常狀態臨界值
    5,147
    冰緩
    16
    感電
    16
    易碎
    92
    焦灼
    16
    殘喘
    45
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 388–583
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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 = { }, },
        },
    }
    
    增加 100% 中毒持續時間
    擊中時使目標中毒
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 全域
  • base poison duration +% Min: 100 Max: 100 全域
  • Craft Tagspoison chaos ailment
    漆黑毒蠍
    野獸
    增加 100% 中毒持續時間
    擊中時使目標中毒
    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
    幽魂Y
    地區鬼島殺戮戰
    標籤beast, extra_extra_small_height, hard_armour, insect, insect_blood, is_unarmed, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, spider
    Packs
  • 鬼島殺戮戰: 漆黑毒蠍, 沙地毒蠍
  • 生命
    96%
    護甲
    +50%
    異常狀態臨界值
    96%
    抗性
    30 0 0 30
    傷害
    64%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    100%
    類型
    ScorpionRoyale
    Metadata
    ScorpionBlackRoyale
    等級
    2
    生命
    25
    護甲
    35
    閃避
    86
    能量護盾
    0
    傷害
    4
    法術傷害
    4
    命中
    15
    攻擊間隔
    1.5
    經驗值
    24
    異常狀態臨界值
    25
    冰緩
    0
    感電
    0
    易碎
    0
    焦灼
    0
    殘喘
    0
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 3–4
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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 = { }, },
        },
    }
    
    增加 100% 中毒持續時間
    擊中時使目標中毒
    IdParasitePoisonOnHit
    FamilyRatTalismanPoisonOnHit
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • global poison on hit Min: 1 Max: 1 全域
  • base poison duration +% Min: 100 Max: 100 全域
  • 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
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • royale monster flask drop chance permyriad Min: 0 Max: 0 全域
  • royale monster armour drop chance permyriad Min: 80 Max: 80 全域
  • royale monster unique drop chance permyriad Min: 0 Max: 0 全域
  • royale monster weapon drop chance permyriad Min: 80 Max: 80 全域
  • royale monster currency drop chance permyriad Min: 200 Max: 200 全域
  • royale monster skill gem drop chance permyriad Min: 300 Max: 300 全域
  • royale monster support gem drop chance permyriad Min: 75 Max: 75 全域
  • Edit

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