隧道工人
亡灵
stance movement speed +% final [112]
Tunneler
幽魂Y
地区漆黑矿坑:第 2 层, 永恒的实验室, 狩猎坑道, 闹鬼矿井, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片
标签bludgeoning_weapon, cannot_be_monolith, flesh_armour, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_model, melee, mud_blood, not_int, physical_affinity, ranged, slow_movement, small_height, undead
Packs
  • 永恒的实验室: 疮痕矿工, 疮痕矿工, 疮痕持灯者, 隧道工人
  • 隧道工人, 尖啸者
  • 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆碎片, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空, 回忆虚空: 疮痕矿工, 疮痕矿工, 疮痕持灯者, 隧道工人
  • 生命
    132%
    护甲
    +50%
    闪避值
    +50%
    异常状态临界值
    132%
    抗性
    0 40 0 0
    伤害
    165%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    110%
    Model Size
    110%
    类型
    Handfinger
    Metadata
    Handfinger
    等级
    83
    生命
    42,262
    护甲
    138,716
    闪避值
    11,790
    能量护盾
    0
    伤害
    1,486
    法术伤害
    1,486
    命中
    518
    攻击间隔
    1.5
    经验值
    14,445
    异常状态临界值
    42,262
    冰缓
    134
    Shock
    134
    Brittle
    756
    Scorch
    134
    Sap
    369
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 1189–1783
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    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]
    HandfingerHammerThrow
    攻击, 投射物, 玩家投射物, 双持, 范围攻击
    基本伤害: 1189–1783
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    base is projectile [1]
    projectile spread radius [100]
    HandfingerHammerThrowMultipleProjectiles
    攻击, 投射物, 玩家投射物, 双持, 范围攻击
    基本伤害: 1189–1783
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 4 秒
    额外发射 2 个投射物
    base is projectile [1]
    projectile spread radius [100]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.35
    }
    
    Monster
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Handfinger/Handfinger"] = {
        name = "Tunneler",
        life = 1.32,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.65,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "HandfingerHammerThrow",
            "HandfingerHammerThrowMultipleProjectiles",
        },
        modList = {
        },
    }
    -- 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["HandfingerHammerThrow"] = {
        name = "HandfingerHammerThrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.DualWieldOnly] = true,
            [SkillType.RangedAttack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "projectile_spread_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {100, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HandfingerHammerThrowMultipleProjectiles"] = {
        name = "HandfingerHammerThrowMultipleProjectiles",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.DualWieldOnly] = true,
            [SkillType.RangedAttack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_projectiles",
            "projectile_spread_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {2, 100, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 全域
  • Craft Tagsspeed
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    隧道工人
    亡灵
    stance movement speed +% final [112]
    Tunneler
    幽魂Y
    标签bludgeoning_weapon, cannot_be_monolith, flesh_armour, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_model, melee, mud_blood, not_int, physical_affinity, ranged, slow_movement, undead
    Packs
  • 疮痕矿工, 疮痕矿工, 疮痕持灯者, 隧道工人
  • 生命
    132%
    护甲
    +50%
    闪避值
    +50%
    异常状态临界值
    132%
    抗性
    0 40 0 0
    伤害
    165%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    110%
    Model Size
    110%
    类型
    Handfinger
    Metadata
    HandfingerHellscape
    等级
    68
    生命
    8,492
    护甲
    43,185
    闪避值
    7,109
    能量护盾
    0
    伤害
    616
    法术伤害
    616
    命中
    290
    攻击间隔
    1.5
    经验值
    11,281
    异常状态临界值
    8,492
    冰缓
    27
    Shock
    27
    Brittle
    152
    Scorch
    27
    Sap
    74
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 493–740
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    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]
    HandfingerHammerThrow
    攻击, 投射物, 玩家投射物, 双持, 范围攻击
    基本伤害: 493–740
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    base is projectile [1]
    projectile spread radius [100]
    HandfingerHammerThrowMultipleProjectiles
    攻击, 投射物, 玩家投射物, 双持, 范围攻击
    基本伤害: 493–740
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 4 秒
    额外发射 2 个投射物
    base is projectile [1]
    projectile spread radius [100]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.35
    }
    
    Monster
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Handfinger/HandfingerHellscape"] = {
        name = "Tunneler",
        life = 1.32,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.65,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "HandfingerHammerThrow",
            "HandfingerHammerThrowMultipleProjectiles",
        },
        modList = {
        },
    }
    -- 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["HandfingerHammerThrow"] = {
        name = "HandfingerHammerThrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.DualWieldOnly] = true,
            [SkillType.RangedAttack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "projectile_spread_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {100, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HandfingerHammerThrowMultipleProjectiles"] = {
        name = "HandfingerHammerThrowMultipleProjectiles",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.DualWieldOnly] = true,
            [SkillType.RangedAttack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_projectiles",
            "projectile_spread_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {2, 100, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 全域
  • Craft Tagsspeed
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Edit

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