การเฝ้าระวังแห่งโอริอาท
มนุษย์
ด่าน: Courtyard Map
สกิลฟาดประชิด สร้างความเสียหายกระจาย ต่อเป้าหมายรอบตัว
นำความเสียหาย กายภาพ 25% ไปเสริมเป็น น้ำแข็ง
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
monster penalty against minions damage +% final vs player minions [-25]
โอกาสบล็อคความเสียหาย โจมตี 20%
คุณได้รับความเสียหาย 10% จากการปะทะที่บล็อค
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Oriath's Vigil
SpectreN
AreaCourtyard Map
Tagshas_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, medium_movement, melee, military, non_unique_map_boss, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon
Packs
  • WorldAreas#832: คุณธรรมแห่งโอริอาท, ความแค้นแห่งโอริอาท, การเฝ้าระวังแห่งโอริอาท
  • WorldAreas#926: คุณธรรมแห่งโอริอาท, ความแค้นแห่งโอริอาท, การเฝ้าระวังแห่งโอริอาท
  • พลังชีวิต
    270%
    เกราะ
    +40%
    Ailment Threshold
    270%
    ค่าต้านทาน
    40 40 40 25
    Damage
    235%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    200%
    Model Size
    105%
    Type
    AxisSoldierEliteMapBoss2
    Metadata
    AxisEliteSoldierMapBoss2
    เลเวล
    72
    พลังชีวิต
    629,186
    เกราะ
    55,229
    การหลบหลีก
    5,444
    โล่พลังงาน
    0
    Damage
    1,270
    ความเสียหายเวท
    1,896
    ความแม่นยำ
    339
    Attack Time
    0.83415
    ค่าประสบการณ์
    122,870
    Ailment Threshold
    352,344
    Chill
    1,114
    Shock
    1,114
    Brittle
    6,303
    Scorch
    1,114
    Sap
    3,078
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 2017–3026
    โอกาสคริติคอล: 5%
    Attack Time: 1.245 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    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]
    MonsterGroundIceCyclone
    Attack, Area, Melee, Movement
    พายุหมุน (Cyclone)
    Base Damage: 2017–3026
    โอกาสคริติคอล: 5%
    Attack Time: 1.245 วินาที
    คูลดาวน์: 1.2 วินาที
    โจมตีใส่ศัตรูรอบๆ ตัวผู้เล่น แล้วจะกวาดรอบทิศไปเรื่อยๆ ขณะผู้เล่นเคลื่อนตัวเองไปจนถึงจุดหมาย สกิลนี้ไม่สามารถเสริมด้วย Ruthless หรือ Multistrike ได้
    สร้างความเสียหาย ลดลง อีก 60%
    ระยะเวลาพื้นฐาน 5 วินาที
    เพิ่มความเสียหาย กายภาพ 35%
    เพิ่มความเร็วในการโจมตี 60%
    ลดความเร็วในการเคลื่อนที่ อีก 30%
    cyclone extra distance [30]
    cyclone ice path radius [12]
    cyclone places ground ice [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    
    Transitionable
    {
    	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    
    Life
    {
    	on_spawned_alive = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );"
    	on_death = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisEliteSoldierMapBoss2"] = {
        name = "Oriath's Vigil",
        life = 2.7,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.35,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "MonsterGroundIceCyclone",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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["MonsterGroundIceCyclone"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "cyclone_movement_speed_+%_final",
            "cyclone_extra_distance",
            "active_skill_damage_+%_final",
            "base_skill_effect_duration",
            "cyclone_ice_path_radius",
            "is_area_damage",
            "cyclone_places_ground_ice",
        },
        levels = {
            [1] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 78, statInterpolation = {},  cost = { }, },
        },
    }
    
    สกิลฟาดประชิด สร้างความเสียหายกระจาย ต่อเป้าหมายรอบตัว
    IdMonsterMeleeSplash1
    FamilyMeleeSplash
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • melee splash Min: 1 Max: 1 Global
  • Craft Tagsattack
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น น้ำแข็ง
    IdMonsterImplicitCold1
    FamilyColdDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • monster penalty against minions damage +% final vs player minions [-25]
    IdMonsterDamageVersusPlayerMinions25
    FamilyMonsterDamageVersusMinions
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -25 Max: -25 Global
  • Craft Tagsdamage
    โอกาสบล็อคความเสียหาย โจมตี 20%
    คุณได้รับความเสียหาย 10% จากการปะทะที่บล็อค
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • การเฝ้าระวังแห่งโอริอาท
    มนุษย์
    สกิลฟาดประชิด สร้างความเสียหายกระจาย ต่อเป้าหมายรอบตัว
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น น้ำแข็ง
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    monster penalty against minions damage +% final vs player minions [-25]
    โอกาสบล็อคความเสียหาย โจมตี 20%
    คุณได้รับความเสียหาย 10% จากการปะทะที่บล็อค
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Oriath's Vigil
    SpectreN
    Tagshas_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, medium_movement, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, standalone_map_boss
    พลังชีวิต
    270%
    เกราะ
    +40%
    Ailment Threshold
    270%
    ค่าต้านทาน
    40 40 40 25
    Damage
    235%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    200%
    Model Size
    105%
    Type
    AxisSoldierEliteMapBoss2
    Metadata
    AxisEliteSoldierMapBoss2Standalone
    เลเวล
    68
    พลังชีวิต
    376,235
    เกราะ
    40,306
    การหลบหลีก
    4,739
    โล่พลังงาน
    0
    Damage
    1,000
    ความเสียหายเวท
    1,492
    ความแม่นยำ
    290
    Attack Time
    0.83415
    ค่าประสบการณ์
    112,805
    Ailment Threshold
    237,028
    Chill
    749
    Shock
    749
    Brittle
    4,240
    Scorch
    749
    Sap
    2,071
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 1588–2382
    โอกาสคริติคอล: 5%
    Attack Time: 1.245 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    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]
    MonsterGroundIceCyclone
    Attack, Area, Melee, Movement
    พายุหมุน (Cyclone)
    Base Damage: 1588–2382
    โอกาสคริติคอล: 5%
    Attack Time: 1.245 วินาที
    คูลดาวน์: 1.2 วินาที
    โจมตีใส่ศัตรูรอบๆ ตัวผู้เล่น แล้วจะกวาดรอบทิศไปเรื่อยๆ ขณะผู้เล่นเคลื่อนตัวเองไปจนถึงจุดหมาย สกิลนี้ไม่สามารถเสริมด้วย Ruthless หรือ Multistrike ได้
    สร้างความเสียหาย ลดลง อีก 60%
    ระยะเวลาพื้นฐาน 5 วินาที
    เพิ่มความเสียหาย กายภาพ 35%
    เพิ่มความเร็วในการโจมตี 60%
    ลดความเร็วในการเคลื่อนที่ อีก 30%
    cyclone extra distance [30]
    cyclone ice path radius [12]
    cyclone places ground ice [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Axis/Axis"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Life
    {
    	on_spawned_alive = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );"
    	on_death = "RemoveEffectPackFromVisualSlotAttachedObject( Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk, MainHand );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/blue/artic/1h_sword/1h_sword.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisEliteSoldierMapBoss2Standalone"] = {
        name = "Oriath's Vigil",
        life = 2.7,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.35,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "MonsterGroundIceCyclone",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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["MonsterGroundIceCyclone"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "cyclone_movement_speed_+%_final",
            "cyclone_extra_distance",
            "active_skill_damage_+%_final",
            "base_skill_effect_duration",
            "cyclone_ice_path_radius",
            "is_area_damage",
            "cyclone_places_ground_ice",
        },
        levels = {
            [1] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {35, 60, -30, 30, -60, 5000, 12, levelRequirement = 78, statInterpolation = {},  cost = { }, },
        },
    }
    
    สกิลฟาดประชิด สร้างความเสียหายกระจาย ต่อเป้าหมายรอบตัว
    IdMonsterMeleeSplash1
    FamilyMeleeSplash
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • melee splash Min: 1 Max: 1 Global
  • Craft Tagsattack
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น น้ำแข็ง
    IdMonsterImplicitCold1
    FamilyColdDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • monster penalty against minions damage +% final vs player minions [-25]
    IdMonsterDamageVersusPlayerMinions25
    FamilyMonsterDamageVersusMinions
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -25 Max: -25 Global
  • Craft Tagsdamage
    โอกาสบล็อคความเสียหาย โจมตี 20%
    คุณได้รับความเสียหาย 10% จากการปะทะที่บล็อค
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • การเฝ้าระวังแห่งโอริอาท
    มนุษย์
    สกิลฟาดประชิด สร้างความเสียหายกระจาย ต่อเป้าหมายรอบตัว
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น น้ำแข็ง
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    monster penalty against minions damage +% final vs player minions [-25]
    โอกาสบล็อคความเสียหาย โจมตี 20%
    คุณได้รับความเสียหาย 10% จากการปะทะที่บล็อค
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Oriath's Vigil
    SpectreN
    Tagselder_map_boss, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, medium_movement, military, non_attacking, not_dex, not_int, plate_armour, red_blood, slashing_weapon
    พลังชีวิต
    270%
    เกราะ
    +40%
    Ailment Threshold
    270%
    ค่าต้านทาน
    40 40 40 25
    Damage
    235%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    200%
    Model Size
    105%
    Type
    AxisSoldierEliteMapBoss2
    Metadata
    AxisEliteSoldierMapBoss2Elder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisEliteSoldierMapBoss2Elder"] = {
        name = "Oriath's Vigil",
        life = 2.7,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.35,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
        },
        modList = {
        },
    }
    
    สกิลฟาดประชิด สร้างความเสียหายกระจาย ต่อเป้าหมายรอบตัว
    IdMonsterMeleeSplash1
    FamilyMeleeSplash
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • melee splash Min: 1 Max: 1 Global
  • Craft Tagsattack
    นำความเสียหาย กายภาพ 25% ไปเสริมเป็น น้ำแข็ง
    IdMonsterImplicitCold1
    FamilyColdDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • monster penalty against minions damage +% final vs player minions [-25]
    IdMonsterDamageVersusPlayerMinions25
    FamilyMonsterDamageVersusMinions
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -25 Max: -25 Global
  • Craft Tagsdamage
    โอกาสบล็อคความเสียหาย โจมตี 20%
    คุณได้รับความเสียหาย 10% จากการปะทะที่บล็อค
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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