SpectreY
Areaจัตุรัสโอริอาท, ห้องทดลองนิรันดร, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก
Tagsanimal_claw_weapon, beast, canine_beast, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, hidden_monster, mammal_beast, melee, not_int, not_str, physical_affinity, red_blood, small_height
Packs
  • จัตุรัสโอริอาท: Purge Hound
  • ห้องทดลองนิรันดร: Purge Hound, Oriath Enforcer, Oriath Enforcer
  • ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ความทรงจำที่แตกแยก, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ, ช่องว่างความจำ: Purge Hound, Oriath Enforcer, Oriath Enforcer
  • พลังชีวิต
    150%
    การหลบหลีก
    +50%
    Ailment Threshold
    150%
    ค่าต้านทาน
    20 20 20 0
    Damage
    120%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    PurgeHound
    Metadata
    PurgeHound
    เลเวล
    83
    พลังชีวิต
    48,025
    ค่าเกราะ
    92,477
    อัตราการหลบหลีก
    11,790
    Damage
    1,080
    ความเสียหายเวท
    1,080
    ความแม่นยำ
    1,036
    Attack Time
    1.005
    ค่าประสบการณ์
    13,132
    Minion Life
    9,151
    Minion Damage
    913
    Ailment Threshold
    48,025
    Chill
    152
    Shock
    152
    Brittle
    859
    Scorch
    152
    Sap
    420
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 864–1297
    โอกาสคริติคอล: 5%
    Attack Time: 1.005 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    PurgeHoundWhirlingBlades
    Attack, Melee, Movement
    Base Damage: 864–1297
    โอกาสคริติคอล: 5%
    Attack Time: 1.005 วินาที
    คูลดาวน์: 6 วินาที
    ignores proximity shield [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.2
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PurgeHound/PurgeHound"] = {
        name = "Purge Hound",
        life = 1.5,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "PurgeHoundWhirlingBlades",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PurgeHoundWhirlingBlades"] = {
        name = "PurgeHoundWhirlingBlades",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.6,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge, Emerge2, Emerge3
    Actor.slow_animations_go_to_idletrue
    Purge Hound
    สัตว์ร้าย
    สกุล: Goat Shaman
    กลุ่ม: Canine
    การโจมตี มีโอกาสสร้างสถานะ ขาหัก 25% เมื่อปะทะ
    display monster may inflict maim [1]
    SpectreY
    Tagsanimal_claw_weapon, beast, canine_beast, cannot_be_monolith, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, hidden_monster, mammal_beast, melee, not_int, not_str, physical_affinity, red_blood, small_height
    พลังชีวิต
    300%
    การหลบหลีก
    +50%
    Ailment Threshold
    300%
    ค่าต้านทาน
    20 20 20 0
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    200%
    Model Size
    100%
    Type
    PurgeHoundSpawn
    Metadata
    PurgeHoundSpawn_
    เลเวล
    68
    พลังชีวิต
    19,300
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    7,109
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    580
    Attack Time
    1.005
    ค่าประสบการณ์
    20,510
    Minion Life
    4,186
    Minion Damage
    447
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    Attack Time: 1.005 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    PurgeHoundWhirlingBlades
    Attack, Melee, Movement
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    Attack Time: 1.005 วินาที
    คูลดาวน์: 6 วินาที
    ignores proximity shield [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.2
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PurgeHound/PurgeHoundSpawn_"] = {
        name = "Purge Hound",
        life = 3,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "PurgeHoundWhirlingBlades",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PurgeHoundWhirlingBlades"] = {
        name = "PurgeHoundWhirlingBlades",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.6,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    การโจมตี มีโอกาสสร้างสถานะ ขาหัก 25% เมื่อปะทะ
    FamilyMonsterMaimOnHit
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • maim on hit % Min: 25 Max: 25 Global
  • Craft Tagsโจมตี
    display monster may inflict maim [1]
    FamilyMonsterInflictsMaimText
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • display monster may inflict maim Min: 1 Max: 1 Global
  • Purge Hound
    สัตว์ร้าย
    การโจมตี มีโอกาสสร้างสถานะ ขาหัก 25% เมื่อปะทะ
    display monster may inflict maim [1]
    SpectreY
    Areaจัตุรัสวินาศ, บล็อกคุมขัง
    Tagsanimal_claw_weapon, beast, canine_beast, cannot_be_monolith, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, hidden_monster, mammal_beast, melee, not_int, not_str, physical_affinity, red_blood, small_height
    Packs
  • จัตุรัสวินาศ, บล็อกคุมขัง: Heretical Adjudicator, Purge Hound
  • พลังชีวิต
    300%
    การหลบหลีก
    +50%
    Ailment Threshold
    300%
    ค่าต้านทาน
    20 20 20 0
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    200%
    Model Size
    100%
    Type
    PurgeHoundSpawn
    Metadata
    PurgeHoundKitavaSpawn
    เลเวล
    66
    พลังชีวิต
    16,383
    ค่าเกราะ
    24,566
    อัตราการหลบหลีก
    6,624
    Damage
    506
    ความเสียหายเวท
    506
    ความแม่นยำ
    536
    Attack Time
    1.005
    ค่าประสบการณ์
    19,546
    Minion Life
    3,618
    Minion Damage
    402
    Ailment Threshold
    16,383
    Chill
    52
    Shock
    52
    Brittle
    293
    Scorch
    52
    Sap
    143
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 405–608
    โอกาสคริติคอล: 5%
    Attack Time: 1.005 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    PurgeHoundWhirlingBlades
    Attack, Melee, Movement
    Base Damage: 405–608
    โอกาสคริติคอล: 5%
    Attack Time: 1.005 วินาที
    คูลดาวน์: 6 วินาที
    ignores proximity shield [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.2
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PurgeHound/PurgeHoundKitavaSpawn"] = {
        name = "Purge Hound",
        life = 3,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "PurgeHoundWhirlingBlades",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PurgeHoundWhirlingBlades"] = {
        name = "PurgeHoundWhirlingBlades",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.6,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    การโจมตี มีโอกาสสร้างสถานะ ขาหัก 25% เมื่อปะทะ
    FamilyMonsterMaimOnHit
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • maim on hit % Min: 25 Max: 25 Global
  • Craft Tagsโจมตี
    display monster may inflict maim [1]
    FamilyMonsterInflictsMaimText
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • display monster may inflict maim Min: 1 Max: 1 Global
  • Purge Hound
    สัตว์ร้าย
    สกุล: Goat Shaman
    กลุ่ม: Canine
    การโจมตี มีโอกาสสร้างสถานะ ขาหัก 25% เมื่อปะทะ
    display monster may inflict maim [1]
    SpectreY
    Tagsanimal_claw_weapon, beast, canine_beast, cannot_be_monolith, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, hidden_monster, mammal_beast, melee, not_int, not_str, physical_affinity, red_blood, small_height
    พลังชีวิต
    300%
    การหลบหลีก
    +50%
    Ailment Threshold
    300%
    ค่าต้านทาน
    20 20 20 0
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    200%
    Model Size
    100%
    Type
    PurgeHoundSpawn
    Metadata
    PurgeHoundSpawnMap
    เลเวล
    68
    พลังชีวิต
    19,300
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    7,109
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    580
    Attack Time
    1.005
    ค่าประสบการณ์
    20,510
    Minion Life
    4,186
    Minion Damage
    447
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    Attack Time: 1.005 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    PurgeHoundWhirlingBlades
    Attack, Melee, Movement
    Base Damage: 448–672
    โอกาสคริติคอล: 5%
    Attack Time: 1.005 วินาที
    คูลดาวน์: 6 วินาที
    ignores proximity shield [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.2
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/PurgeHound/PurgeHoundSpawnMap"] = {
        name = "Purge Hound",
        life = 3,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "PurgeHoundWhirlingBlades",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PurgeHoundWhirlingBlades"] = {
        name = "PurgeHoundWhirlingBlades",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.6,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    การโจมตี มีโอกาสสร้างสถานะ ขาหัก 25% เมื่อปะทะ
    FamilyMonsterMaimOnHit
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • maim on hit % Min: 25 Max: 25 Global
  • Craft Tagsโจมตี
    display monster may inflict maim [1]
    FamilyMonsterInflictsMaimText
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • display monster may inflict maim Min: 1 Max: 1 Global
  • Edit

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