Brittle Poacher
อันเดด
undead description [1]
monster fires lightning arrows text [1]
SpectreY
Areaประภาคาร, โรงแปรธาตุ
Tagsbone_armour, bones, has_bow, humanoid, lightning_affinity, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, skeleton, undead, very_slow_movement
Packs
  • โรงแปรธาตุ: Brittle Poacher
  • ประภาคาร: Brittle Poacher
  • พลังชีวิต
    96%
    การหลบหลีก
    +10%
    Ailment Threshold
    96%
    ค่าต้านทาน
    0 0 40 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.29 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    120%
    Model Size
    100%
    Type
    SkeletonRanged
    Metadata
    SkeletonBow5
    เลเวล
    63
    พลังชีวิต
    4,297
    เกราะ
    19,330
    การหลบหลีก
    4,364
    โล่พลังงาน
    0
    Damage
    348
    ความเสียหายเวท
    348
    ความแม่นยำ
    238
    Attack Time
    1.29
    ค่าประสบการณ์
    10,838
    Ailment Threshold
    4,297
    Chill
    14
    Shock
    14
    Brittle
    77
    Scorch
    14
    Sap
    38
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 278–417
    โอกาสคริติคอล: 5%
    Attack Time: 1.29 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    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]
    MonsterLightningArrow
    Attack, RangedAttack, MirageArcherCanUse, Area, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Lightning, Triggerable
    ศรสายฟ้า (Lightning Arrow)
    Base Damage: 278–417
    โอกาสคริติคอล: 5%
    Attack Time: 1.29 วินาที
    ยิงศรชาร์จพลังที่สร้างความเสียหายต่อศัตรูด้วยการทำให้พวกมันโดนสายฟ้าฟาด ซึ่งสร้างความเสียหายต่อศัตรูที่อยู่รอบสายฟ้าจำนวนหนึ่งเช่นกัน
    แปลงความเสียหาย กายภาพ 50% เป็น สายฟ้า
    มีโอกาสสร้างสถานะ ช็อค ต่อศัตรู 25%
    ปะทะศัตรูที่อยู่ใกล้เป้าหมาย เพิ่มเติมสูงสุด 4 ตัว
    active skill area of effect radius +% final [-12]
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonBow5"] = {
        name = "Brittle Poacher",
        life = 0.96,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.29,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterLightningArrow",
        },
        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["MonsterLightningArrow"] = {
        name = "Lightning Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a charged arrow which damages enemies by causing them to be struck by a bolt of lightning, which also damages a number of surrounding enemies.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_lightning",
            "lightning_arrow_maximum_number_of_extra_targets",
            "base_chance_to_shock_%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {50, 4, 25, -12, levelRequirement = 9, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    monster fires lightning arrows text [1]
    IdMonsterFiresLightningArrowsText
    FamilyMonsterFiresLightningArrowsText
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster fires lightning arrows text Min: 1 Max: 1 Global
  • Brittle Poacher
    อันเดด
    undead description [1]
    monster fires lightning arrows text [1]
    SpectreY
    Tagsbone_armour, bones, has_bow, humanoid, lightning_affinity, not_int, not_str, physical_affinity, puncturing_weapon, ranged, skeleton, undead, very_slow_movement
    Packs
  • Brittle Poacher, Weathered Watchman, Sandworn Watchman
  • Brittle Poacher, Ancient Worker
  • พลังชีวิต
    96%
    การหลบหลีก
    +10%
    Ailment Threshold
    96%
    ค่าต้านทาน
    0 0 40 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.29 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    120%
    Model Size
    100%
    Type
    SkeletonRanged
    Metadata
    SkeletonBow5Hellscape
    เลเวล
    68
    พลังชีวิต
    6,176
    เกราะ
    28,790
    การหลบหลีก
    5,213
    โล่พลังงาน
    0
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    290
    Attack Time
    1.29
    ค่าประสบการณ์
    12,306
    Ailment Threshold
    6,176
    Chill
    20
    Shock
    20
    Brittle
    110
    Scorch
    20
    Sap
    54
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    Attack Time: 1.29 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    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]
    MonsterLightningArrow
    Attack, RangedAttack, MirageArcherCanUse, Area, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Lightning, Triggerable
    ศรสายฟ้า (Lightning Arrow)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    Attack Time: 1.29 วินาที
    ยิงศรชาร์จพลังที่สร้างความเสียหายต่อศัตรูด้วยการทำให้พวกมันโดนสายฟ้าฟาด ซึ่งสร้างความเสียหายต่อศัตรูที่อยู่รอบสายฟ้าจำนวนหนึ่งเช่นกัน
    แปลงความเสียหาย กายภาพ 50% เป็น สายฟ้า
    มีโอกาสสร้างสถานะ ช็อค ต่อศัตรู 25%
    ปะทะศัตรูที่อยู่ใกล้เป้าหมาย เพิ่มเติมสูงสุด 4 ตัว
    active skill area of effect radius +% final [-12]
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonBow5Hellscape"] = {
        name = "Brittle Poacher",
        life = 0.96,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.29,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterLightningArrow",
        },
        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["MonsterLightningArrow"] = {
        name = "Lightning Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a charged arrow which damages enemies by causing them to be struck by a bolt of lightning, which also damages a number of surrounding enemies.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_lightning",
            "lightning_arrow_maximum_number_of_extra_targets",
            "base_chance_to_shock_%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {50, 4, 25, -12, levelRequirement = 9, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    monster fires lightning arrows text [1]
    IdMonsterFiresLightningArrowsText
    FamilyMonsterFiresLightningArrowsText
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster fires lightning arrows text Min: 1 Max: 1 Global
  • SpectreY
    Areaเรือนจำชั้นล่าง, เรือนจำชั้นล่าง, ห้องทดลองนิรันดร, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, The Coward's Trial, ทะเลสาบคาลานดรา
    Tagsbone_armour, bones, has_bow, humanoid, lightning_affinity, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, skeleton, undead, very_slow_movement
    Packs
  • เรือนจำชั้นล่าง: Diabolist, Brittle Poacher
  • เรือนจำชั้นล่าง: Brittle Poacher
  • เรือนจำชั้นล่าง: Brittle Thief, Brittle Poacher
  • ห้องทดลองนิรันดร: โทเทมวาล์, โทเทมวาล์, โทเทมยิ้มแสยะ, โทเทมยิ้มแสยะ, โทเทมยิ้มแสยะ, Brittle Poacher, Bone Warden
  • ห้องทดลองนิรันดร: Sparking Mage, Brittle Poacher
  • WorldAreas#759: Necromancer, Ancient Archer, Burning Bowman, Vault Hunter, Brittle Archer, Brittle Poacher, Plagued Bowman, Brittle Bleeder
  • WorldAreas#759: ผู้แพร่เชื้อแก่ความฝัน, Brittle Poacher, Axiom Thunderguard, Thunder Champion, Sparking Mage, Bone Warden, Thunder Guardian
  • WorldAreas#837, WorldAreas#998, The Coward's Trial: Necromancer, Ancient Archer, Burning Bowman, Vault Hunter, Brittle Archer, Brittle Poacher, Plagued Bowman, Brittle Bleeder
  • WorldAreas#837, WorldAreas#998, The Coward's Trial: ผู้แพร่เชื้อแก่ความฝัน, Brittle Poacher, Axiom Thunderguard, Thunder Champion, Sparking Mage, Bone Warden, Thunder Guardian
  • WorldAreas#1357: Thunder Guardian, Brittle Poacher
  • Colossal Bonestalker, Thunder Keeper, Brittle Poacher
  • Sin Lord, Brittle Poacher
  • ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ: โทเทมวาล์, โทเทมวาล์, โทเทมยิ้มแสยะ, โทเทมยิ้มแสยะ, โทเทมยิ้มแสยะ, Brittle Poacher, Bone Warden
  • พลังชีวิต
    96%
    การหลบหลีก
    +10%
    Ailment Threshold
    96%
    ค่าต้านทาน
    0 0 40 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.29 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    120%
    Model Size
    100%
    Type
    SkeletonRanged
    Metadata
    SkeletonBowLightning
    เลเวล
    83
    พลังชีวิต
    30,736
    เกราะ
    92,477
    การหลบหลีก
    8,646
    โล่พลังงาน
    0
    Damage
    1,080
    ความเสียหายเวท
    1,080
    ความแม่นยำ
    518
    Attack Time
    1.29
    ค่าประสบการณ์
    15,758
    Ailment Threshold
    30,736
    Chill
    97
    Shock
    97
    Brittle
    550
    Scorch
    97
    Sap
    269
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 864–1297
    โอกาสคริติคอล: 5%
    Attack Time: 1.29 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    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]
    SkeletonArcherLightningArrow
    Attack, RangedAttack, MirageArcherCanUse, Area, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Lightning, Triggerable
    ศรสายฟ้า (Lightning Arrow)
    Base Damage: 864–1297
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 125%
    Attack Time: 1.29 วินาที
    ยิงศรชาร์จพลังที่สร้างความเสียหายต่อศัตรูด้วยการทำให้พวกมันโดนสายฟ้าฟาด ซึ่งสร้างความเสียหายต่อศัตรูที่อยู่รอบสายฟ้าจำนวนหนึ่งเช่นกัน
    แปลงความเสียหาย กายภาพ 50% เป็น สายฟ้า
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 25%
    มีโอกาสสร้างสถานะ ช็อค ต่อศัตรู 50%
    ปะทะศัตรูที่อยู่ใกล้เป้าหมาย เพิ่มเติมสูงสุด 4 ตัว
    active skill area of effect radius +% final [-12]
    base is projectile [1]
    ChangeToStance1
    ChangeToStance2
    คูลดาวน์: 5 วินาที

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonBowLightning"] = {
        name = "Brittle Poacher",
        life = 0.96,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.29,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "SkeletonArcherLightningArrow",
            "ChangeToStance1",
            "ChangeToStance2",
        },
        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["SkeletonArcherLightningArrow"] = {
        name = "Lightning Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a charged arrow which damages enemies by causing them to be struck by a bolt of lightning, which also damages a number of surrounding enemies.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_lightning",
            "lightning_arrow_maximum_number_of_extra_targets",
            "base_chance_to_shock_%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {50, 4, 50, -12, baseMultiplier = 1.25, levelRequirement = 9, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChangeToStance1"] = {
        name = "ChangeToStance1",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChangeToStance2"] = {
        name = "ChangeToStance2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Brittle Poacher
    อันเดด
    undead description [1]
    SpectreY
    Tagsbone_armour, bones, has_bow, humanoid, lightning_affinity, not_int, not_str, physical_affinity, puncturing_weapon, ranged, skeleton, undead, very_slow_movement
    Packs
  • Brittle Thief, Necromancer, Brittle Poacher
  • พลังชีวิต
    96%
    การหลบหลีก
    +10%
    Ailment Threshold
    96%
    ค่าต้านทาน
    0 0 40 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.29 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    120%
    Model Size
    100%
    Type
    SkeletonRanged
    Metadata
    SkeletonBowLightningHellscape__
    เลเวล
    68
    พลังชีวิต
    6,176
    เกราะ
    28,790
    การหลบหลีก
    5,213
    โล่พลังงาน
    0
    Damage
    448
    ความเสียหายเวท
    448
    ความแม่นยำ
    290
    Attack Time
    1.29
    ค่าประสบการณ์
    12,306
    Ailment Threshold
    6,176
    Chill
    20
    Shock
    20
    Brittle
    110
    Scorch
    20
    Sap
    54
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    Attack Time: 1.29 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    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]
    SkeletonArcherLightningArrow
    Attack, RangedAttack, MirageArcherCanUse, Area, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Lightning, Triggerable
    ศรสายฟ้า (Lightning Arrow)
    Base Damage: 359–538
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 125%
    Attack Time: 1.29 วินาที
    ยิงศรชาร์จพลังที่สร้างความเสียหายต่อศัตรูด้วยการทำให้พวกมันโดนสายฟ้าฟาด ซึ่งสร้างความเสียหายต่อศัตรูที่อยู่รอบสายฟ้าจำนวนหนึ่งเช่นกัน
    แปลงความเสียหาย กายภาพ 50% เป็น สายฟ้า
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 25%
    มีโอกาสสร้างสถานะ ช็อค ต่อศัตรู 50%
    ปะทะศัตรูที่อยู่ใกล้เป้าหมาย เพิ่มเติมสูงสุด 4 ตัว
    active skill area of effect radius +% final [-12]
    base is projectile [1]
    ChangeToStance1
    ChangeToStance2
    คูลดาวน์: 5 วินาที

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonBowLightningHellscape__"] = {
        name = "Brittle Poacher",
        life = 0.96,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.29,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "SkeletonArcherLightningArrow",
            "ChangeToStance1",
            "ChangeToStance2",
        },
        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["SkeletonArcherLightningArrow"] = {
        name = "Lightning Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a charged arrow which damages enemies by causing them to be struck by a bolt of lightning, which also damages a number of surrounding enemies.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Area] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_lightning",
            "lightning_arrow_maximum_number_of_extra_targets",
            "base_chance_to_shock_%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {50, 4, 50, -12, baseMultiplier = 1.25, levelRequirement = 9, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChangeToStance1"] = {
        name = "ChangeToStance1",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChangeToStance2"] = {
        name = "ChangeToStance2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Edit

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