苦工凶灵
亡灵
区域: 中转码头
stance movement speed +% final [112]
Labourer 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
  • 中转码头: 工头, 苦工凶灵, 船坞怨灵
  • 生命
    108%
    闪避值
    +10%
    异常状态临界值
    108%
    抗性
    0 0 0 0
    伤害
    144%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 40
    攻击间隔
    1.995 秒
    伤害分布
    ±20%
    经验值
    120%
    Model Size
    100%
    类型
    BanditBowDockhand
    Metadata
    DockworkerBow2
    等级
    57
    生命
    3,294
    护甲
    11,890
    闪避值
    3,498
    能量护盾
    0
    伤害
    306
    法术伤害
    306
    命中
    187
    攻击间隔
    1.995
    经验值
    8,896
    异常状态临界值
    3,294
    冰缓
    10
    Shock
    10
    Brittle
    59
    Scorch
    10
    Sap
    29
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 245–367
    攻击暴击率: 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
    攻击, 范围攻击, 投射物, 玩家投射物, 范围, 冰冷, 可触发, 技能可幻影射手, 图腾技能, 陷阱技能, 地雷技能
    冰霜射击
    基本伤害: 245–367
    攻击暴击率: 5%
    攻击间隔: 1.995 秒
    射出一支箭矢,在击中目标时将部分物理伤害转化为冰霜伤害,并在目标背后形成锥形范围攻击其它敌人,此时所有物理伤害转化为冰霜伤害。
    基础持续时间为 2.5
    物理伤害提高 15%
    物理伤害的 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/DockworkerBow2"] = {
        name = "Labourer 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]
    Labourer 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
    DockworkerBow2Hellscape
    等级
    68
    生命
    6,948
    护甲
    28,790
    闪避值
    5,213
    能量护盾
    0
    伤害
    538
    法术伤害
    538
    命中
    290
    攻击间隔
    1.995
    经验值
    12,306
    异常状态临界值
    6,948
    冰缓
    22
    Shock
    22
    Brittle
    124
    Scorch
    22
    Sap
    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/DockworkerBow2Hellscape"] = {
        name = "Labourer 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
    Edit

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