船塢工頭
不死
stance movement speed +% final [112]
Foreman
幽魂Y
地區啟程碼頭, 永恆實驗室, 毒牙海港, 怒浪之港
標籤bandit_area, bludgeoning_weapon, ghost_blood, has_two_hand_mace, has_two_handed_melee, human, light_armour, medium_height, melee, not_dex, not_int, physical_affinity, slow_movement, undead
Packs
  • 啟程碼頭: 船塢工頭, 船塢怨靈
  • 啟程碼頭: 船塢工頭, 黑手怨靈, 船塢怨靈
  • 啟程碼頭: 船塢怨靈, 船塢怨靈, 船塢工頭
  • 永恆實驗室: 船塢工頭, 船塢怨靈, 船塢怨靈
  • 船塢工頭, 船塢怨靈, 船塢怨靈, 船塢怨靈
  • 永恆實驗室: 船塢怨靈, 船塢怨靈, 船塢工頭
  • 生命
    210%
    護甲值
    +25%
    異常狀態臨界值
    210%
    抗性
    0 0 0 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.35 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    132%
    類型
    BanditDockChampionType
    Metadata
    DockworkerChampion_
    等級
    80
    生命
    47,529
    護甲值
    91,801
    閃避值
    7,124
    傷害
    910
    法術傷害
    910
    命中
    924
    攻擊間隔
    1.35
    經驗值
    19,068
    Minion Life
    9,293
    Minion Damage
    759
    異常狀態臨界值
    47,529
    冰緩
    150
    感電
    150
    易碎
    850
    焦灼
    150
    殘喘
    415
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 728–1091
    暴擊率: 5%
    攻擊間隔: 1.35 秒
    用強大的攻擊擊倒敵人。
    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]
    GroundEffectsSlamDockworkerChampion
    攻擊, 範圍
    基本傷害: 728–1091
    暴擊率: 5%
    攻擊傷害: 250%
    攻擊傷害: 150%
    攻擊間隔: 1.35 秒
    冷卻時間: 6 秒
    造成 50% 更多攻擊傷害
    +4 秒基礎持續時間
    每秒造成 1298.9 基礎冰冷傷害
    40% 更少攻擊速度
    active skill area of effect radius +% final [-50]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/Bandit"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/Bandit"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandit/DockworkerChampion_"] = {
        name = "Foreman",
        life = 2.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GroundEffectsSlamDockworkerChampion",
        },
        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["GroundEffectsSlamDockworkerChampion"] = {
        name = "GroundEffectsSlamDockworkerChampion",
        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 = {
            "base_cold_damage_to_deal_per_minute",
            "active_skill_attack_speed_+%_final",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {3.5, -40, 4000, -50, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {3},  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
    船塢工頭
    不死
    stance movement speed +% final [112]
    Foreman
    幽魂Y
    標籤bandit_area, bludgeoning_weapon, ghost_blood, has_two_hand_mace, has_two_handed_melee, human, light_armour, melee, not_dex, not_int, physical_affinity, slow_movement, undead
    Packs
  • 船塢工頭, 黑手怨靈, 船塢怨靈, 船塢怨靈
  • 生命
    210%
    護甲值
    +25%
    異常狀態臨界值
    210%
    抗性
    0 0 0 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.35 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    132%
    類型
    BanditDockChampionType
    Metadata
    DockworkerChampion_Hellscape
    等級
    68
    生命
    13,510
    護甲值
    35,988
    閃避值
    4,739
    傷害
    448
    法術傷害
    448
    命中
    580
    攻擊間隔
    1.35
    經驗值
    15,383
    Minion Life
    2,930
    Minion Damage
    358
    異常狀態臨界值
    13,510
    冰緩
    43
    感電
    43
    易碎
    242
    焦灼
    43
    殘喘
    118
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 1.35 秒
    用強大的攻擊擊倒敵人。
    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]
    GroundEffectsSlamDockworkerChampion
    攻擊, 範圍
    基本傷害: 359–538
    暴擊率: 5%
    攻擊傷害: 250%
    攻擊傷害: 150%
    攻擊間隔: 1.35 秒
    冷卻時間: 6 秒
    造成 50% 更多攻擊傷害
    +4 秒基礎持續時間
    每秒造成 744.7 基礎冰冷傷害
    40% 更少攻擊速度
    active skill area of effect radius +% final [-50]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/Bandit"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/Bandit"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandit/DockworkerChampion_Hellscape"] = {
        name = "Foreman",
        life = 2.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GroundEffectsSlamDockworkerChampion",
        },
        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["GroundEffectsSlamDockworkerChampion"] = {
        name = "GroundEffectsSlamDockworkerChampion",
        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 = {
            "base_cold_damage_to_deal_per_minute",
            "active_skill_attack_speed_+%_final",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {3.5, -40, 4000, -50, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {3},  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
    Edit

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