Foreman
อันเดด
stance movement speed +% final [112]
SpectreY
Areaท่าเทียบเรือ, ห้องทดลองนิรันดร, Wharf Map, Pier Map
Tagsbandit_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
  • ท่าเทียบเรือ: Foreman, Dockhand Wraith
  • ท่าเทียบเรือ: Foreman, Labourer Wraith, Dockhand Wraith
  • ท่าเทียบเรือ: Dockhand Wraith, Dockhand Wraith, Foreman
  • ห้องทดลองนิรันดร: Foreman, Dockhand Wraith, Dockhand Wraith
  • Foreman, Dockhand Wraith, Dockhand Wraith, Dockhand Wraith
  • ห้องทดลองนิรันดร: Dockhand Wraith, Dockhand Wraith, Foreman
  • พลังชีวิต
    210%
    ค่าเกราะ
    +25%
    Ailment Threshold
    210%
    ค่าต้านทาน
    0 0 0 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    132%
    Type
    BanditDockChampionType
    Metadata
    DockworkerChampion_
    เลเวล
    80
    พลังชีวิต
    47,529
    ค่าเกราะ
    91,801
    อัตราการหลบหลีก
    7,124
    Damage
    910
    ความเสียหายเวท
    910
    ความแม่นยำ
    924
    Attack Time
    1.35
    ค่าประสบการณ์
    19,068
    Minion Life
    9,293
    Minion Damage
    759
    Ailment Threshold
    47,529
    Chill
    150
    Shock
    150
    Brittle
    850
    Scorch
    150
    Sap
    415
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 728–1091
    โอกาสคริติคอล: 5%
    Attack Time: 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
    Attack, Area
    Base Damage: 728–1091
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 250%
    ความเสียหายโจมตี: 150%
    Attack Time: 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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Foreman
    อันเดด
    stance movement speed +% final [112]
    SpectreY
    Tagsbandit_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
  • Foreman, Labourer Wraith, Dockhand Wraith, Dockhand Wraith
  • พลังชีวิต
    210%
    ค่าเกราะ
    +25%
    Ailment Threshold
    210%
    ค่าต้านทาน
    0 0 0 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    132%
    Type
    BanditDockChampionType
    Metadata
    DockworkerChampion_Hellscape
    เลเวล
    68
    พลังชีวิต
    13,510
    ค่าเกราะ
    35,988
    อัตราการหลบหลีก
    4,739
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    580
    Attack Time
    1.35
    ค่าประสบการณ์
    15,383
    Minion Life
    2,930
    Minion Damage
    358
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    Attack Time: 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
    Attack, Area
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 250%
    ความเสียหายโจมตี: 150%
    Attack Time: 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
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Edit

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