船塢怨靈
不死
stance movement speed +% final [112]
Dockhand Wraith
幽魂Y
地區不朽海港, 水道遺跡, 啟程碼頭, 永恆實驗室, 幽僻河道, 幽僻河道, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片
標籤bandit_area, bludgeoning_weapon, ghost_blood, has_one_hand_mace, has_one_handed_melee, human, light_armour, medium_height, melee, not_int, physical_affinity, undead, very_slow_movement
Packs
  • 不朽海港: 船塢怨靈, 船塢怨靈
  • 水道遺跡: 船塢怨靈
  • 啟程碼頭: 船塢工頭, 船塢怨靈
  • 啟程碼頭: 船塢怨靈, 船塢怨靈, 船塢工頭
  • 永恆實驗室: 船塢怨靈
  • 永恆實驗室: 船塢工頭, 船塢怨靈, 船塢怨靈, 船塢怨靈
  • 永恆實驗室: 船塢怨靈, 船塢怨靈, 船塢工頭
  • WorldAreas#1378: 船塢怨靈, 船塢怨靈, 虛影炎獸
  • 船塢怨靈, 船塢怨靈, 船塢怨靈
  • 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空: 虛影炎獸, 船塢怨靈
  • 生命
    115%
    護甲
    +20%
    閃避
    +20%
    異常狀態臨界值
    115%
    抗性
    0 0 0 0
    傷害
    140%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 11
    攻擊間隔
    1.35 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    BanditDockhand
    Metadata
    DockworkerHammer
    等級
    83
    生命
    36,819
    護甲
    110,972
    閃避
    9,432
    能量護盾
    0
    傷害
    1,261
    法術傷害
    1,261
    命中
    518
    攻擊間隔
    1.35
    經驗值
    13,132
    異常狀態臨界值
    36,819
    冰緩
    116
    感電
    116
    易碎
    659
    焦灼
    116
    殘喘
    322
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 1008–1513
    暴擊率: 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]
    MonsterPhaseRun
    法術, 增益, 持續時間, 可觸發, 物理, 快行, 冷卻
    暗影迷蹤
    施放時間: 0.5 秒
    使你的身影難以被發現,且增加你的移動速度。移動時不再被敵人阻擋。使用任何技能將移除此增益效果,並給予另外一個增加攻擊傷害的短暫增益效果。可以使用狂怒球延長持續時間。
    +10 秒基礎持續時間
    增加 25% 移動速度
    附加 0.75 秒怪物反應時間
    50% 更多近戰物理傷害

    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/DockworkerHammer"] = {
        name = "Dockhand Wraith",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterPhaseRun",
        },
        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["MonsterPhaseRun"] = {
        name = "Phase Run",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Travel] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "monster_response_time_ms",
            "base_skill_effect_duration",
            "phase_run_melee_physical_damage_+%_final",
        },
        levels = {
            [1] = {25, 750, 10000, 50, levelRequirement = 1, 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
    船塢怨靈
    不死
    stance movement speed +% final [112]
    Dockhand Wraith
    幽魂Y
    標籤bandit_area, bludgeoning_weapon, ghost_blood, has_one_hand_mace, has_one_handed_melee, human, light_armour, melee, not_int, physical_affinity, undead, very_slow_movement
    Packs
  • 船塢怨靈, 船塢怨靈, 船塢怨靈
  • 船塢怨靈, 船塢怨靈
  • 船塢工頭, 黑手怨靈, 船塢怨靈, 船塢怨靈
  • 生命
    115%
    護甲
    +20%
    閃避
    +20%
    異常狀態臨界值
    115%
    抗性
    0 0 0 0
    傷害
    140%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 11
    攻擊間隔
    1.35 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    BanditDockhand
    Metadata
    DockworkerHammerHellscape
    等級
    68
    生命
    7,398
    護甲
    34,548
    閃避
    5,687
    能量護盾
    0
    傷害
    523
    法術傷害
    523
    命中
    290
    攻擊間隔
    1.35
    經驗值
    10,255
    異常狀態臨界值
    7,398
    冰緩
    23
    感電
    23
    易碎
    132
    焦灼
    23
    殘喘
    65
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 418–628
    暴擊率: 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]
    MonsterPhaseRun
    法術, 增益, 持續時間, 可觸發, 物理, 快行, 冷卻
    暗影迷蹤
    施放時間: 0.5 秒
    使你的身影難以被發現,且增加你的移動速度。移動時不再被敵人阻擋。使用任何技能將移除此增益效果,並給予另外一個增加攻擊傷害的短暫增益效果。可以使用狂怒球延長持續時間。
    +10 秒基礎持續時間
    增加 25% 移動速度
    附加 0.75 秒怪物反應時間
    50% 更多近戰物理傷害

    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/DockworkerHammerHellscape"] = {
        name = "Dockhand Wraith",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterPhaseRun",
        },
        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["MonsterPhaseRun"] = {
        name = "Phase Run",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Travel] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "monster_response_time_ms",
            "base_skill_effect_duration",
            "phase_run_melee_physical_damage_+%_final",
        },
        levels = {
            [1] = {25, 750, 10000, 50, levelRequirement = 1, 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
    船塢怨靈
    不死
    stance movement speed +% final [112]
    Dockhand Wraith
    幽魂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, undead, very_slow_movement
    Packs
  • 不朽海港: 船塢怨靈, 船塢怨靈
  • 永恆實驗室: 船塢工頭, 船塢怨靈, 船塢怨靈
  • 永恆實驗室: 船塢工頭, 船塢怨靈, 船塢怨靈, 船塢怨靈
  • 船塢怨靈, 船塢怨靈, 船塢怨靈
  • 船塢怨靈, 海盜遺骨, 船塢怨靈
  • 生命
    100%
    護甲
    +50%
    異常狀態臨界值
    100%
    抗性
    0 0 0 0
    傷害
    140%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 11
    攻擊間隔
    1.35 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    BanditTwoHandedWeaponDockhand
    Metadata
    DockworkerMaul
    等級
    68
    生命
    6,433
    護甲
    43,185
    閃避
    4,739
    能量護盾
    0
    傷害
    523
    法術傷害
    523
    命中
    290
    攻擊間隔
    1.35
    經驗值
    10,255
    異常狀態臨界值
    6,433
    冰緩
    20
    感電
    20
    易碎
    115
    焦灼
    20
    殘喘
    56
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 418–628
    暴擊率: 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]
    MonsterPhaseRun
    法術, 增益, 持續時間, 可觸發, 物理, 快行, 冷卻
    暗影迷蹤
    施放時間: 0.5 秒
    使你的身影難以被發現,且增加你的移動速度。移動時不再被敵人阻擋。使用任何技能將移除此增益效果,並給予另外一個增加攻擊傷害的短暫增益效果。可以使用狂怒球延長持續時間。
    +10 秒基礎持續時間
    增加 25% 移動速度
    附加 0.75 秒怪物反應時間
    50% 更多近戰物理傷害

    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/DockworkerMaul"] = {
        name = "Dockhand Wraith",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterPhaseRun",
        },
        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["MonsterPhaseRun"] = {
        name = "Phase Run",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Travel] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "monster_response_time_ms",
            "base_skill_effect_duration",
            "phase_run_melee_physical_damage_+%_final",
        },
        levels = {
            [1] = {25, 750, 10000, 50, levelRequirement = 1, 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
    船塢怨靈
    不死
    stance movement speed +% final [112]
    Dockhand Wraith
    幽魂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, undead, very_slow_movement
    Packs
  • 船塢怨靈, 船塢怨靈, 船塢怨靈
  • 生命
    100%
    護甲
    +50%
    異常狀態臨界值
    100%
    抗性
    0 0 0 0
    傷害
    140%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 11
    攻擊間隔
    1.35 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    BanditTwoHandedWeaponDockhand
    Metadata
    DockworkerMaulHellscape
    等級
    68
    生命
    6,433
    護甲
    43,185
    閃避
    4,739
    能量護盾
    0
    傷害
    523
    法術傷害
    523
    命中
    290
    攻擊間隔
    1.35
    經驗值
    10,255
    異常狀態臨界值
    6,433
    冰緩
    20
    感電
    20
    易碎
    115
    焦灼
    20
    殘喘
    56
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 418–628
    暴擊率: 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]
    MonsterPhaseRun
    法術, 增益, 持續時間, 可觸發, 物理, 快行, 冷卻
    暗影迷蹤
    施放時間: 0.5 秒
    使你的身影難以被發現,且增加你的移動速度。移動時不再被敵人阻擋。使用任何技能將移除此增益效果,並給予另外一個增加攻擊傷害的短暫增益效果。可以使用狂怒球延長持續時間。
    +10 秒基礎持續時間
    增加 25% 移動速度
    附加 0.75 秒怪物反應時間
    50% 更多近戰物理傷害

    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/DockworkerMaulHellscape"] = {
        name = "Dockhand Wraith",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterPhaseRun",
        },
        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["MonsterPhaseRun"] = {
        name = "Phase Run",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Travel] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "monster_response_time_ms",
            "base_skill_effect_duration",
            "phase_run_melee_physical_damage_+%_final",
        },
        levels = {
            [1] = {25, 750, 10000, 50, levelRequirement = 1, 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
    船塢怨靈
    不死
    stance movement speed +% final [112]
    Dockhand Wraith
    幽魂Y
    地區不朽海港, 水道遺跡, 啟程碼頭, 永恆實驗室, 幽僻河道, 幽僻河道
    標籤bandit_area, cold_affinity, ghost_blood, has_bow, human, light_armour, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, undead, very_slow_movement
    Packs
  • 不朽海港: 船塢怨靈
  • 水道遺跡: 船塢怨靈
  • 啟程碼頭: 船塢工頭, 黑手怨靈, 船塢怨靈
  • 啟程碼頭: 船塢怨靈, 船塢怨靈, 船塢工頭
  • 永恆實驗室: 船塢工頭, 船塢怨靈, 船塢怨靈
  • 永恆實驗室: 船塢工頭, 船塢怨靈, 船塢怨靈, 船塢怨靈
  • 永恆實驗室: 船塢怨靈, 船塢怨靈, 船塢工頭
  • WorldAreas#1378: 船塢怨靈, 船塢怨靈, 虛影炎獸
  • 船塢怨靈, 船塢怨靈, 船塢怨靈
  • 船塢怨靈, 海盜遺骨, 船塢怨靈
  • 生命
    108%
    閃避
    +10%
    異常狀態臨界值
    108%
    抗性
    0 0 0 0
    傷害
    144%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 40
    攻擊間隔
    1.995 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    100%
    類型
    BanditBowDockhand
    Metadata
    DockworkerBow
    等級
    68
    生命
    6,948
    護甲
    28,790
    閃避
    5,213
    能量護盾
    0
    傷害
    538
    法術傷害
    538
    命中
    290
    攻擊間隔
    1.995
    經驗值
    12,306
    異常狀態臨界值
    6,948
    冰緩
    22
    感電
    22
    易碎
    124
    焦灼
    22
    殘喘
    61
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 430–645
    暴擊率: 5%
    攻擊間隔: 1.995 秒
    用強大的攻擊擊倒敵人。
    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]
    MonsterIceShot
    攻擊, 範圍攻擊, 投射物, 玩家投射物, 範圍, 冰冷, 可觸發, 技能可幻影射手, 圖騰技能, 陷阱技能, 地雷技能
    冰霜射擊
    基本傷害: 430–645
    暴擊率: 5%
    攻擊間隔: 1.995 秒
    發射一支將部分物理傷害轉為冰冷傷害的箭矢,且在擊中敵人之後對其背後扇形範圍內的其他敵人造成等同全部物理傷害的冰冷傷害。
    +2.5 秒基礎持續時間
    增加 50% 物理傷害
    50% 物理傷害轉化至冰冷傷害
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandit/DockworkerBow"] = {
        name = "Dockhand Wraith",
        life = 1.08,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterIceShot",
        },
        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["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2},  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]
    Dockhand Wraith
    幽魂Y
    標籤bandit_area, cold_affinity, ghost_blood, has_bow, human, light_armour, not_int, not_str, physical_affinity, puncturing_weapon, ranged, undead, very_slow_movement
    Packs
  • 船塢怨靈, 船塢怨靈, 船塢怨靈
  • 船塢怨靈, 船塢怨靈
  • 船塢工頭, 黑手怨靈, 船塢怨靈, 船塢怨靈
  • 生命
    108%
    閃避
    +10%
    異常狀態臨界值
    108%
    抗性
    0 0 0 0
    傷害
    144%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 40
    攻擊間隔
    1.995 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    100%
    類型
    BanditBowDockhand
    Metadata
    DockworkerBowHellscape_
    等級
    68
    生命
    6,948
    護甲
    28,790
    閃避
    5,213
    能量護盾
    0
    傷害
    538
    法術傷害
    538
    命中
    290
    攻擊間隔
    1.995
    經驗值
    12,306
    異常狀態臨界值
    6,948
    冰緩
    22
    感電
    22
    易碎
    124
    焦灼
    22
    殘喘
    61
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 430–645
    暴擊率: 5%
    攻擊間隔: 1.995 秒
    用強大的攻擊擊倒敵人。
    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]
    MonsterIceShot
    攻擊, 範圍攻擊, 投射物, 玩家投射物, 範圍, 冰冷, 可觸發, 技能可幻影射手, 圖騰技能, 陷阱技能, 地雷技能
    冰霜射擊
    基本傷害: 430–645
    暴擊率: 5%
    攻擊間隔: 1.995 秒
    發射一支將部分物理傷害轉為冰冷傷害的箭矢,且在擊中敵人之後對其背後扇形範圍內的其他敵人造成等同全部物理傷害的冰冷傷害。
    +2.5 秒基礎持續時間
    增加 50% 物理傷害
    50% 物理傷害轉化至冰冷傷害
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandit/DockworkerBowHellscape_"] = {
        name = "Dockhand Wraith",
        life = 1.08,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterIceShot",
        },
        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["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2},  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]
    Dockhand Wraith
    幽魂Y
    標籤bandit, ghost_blood, has_bow, human, humanoid, light_armour, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, slow_movement
    生命
    157%
    閃避
    +10%
    異常狀態臨界值
    157%
    抗性
    0 0 0 0
    傷害
    73%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 40
    攻擊間隔
    1.995 秒
    傷害分佈
    ±20%
    經驗值
    140%
    Model Size
    120%
    類型
    BanditBowChampion
    Metadata
    DockworkerChampionBow
    等級
    68
    生命
    10,100
    護甲
    28,790
    閃避
    5,213
    能量護盾
    0
    傷害
    273
    法術傷害
    273
    命中
    290
    攻擊間隔
    1.995
    經驗值
    14,357
    異常狀態臨界值
    10,100
    冰緩
    32
    感電
    32
    易碎
    181
    焦灼
    32
    殘喘
    88
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 218–327
    暴擊率: 5%
    攻擊間隔: 1.995 秒
    用強大的攻擊擊倒敵人。
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandit/DockworkerChampionBow"] = {
        name = "Dockhand Wraith",
        life = 1.57,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.73,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        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 = { }, },
        },
    }
    
    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.