暗夜毒蝎
野兽
属类: 海妖
组别: 蜘蛛
科目: 洞穴
中毒持续时间延长 100%
击中时使目标中毒
level 33 or lower life +% final [-20]
Fenumal Scorpion
幽魂N
标签beast, bestiary_beast_boss, bestiary_caverns, 施法, extra_extra_small_height, hard_armour, hidden_monster, insect, insect_blood, is_unarmed, medium_movement, melee, no_cannot_die_aura, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, spider, unusable_corpse
Packs
  • 暗夜毒蝎, 暗夜灵蝎, 暗夜针蝎
  • 生命
    450%
    护甲
    +50%
    异常状态临界值
    450%
    抗性
    40 40 40 25
    伤害
    150%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 8
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    300%
    Model Size
    100%
    类型
    ScorpionBestiary
    Metadata
    BlackScorpionBestiary
    等级
    68
    生命
    28,950
    护甲
    43,185
    闪避值
    4,739
    能量护盾
    0
    伤害
    560
    法术伤害
    560
    命中
    290
    攻击间隔
    1.5
    经验值
    30,765
    异常状态临界值
    28,950
    冰缓
    92
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    253
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 448–672
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BestiaryScorpionBurrow
    攻击, 范围
    基本伤害: 448–672
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 8 秒
    伤害总降 33%
    active skill area of effect radius +% final [-70]
    emerge speed +% [100]
    is area damage [1]
    BestiaryPitbullSandStormSpark
    法术, 投射物, 玩家投射物, 伤害, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 闪电, 可齐射
    电球
    攻击暴击率: 5%
    伤害效用: 70%
    施放间隔: 0.9 秒
    施放出多颗变幻莫测的电球,这些电球将会随机移动直到撞到敌人或是自然消失.
    造成 269.6 - 404.4 物理伤害
    基础持续时间为 5
    额外发射 6 个投射物
    环状发射投射物
    投射物速度减慢 46%
    base is projectile [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBestiary/BlackScorpionBestiary"] = {
        name = "Fenumal Scorpion",
        life = 4.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "BestiaryPitbullSandStormSpark",
            "BestiaryScorpionBurrow",
        },
        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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiaryPitbullSandStormSpark"] = {
        name = "Spark",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.9,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "number_of_additional_projectiles",
            "base_projectile_speed_+%",
            "projectiles_nova",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3500, 6, -46, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 3500, 6, -46, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 3500, 6, -46, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 4000, 6, -46, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 4000, 6, -46, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 5000, 6, -46, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 5000, 6, -46, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 5000, 6, -46, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiaryScorpionBurrow"] = {
        name = "BestiaryScorpionBurrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "emerge_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-33, 100, -70, 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
    level 33 or lower life +% final [-20]
    IdMonsterLifeLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    Edit

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