掘出的顽童
亡灵
undead description [1]
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster no map drops [1]
Unearthed Urchin
幽魂Y
幽魂 取代Metadata/Monsters/LeagueExpedition/Urchin/ExpeditionUrchinSpectre
标签animal_claw_weapon, flesh_armour, is_unarmed, medium_movement, melee, not_int, not_str, physical_affinity, ranged, red_blood, undead, zombie
Packs
  • 掘出的顽童
  • 掘出的骨弓手, 掘出的冰巫, 掘出的莽夫, 掘出的顽童
  • 掘出的顽童, 掘出的宝石匠, 掘出的士兵
  • 掘出的老鼠, 掘出的顽童
  • 烈日骑士, 掘出的顽童
  • 生命
    174%
    闪避值
    +50%
    异常状态临界值
    138%
    抗性
    0 0 0 0
    伤害
    126%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    3 ~ 7
    攻击间隔
    1.335 秒
    伤害分布
    ±20%
    经验值
    120%
    Model Size
    100%
    类型
    ExpeditionUrchin
    Metadata
    ExpeditionUrchin
    等级
    68
    生命
    11,194
    护甲
    28,790
    闪避值
    7,109
    能量护盾
    0
    伤害
    471
    法术伤害
    471
    命中
    290
    攻击间隔
    1.335
    经验值
    12,306
    异常状态临界值
    8,878
    冰缓
    28
    Shock
    28
    Brittle
    159
    Scorch
    28
    Sap
    78
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 377–565
    攻击暴击率: 5%
    攻击间隔: 1.335 秒
    对你的敌人无情痛击。
    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]
    ExpeditionWhirlingBlades
    攻击, 近战, 位移, 快行
    回旋之刃
    基本伤害: 377–565
    攻击暴击率: 5%
    攻击伤害: 110%
    攻击间隔: 1.335 秒
    冷却时间: 4 秒
    在敌人之间穿梭,造成武器伤害。双持时使用两把武器同时发起攻击并造成一次伤害。需要匕首、爪类和单手剑。无法被多重打击辅助。
    近战攻击有 20% 的几率造成流血
    攻击伤害总增 10%
    流血伤害总增 +60.85%
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    skill sound variation [3]
    MPWExpeditionBoneThrow
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 伤害, 可触发
    基本伤害: 377–565
    攻击暴击率: 5%
    攻击间隔: 1.335 秒
    冷却时间: 6 秒
    近战打击范围 +2.8
    击中时造成瘫痪
    base is projectile [1]
    cast time overrides attack duration [1]
    monster projectile variation [144]
    projectile uses contact position [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"
    
    Render
    {
         //turn_duration = 0.5
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Urchin/ExpeditionUrchin"] = {
        name = "Unearthed Urchin",
        life = 1.74,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.26,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "ExpeditionWhirlingBlades",
            "MeleeAtAnimationSpeed",
            "MPWExpeditionBoneThrow",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.866,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "monster_flurry",
            "skill_sound_variation",
            "bleed_on_melee_attack_chance_%",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {20, 1, 3, 20, baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {70, 1, 3, 20, baseMultiplier = 1.1, levelRequirement = 83, statInterpolation = {2},  cost = { }, },
        },
    }
    -- 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["MPWExpeditionBoneThrow"] = {
        name = "MPWExpeditionBoneThrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.733,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "melee_range_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "cast_time_overrides_attack_duration",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {144, 28, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 全域
  • Adds Tagsnecromancer_raisable
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 全域
  • monster beyond portal chance +% final Min: -35 Max: -35 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 掘出的顽童
    亡灵
    undead description [1]
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    Unearthed Urchin
    幽魂Y
    标签animal_claw_weapon, flesh_armour, is_unarmed, medium_movement, melee, not_int, not_str, physical_affinity, ranged, red_blood, undead, zombie
    生命
    174%
    闪避值
    +50%
    异常状态临界值
    138%
    抗性
    0 0 0 0
    伤害
    126%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    3 ~ 7
    攻击间隔
    1.335 秒
    伤害分布
    ±20%
    经验值
    120%
    Model Size
    100%
    类型
    ExpeditionUrchin
    Metadata
    ExpeditionUrchinSpectre
    等级
    68
    生命
    11,194
    护甲
    28,790
    闪避值
    7,109
    能量护盾
    0
    伤害
    471
    法术伤害
    471
    命中
    290
    攻击间隔
    1.335
    经验值
    12,306
    异常状态临界值
    8,878
    冰缓
    28
    Shock
    28
    Brittle
    159
    Scorch
    28
    Sap
    78
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 377–565
    攻击暴击率: 5%
    攻击间隔: 1.335 秒
    对你的敌人无情痛击。
    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]
    ExpeditionWhirlingBlades
    攻击, 近战, 位移, 快行
    回旋之刃
    基本伤害: 377–565
    攻击暴击率: 5%
    攻击伤害: 110%
    攻击间隔: 1.335 秒
    冷却时间: 4 秒
    在敌人之间穿梭,造成武器伤害。双持时使用两把武器同时发起攻击并造成一次伤害。需要匕首、爪类和单手剑。无法被多重打击辅助。
    近战攻击有 20% 的几率造成流血
    攻击伤害总增 10%
    流血伤害总增 +60.85%
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    skill sound variation [3]
    MPWExpeditionBoneThrow
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 伤害, 可触发
    基本伤害: 377–565
    攻击暴击率: 5%
    攻击间隔: 1.335 秒
    冷却时间: 6 秒
    近战打击范围 +2.8
    击中时造成瘫痪
    base is projectile [1]
    cast time overrides attack duration [1]
    monster projectile variation [144]
    projectile uses contact position [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"
    
    Render
    {
         //turn_duration = 0.5
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/Urchin/ExpeditionUrchinSpectre"] = {
        name = "Unearthed Urchin",
        life = 1.74,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.26,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "ExpeditionWhirlingBlades",
            "MeleeAtAnimationSpeed",
            "MPWExpeditionBoneThrow",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.866,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "monster_flurry",
            "skill_sound_variation",
            "bleed_on_melee_attack_chance_%",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {20, 1, 3, 20, baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {70, 1, 3, 20, baseMultiplier = 1.1, levelRequirement = 83, statInterpolation = {2},  cost = { }, },
        },
    }
    -- 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["MPWExpeditionBoneThrow"] = {
        name = "MPWExpeditionBoneThrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.733,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "melee_range_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "cast_time_overrides_attack_duration",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {144, 28, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 全域
  • Adds Tagsnecromancer_raisable
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 全域
  • monster beyond portal chance +% final Min: -35 Max: -35 全域
  • Edit

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