Undying Patrician CityStalkerArmouredBlueSnap

Undying Patrician
ขนาดของกองมอนสเตอร์: 4-11 ตัว
ปีศาจไร้มรณา
ใช้ ดีดนิ้วน้ำแข็ง (Cold Snap)
SpectreY
Areaสวนเหนือปฐพี, โรงอาบน้ำ, ห้องทดลองนิรันดร, ที่ซ่อน Luxurious
Tagsนักเวท, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, undying
Packs
  • สวนเหนือปฐพี: Undying Patrician, Undying Patrician
  • โรงอาบน้ำ: Undying Patrician, Undying Patrician
  • ห้องทดลองนิรันดร: Undying Initiate, Undying Patrician, Undying Initiate, Undying Patrician
  • Undying Initiate, Undying Patrician, Undying Initiate, Undying Patrician
  • พลังชีวิต
    110%
    เกราะ
    +50%
    การหลบหลีก
    +10%
    Ailment Threshold
    110%
    ค่าต้านทาน
    20 20 20 0
    Damage
    125%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    115%
    Type
    CityStalkerArmour2
    Metadata
    CityStalkerMaleArmourColdSnap
    เลเวล
    68
    พลังชีวิต
    7,077
    เกราะ
    43,185
    การหลบหลีก
    5,213
    โล่พลังงาน
    0
    Damage
    467
    ความเสียหายเวท
    467
    ความแม่นยำ
    290
    Attack Time
    1.245
    ค่าประสบการณ์
    10,255
    Ailment Threshold
    7,077
    Chill
    22
    Shock
    22
    Brittle
    127
    Scorch
    22
    Sap
    62
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 374–560
    โอกาสคริติคอล: 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]
    CityStalkerColdSnap
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Cascadable, AreaSpell
    ดีดนิ้วน้ำแข็ง (Cold Snap)
    โอกาสคริติคอล: 4%
    เวลาร่าย: 0.85 วินาที
    คูลดาวน์: 3 วินาที
    เกล็ดน้ำแข็งพุ่งออกมาจากพื้นในตำแหน่งเป้าหมาย มอนสเตอร์ในพื้นที่นี้ได้รับความเสียหายและถูกแช่แข็ง และคุณสามารถข้ามคูลดาวน์ด้วยการใช้ Power Charge 1 ลูก
    สร้างความเสียหาย น้ำแข็ง 397.6 ถึง 596.3
    active skill chill duration +% final [10]
    is area damage [1]
    spell maximum action distance +% [-50]

    Object Type

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerMaleArmourColdSnap"] = {
        name = "Undying Patrician",
        life = 1.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "CityStalkerColdSnap",
        },
        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["CityStalkerColdSnap"] = {
        name = "Cold Snap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Ice crystals protrude from the ground at target location. Monsters in this area take damage and become frozen. The cooldown can be bypassed by expending a Power Charge.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_chill_duration_+%_final",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, -50, critChance = 4, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 10, -50, critChance = 4, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Undying Patrician
    ปีศาจ
    SpectreY
    Tagsนักเวท, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_movement, melee, not_int, physical_affinity, red_blood, undying
    Packs
  • Stinking Undying, Undying Untouchable, Undying Degenerate, Undying Initiate, Undying Patrician, Undying Initiate, Undying Patrician, Stinking Undying, Undying Degenerate, Undying Worker
  • พลังชีวิต
    110%
    เกราะ
    +50%
    การหลบหลีก
    +10%
    Ailment Threshold
    110%
    ค่าต้านทาน
    20 20 20 0
    Damage
    125%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    115%
    Type
    CityStalkerArmour2
    Metadata
    CityStalkerMaleArmourColdSnapHellscape
    เลเวล
    68
    พลังชีวิต
    7,077
    เกราะ
    43,185
    การหลบหลีก
    5,213
    โล่พลังงาน
    0
    Damage
    467
    ความเสียหายเวท
    467
    ความแม่นยำ
    290
    Attack Time
    1.245
    ค่าประสบการณ์
    10,255
    Ailment Threshold
    7,077
    Chill
    22
    Shock
    22
    Brittle
    127
    Scorch
    22
    Sap
    62
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 374–560
    โอกาสคริติคอล: 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]
    CityStalkerColdSnap
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Cascadable, AreaSpell
    ดีดนิ้วน้ำแข็ง (Cold Snap)
    โอกาสคริติคอล: 4%
    เวลาร่าย: 0.85 วินาที
    คูลดาวน์: 3 วินาที
    เกล็ดน้ำแข็งพุ่งออกมาจากพื้นในตำแหน่งเป้าหมาย มอนสเตอร์ในพื้นที่นี้ได้รับความเสียหายและถูกแช่แข็ง และคุณสามารถข้ามคูลดาวน์ด้วยการใช้ Power Charge 1 ลูก
    สร้างความเสียหาย น้ำแข็ง 397.6 ถึง 596.3
    active skill chill duration +% final [10]
    is area damage [1]
    spell maximum action distance +% [-50]

    Object Type

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerMaleArmourColdSnapHellscape"] = {
        name = "Undying Patrician",
        life = 1.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "CityStalkerColdSnap",
        },
        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["CityStalkerColdSnap"] = {
        name = "Cold Snap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Ice crystals protrude from the ground at target location. Monsters in this area take damage and become frozen. The cooldown can be bypassed by expending a Power Charge.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_chill_duration_+%_final",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, -50, critChance = 4, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 10, -50, critChance = 4, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    SpectreY
    Areaสวนเหนือปฐพี, โรงอาบน้ำ, ห้องทดลองนิรันดร
    Tagsนักเวท, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, undying
    Packs
  • สวนเหนือปฐพี: Undying Patrician, Undying Patrician
  • โรงอาบน้ำ: Undying Patrician, Undying Patrician
  • ห้องทดลองนิรันดร: Undying Initiate, Undying Patrician, Undying Initiate, Undying Patrician
  • Undying Initiate, Undying Patrician, Undying Initiate, Undying Patrician
  • พลังชีวิต
    110%
    เกราะ
    +50%
    การหลบหลีก
    +10%
    Ailment Threshold
    110%
    ค่าต้านทาน
    20 20 20 0
    Damage
    125%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    115%
    Type
    CityStalkerArmour2
    Metadata
    CityStalkerFemaleArmourColdSnap
    เลเวล
    68
    พลังชีวิต
    7,077
    เกราะ
    43,185
    การหลบหลีก
    5,213
    โล่พลังงาน
    0
    Damage
    467
    ความเสียหายเวท
    467
    ความแม่นยำ
    290
    Attack Time
    1.245
    ค่าประสบการณ์
    10,255
    Ailment Threshold
    7,077
    Chill
    22
    Shock
    22
    Brittle
    127
    Scorch
    22
    Sap
    62
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 374–560
    โอกาสคริติคอล: 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]
    MonsterColdSnap
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Cascadable, AreaSpell
    ดีดนิ้วน้ำแข็ง (Cold Snap)
    โอกาสคริติคอล: 4%
    ประสิทธิภาพการเสริมความเสียหาย: 120%
    เวลาร่าย: 1.07 วินาที
    คูลดาวน์: 6 วินาที
    เกล็ดน้ำแข็งพุ่งออกมาจากพื้นในตำแหน่งเป้าหมาย มอนสเตอร์ในพื้นที่นี้ได้รับความเสียหายและถูกแช่แข็ง และคุณสามารถข้ามคูลดาวน์ด้วยการใช้ Power Charge 1 ลูก
    สร้างความเสียหาย น้ำแข็ง 2495 ถึง 3736
    มีโอกาสสร้างสถานะ แช่แข็ง ต่อศัตรู 10%
    is area damage [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerFemaleArmourColdSnap"] = {
        name = "Undying Patrician",
        life = 1.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterColdSnap",
        },
        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["MonsterColdSnap"] = {
        name = "Cold Snap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Ice crystals protrude from the ground at target location. Monsters in this area take damage and become frozen. The cooldown can be bypassed by expending a Power Charge.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.07,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_chance_to_freeze_%",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 8, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 12, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 16, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 23, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 27, statInterpolation = {3, 3},  cost = { }, },
            [8] = {4.4200000762939, 6.6199998855591, 10, -60, critChance = 4, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Undying Patrician
    ปีศาจ
    SpectreY
    Tagsนักเวท, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, medium_movement, melee, not_int, physical_affinity, red_blood, undying
    Packs
  • Stinking Undying, Undying Untouchable, Undying Degenerate, Undying Initiate, Undying Patrician, Undying Initiate, Undying Patrician, Stinking Undying, Undying Degenerate, Undying Worker
  • พลังชีวิต
    110%
    เกราะ
    +50%
    การหลบหลีก
    +10%
    Ailment Threshold
    110%
    ค่าต้านทาน
    20 20 20 0
    Damage
    125%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    100%
    Model Size
    115%
    Type
    CityStalkerArmour2
    Metadata
    CityStalkerFemaleArmourColdSnapHellscape
    เลเวล
    68
    พลังชีวิต
    7,077
    เกราะ
    43,185
    การหลบหลีก
    5,213
    โล่พลังงาน
    0
    Damage
    467
    ความเสียหายเวท
    467
    ความแม่นยำ
    290
    Attack Time
    1.245
    ค่าประสบการณ์
    10,255
    Ailment Threshold
    7,077
    Chill
    22
    Shock
    22
    Brittle
    127
    Scorch
    22
    Sap
    62
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 374–560
    โอกาสคริติคอล: 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]
    MonsterColdSnap
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Cascadable, AreaSpell
    ดีดนิ้วน้ำแข็ง (Cold Snap)
    โอกาสคริติคอล: 4%
    ประสิทธิภาพการเสริมความเสียหาย: 120%
    เวลาร่าย: 1.07 วินาที
    คูลดาวน์: 6 วินาที
    เกล็ดน้ำแข็งพุ่งออกมาจากพื้นในตำแหน่งเป้าหมาย มอนสเตอร์ในพื้นที่นี้ได้รับความเสียหายและถูกแช่แข็ง และคุณสามารถข้ามคูลดาวน์ด้วยการใช้ Power Charge 1 ลูก
    สร้างความเสียหาย น้ำแข็ง 2495 ถึง 3736
    มีโอกาสสร้างสถานะ แช่แข็ง ต่อศัตรู 10%
    is area damage [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerFemaleArmourColdSnapHellscape"] = {
        name = "Undying Patrician",
        life = 1.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterColdSnap",
        },
        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["MonsterColdSnap"] = {
        name = "Cold Snap",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Ice crystals protrude from the ground at target location. Monsters in this area take damage and become frozen. The cooldown can be bypassed by expending a Power Charge.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.07,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_chance_to_freeze_%",
            "spell_maximum_action_distance_+%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 8, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 12, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 16, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 23, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 10, -60, critChance = 4, levelRequirement = 27, statInterpolation = {3, 3},  cost = { }, },
            [8] = {4.4200000762939, 6.6199998855591, 10, -60, critChance = 4, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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