ผู้อาศัยใต้บาดาล
สัตว์ร้าย
สกุล: Snake
กลุ่ม: Crustacean
มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 250%
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 4500%
The Dweller of the Deep
SpectreN
Areaเบื้องลึกท่วมน้ำ
Tagsbeast, cold_affinity, extra_small_height, hard_armour, insect, is_unarmed, ranged, red_blood, very_slow_movement
พลังชีวิต
120%
Ailment Threshold
120%
ค่าต้านทาน
0 0 85 0
Damage
255%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 50
Attack Time
0.99 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
150%
Type
SandSpitterBossDeep
Metadata
SandSpitterBoss
เลเวล
6
พลังชีวิต
58
ค่าเกราะ
59
อัตราการหลบหลีก
166
Damage
21
ความเสียหายเวท
21
ความแม่นยำ
36
Attack Time
0.99
ค่าประสบการณ์
101
Minion Life
29
Minion Damage
20
Ailment Threshold
58
Chill
0
Shock
0
Brittle
1
Scorch
0
Sap
1
MMASandSpitterProjectileCold
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 17–25
โอกาสคริติคอล: 5%
Attack Time: 0.99 วินาที
สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ โพรเจกไทล์ของมอนสเตอร์ แต่มีผลในการกระทบด้วย
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
ระยะการฟาดประชิด +1.5 เมตร
action should face away from target [1]
base is projectile [1]
is area damage [1]
maintain projectile direction when using contact position [1]
mortar projectile scale animation speed instead of projectile speed [1]
projectile minimum range [50]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
MMASandSpitterBarrageDweller
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 17–25
โอกาสคริติคอล: 5%
Attack Time: 0.99 วินาที
คูลดาวน์: 6 วินาที
สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ โพรเจกไทล์ของมอนสเตอร์ แต่มีผลในการกระทบด้วย
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
ระยะการฟาดประชิด +1.5 เมตร
action attack or cast time uses animation length [1]
action should face away from target [1]
base is projectile [1]
is area damage [1]
monster reverse point blank damage -% at minimum range [50]
mortar projectile scale animation speed instead of projectile speed [1]
projectile spread radius [10]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
EmptyActionSpellDweller
Spell
เวลาร่าย: 1 วินาที
คูลดาวน์: 2 วินาที
skill cannot be knocked back [1]
skill cannot be stunned [1]

Object Type

version 2
extends "Metadata/Monsters/SandSpitters/SandSpitter"

Positioned
{
	force_placement = true
}

Object Type Codes

version 2
extends "Metadata/Monsters/SandSpitters/SandSpitter"

BaseEvents
{
	on_construction_complete = "parent.HideMeshSegment( polySurface1_glowShape );"
}

Life
{
	on_defeat = "FadeOutMusic( 500 ); PlayGlobalAudio( Audio/Music/Act1_Cave/SubmergedPassage_Resolve.ogg );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/SandSpitters/SandSpitterBoss"] = {
    name = "The Dweller of the Deep",
    life = 1.2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 85,
    chaosResist = 0,
    damage = 2.55,
    damageSpread = 0.2,
    attackTime = 0.99,
    attackRange = 50,
    accuracy = 1,
    skillList = {
        "MMASandSpitterProjectileCold",
        "MMASandSpitterBarrageDweller",
        "EmptyActionSpellDweller",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MMASandSpitterProjectileCold"] = {
    name = "MMASandSpitterProjectileCold",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "projectile_spread_radius",
        "projectile_minimum_range",
        "melee_range_+",
        "skill_physical_damage_%_to_convert_to_cold",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "action_should_face_away_from_target",
        "maintain_projectile_direction_when_using_contact_position",
        "mortar_projectile_scale_animation_speed_instead_of_projectile_speed",
    },
    levels = {
        [1] = {3, 50, 15, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MMASandSpitterBarrageDweller"] = {
    name = "MMASandSpitterBarrageDweller",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "projectile_spread_radius",
        "melee_range_+",
        "skill_physical_damage_%_to_convert_to_cold",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "action_should_face_away_from_target",
        "projectile_uses_contact_direction",
        "mortar_projectile_scale_animation_speed_instead_of_projectile_speed",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {50, 10, 15, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellDweller"] = {
    name = "EmptyActionSpellDweller",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 250%
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 4500%
FamilyMonsterActBoss
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 4500 Max: 4500 Global
  • 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
    Positioned.force_placementtrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge, Emerge2
    Actor.slow_animations_go_to_idletrue
    ผู้อาศัยใต้บาดาล
    สัตว์ร้าย
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 250%
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 4500%
    The Dweller of the Deep
    SpectreN
    Tagsbeast, cold_affinity, hard_armour, insect, is_unarmed, ranged, red_blood, very_slow_movement
    พลังชีวิต
    120%
    Ailment Threshold
    120%
    ค่าต้านทาน
    0 0 85 0
    Damage
    255%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 50
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    150%
    Type
    SandSpitterBossDeep
    Metadata
    SandSpitterBossStandalone
    เลเวล
    68
    พลังชีวิต
    7,720
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    Damage
    953
    ความเสียหายเวท
    953
    ความแม่นยำ
    580
    Attack Time
    0.99
    ค่าประสบการณ์
    15,383
    Minion Life
    1,675
    Minion Damage
    761
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    MMASandSpitterProjectileCold
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
    Base Damage: 762–1143
    โอกาสคริติคอล: 5%
    Attack Time: 0.99 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ โพรเจกไทล์ของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    MMASandSpitterBarrageDweller
    Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
    Base Damage: 762–1143
    โอกาสคริติคอล: 5%
    Attack Time: 0.99 วินาที
    คูลดาวน์: 6 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ โพรเจกไทล์ของมอนสเตอร์ แต่มีผลในการกระทบด้วย

    Object Type

    version 2
    extends "Metadata/Monsters/SandSpitters/SandSpitter"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Positioned
    {
    	force_placement = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/SandSpitters/SandSpitter"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandSpitters/SandSpitterBossStandalone"] = {
        name = "The Dweller of the Deep",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 85,
        chaosResist = 0,
        damage = 2.55,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 50,
        accuracy = 1,
        skillList = {
            "MMASandSpitterProjectileCold",
            "MMASandSpitterBarrageDweller",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMASandSpitterProjectileCold"] = {
        name = "MMASandSpitterProjectileCold",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "projectile_spread_radius",
            "projectile_minimum_range",
            "melee_range_+",
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_should_face_away_from_target",
            "maintain_projectile_direction_when_using_contact_position",
            "mortar_projectile_scale_animation_speed_instead_of_projectile_speed",
        },
        levels = {
            [1] = {3, 50, 15, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMASandSpitterBarrageDweller"] = {
        name = "MMASandSpitterBarrageDweller",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Attack] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "projectile_spread_radius",
            "melee_range_+",
            "skill_physical_damage_%_to_convert_to_cold",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_should_face_away_from_target",
            "projectile_uses_contact_direction",
            "mortar_projectile_scale_animation_speed_instead_of_projectile_speed",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {50, 10, 15, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 250%
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 4500%
    FamilyMonsterActBoss
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 4500 Max: 4500 Global
  • keyval
    Positioned.force_placementtrue
    ผู้อาศัยใต้บาดาล
    สัตว์ร้าย
    แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 250%
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 4500%
    The Dweller of the Deep
    SpectreN
    Areaเบื้องลึกท่วมน้ำ
    Tagsanimal_claw_weapon, beast, crustacean_beast, extra_small_height, hard_armour, insect, is_unarmed, large_model, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood
    พลังชีวิต
    375%
    ค่าเกราะ
    +25%
    Ailment Threshold
    375%
    ค่าต้านทาน
    85 0 0 0
    Damage
    255%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    0.93 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    300%
    Type
    ShieldCrabBoss
    Metadata
    ShieldCrabBossSlowAura
    เลเวล
    6
    พลังชีวิต
    180
    ค่าเกราะ
    74
    อัตราการหลบหลีก
    166
    Damage
    21
    ความเสียหายเวท
    21
    ความแม่นยำ
    36
    Attack Time
    0.93
    ค่าประสบการณ์
    101
    Minion Life
    90
    Minion Damage
    20
    Ailment Threshold
    180
    Chill
    1
    Shock
    1
    Brittle
    3
    Scorch
    1
    Sap
    2
    MeleeAtAnimationSpeedColdUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 17–25
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 75%
    Attack Time: 0.93 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    สร้างความเสียหาย โจมตี ลดลง อีก 25%
    แปลงความเสียหาย กายภาพ 75% เป็น น้ำแข็ง
    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]
    EASDwellerSummon
    Spell
    โอกาสคริติคอล: 5%
    เวลาร่าย: 1 วินาที
    DwellerGroundSlam
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    ทุบพื้น (Ground Slam)
    Base Damage: 17–25
    โอกาสคริติคอล: 5%
    ความเสียหายโจมตี: 140%
    Attack Time: 0.93 วินาที
    คูลดาวน์: 6 วินาที
    ทำการทุบพื้นด้านหน้าของคุณ สร้างคลื่นพลังที่จะเคลื่อนที่ไปด้านหน้าซึ่งจะสร้างความเสียหายให้กับศัตรูโดยเพิ่มโอกาสสร้างสถานะ สตัน คลื่นพลังนี้จะสร้างความเสียหายเพิ่มขึ้น อีก ต่อศัตรูที่อยู่ใกล้ ต้องใช้กับ ขวาน, กระบอง, คทา, ไม้พลอง หรือ มือเปล่า เท่านั้น
    สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 40%
    รัศมี +1 เมตร
    ลดความยากในการติดสถานะ สตัน ของศัตรู 15%
    สร้างความเสียหาย ปะทะ เพิ่มขึ้น อีก สูงสุด +25% ต่อเป้าหมายระยะใกล้
    active skill area of effect radius +% final [-15]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    StateMachine {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_defeat = "FadeOutMusic( 500 ); PlayGlobalAudio( Audio/Music/Act1_Cave/SubmergedPassage_Resolve.ogg );"
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/slam_cone_small/coral1.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/slam_cone_small/coral2.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/slam_cone_small/coral3.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/slam_cone_small/coral4.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/slam_cone_small/coral5.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/summon_emerge/emerge_01.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/summon_emerge/emerge_02.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/summon_emerge/emerge_03.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act1/crabcoconut/summon_emerge/emerge_04.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ShieldCrabs/ShieldCrabBossSlowAura"] = {
        name = "The Dweller of the Deep",
        life = 3.75,
        fireResist = 85,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.55,
        damageSpread = 0.2,
        attackTime = 0.93,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedColdUnique",
            "EASDwellerSummon",
            "DwellerGroundSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedColdUnique"] = {
        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_physical_damage_%_to_convert_to_cold",
            "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] = {75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASDwellerSummon"] = {
        name = "EASDwellerSummon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {critChance = 5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DwellerGroundSlam"] = {
        name = "Ground Slam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Slams the ground in front of you, creating a wave that travels forward and damages enemies with an increased chance to stun. The wave deals more damage to closer enemies. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_base_radius_+",
            "groundslam_damage_to_close_targets_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {15, 10, 25, -15, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
    FamilyColdDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage ความเสียหาย กายภาพ ธาตุ น้ำแข็ง
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 250%
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 4500%
    FamilyMonsterActBoss
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 4500 Max: 4500 Global
  • ผู้อาศัยใต้บาดาล
    Optional
    บทที่ 1
    ของรางวัล: คัมภีร์บังเกิดสกิล, แต้มพาสซีฟ 1 แต้ม
    ทาร์กเลย์​ได้​ขอ​ให้​คุณ​จัดการ​ผู้​อาศัย​ใต้​บาดาล ปู​ยักษ์​ที่​ซุ่ม​ซ่อน​อยู่​ใน​บาดาล​เบื้อง​ลึก​ด้าน​ล่าง​ทาง​เดิน​จม​น้ำ
    The Dweller of the Deep
    #ชื่อ
    1สังหารผู้อาศัยใต้บาดาล
    ทาร์กเลย์​ได้​ขอ​ให้​คุณ​จัดการ​ผู้​อาศัย​ใต้​บาดาล ปู​ยักษ์​ที่​ซุ่ม​ซ่อน​อยู่​ใน​บาดาล​เบื้อง​ลึก​ด้าน​ล่าง​ทาง​เดิน​จม​น้ำ
  • สังหารผู้อาศัยใต้บาดาล

  • Area: เบื้องลึกท่วมน้ำ
    2สังหารผู้อาศัยใต้บาดาล
    สังหาร​ผู้​อาศัย​ใต้บาดาล ปู​ยักษ์​ที่​ซุ่ม​ซ่อน​อยู่​ใน​เบื้องลึก​ท่วม​น้ำ
  • สังหารผู้อาศัยใต้บาดาล

  • Area: เบื้องลึกท่วมน้ำ
    3พูด​คุย​กับ​ทาร์กเลย์​เพื่อ​รับ​รางวัลของคุณ
    คุณ​ได้​สังหาร​ผู้​อาศัย​ใต้​บาดาล​แล้ว พูด​คุย​กับ​ทาร์กเลย์​เพื่อ​รับ​รางวัล
  • พูด​คุย​กับ​ทาร์กเลย์​เพื่อ​รับ​รางวัลของคุณ

  • Area: ฐานที่มั่นไลออนอาย
    NPC:
  • ทาร์กเลย์ ผู้อาศัยใต้บาดาล: เจ้า​ฆ่า​ไอ้​ปู่​ปู​ยักษ์​นั่น​ได้​เหรอ​? น่า​เสียดาย​ที่​เจ้า​ลาก​มัน​ออก​มา​จาก​ถ้ำ​ให้​เรา​ไม่​ได้ น่า​จะ​ทำ​แกง​อร่อยๆ จาก​มัน​ได้​เยอะ​พอ​สมควร​เลย​ละ ช่าง​มัน​เถอะ เรา​มี​เรื่อง​ให้​กลัว​ความ​มืด​น้อย​ลง​ไป​อีก​หนึ่ง​เรื่อง และ​ข้า​ก็​มี​เรื่อง​ให้​ขอบคุณ​เจ้า​อีก​เรื่อง​เหมือน​กัน
  • 4
    คุณ​ได้​สังหาร​ผู้​อาศัย​ใต้​บาดาล​แล้ว พูด​คุย​กับ​ทาร์กเลย์​เพื่อ​รับ​รางวัล
  • พูด​คุย​กับ​ทาร์กเลย์​เพื่อ​รับ​รางวัลของคุณ

  • Area: ฐานที่มั่นไลออนอาย
    5
    เควสต์เสร็จสิ้น - คุณ​ได้​สังหาร​ผู้​อาศัย​ใต้​บาดาล​แล้ว​และ​รับ​รางวัล​จาก​ทาร์กเลย์​เป็น​คัมภีร์​บังเกิด​สกิล​เล่ม​หนึ่ง​ไป​แล้ว ใช้​มัน​เพื่อ​​รับ {0}
    6เควสต์เสร็จสิ้น
    เควสต์เสร็จสิ้น - คุณ​ได้​สังหาร​ผู้​อาศัย​ใต้​บาดาลและ​​รับ​รางวัล​จาก​ทาร์​ก​เลย์​เป็น {0} ไป​แล้ว
    Edit

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