แอชิออค ธารน้ำแข็ง
หุ่นกล
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Achioc, the Glacier
SpectreN
Tagsนักเวท, cold_affinity, construct, has_bow, immobile, large_height, large_model, mud_blood, not_dex, not_int, ranged, stone_armour
พลังชีวิต
1200%
เกราะ
+100%
Ailment Threshold
1200%
ค่าต้านทาน
40 40 40 25
Damage
138%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 120
Attack Time
1.5 Second
Damage Spread
±0%
ค่าประสบการณ์
300%
Model Size
160%
Type
MonsterTotemMapMidBossLegends
Metadata
MapTotemBossLegends1
เลเวล
68
พลังชีวิต
1,672,156
เกราะ
57,580
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
587
ความเสียหายเวท
876
ความแม่นยำ
290
Attack Time
1.005
ค่าประสบการณ์
169,208
Ailment Threshold
1,053,458
Chill
3,331
Shock
3,331
Brittle
18,845
Scorch
3,331
Sap
9,203
MonsterArcticBreathLegendsMulti
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
น้ำแข็งคืบคลาน (Creeping Frost)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.8 วินาที
ยิงกระสุนน้ำแข็งที่จะระเบิดเมื่อกระทบหรือถึงพื้นที่เป้าหมาย สร้างความเสียหาย พื้นที่ และสร้าง พื้นที่หนาวเย็น ที่สร้างความเสียหาย น้ำแข็ง ต่อเนื่อง ให้กับศัตรูที่อยู่บนพื้นที่ พื้นที่นี้จะค่อยๆ คืบคลานเข้าหาศัตรูที่อยู่ใกล้จนกว่าระยะเวลาของมันจะหมดลง
MonsterFrostWallLegends
Spell, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Cascadable, Cooldown
กำแพงน้ำแข็ง (Frost Wall)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.5 วินาที
คูลดาวน์: 9 วินาที
สร้างกำแพงน้ำแข็งซึ่งกั้นศัตรูเอาไว้ เป้าหมายภายใต้กำแพงจะได้รับความเสียหายและถูกดันออกไป
MonsterArcticBreathLegends
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
น้ำแข็งคืบคลาน (Creeping Frost)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.8 วินาที
ยิงกระสุนน้ำแข็งที่จะระเบิดเมื่อกระทบหรือถึงพื้นที่เป้าหมาย สร้างความเสียหาย พื้นที่ และสร้าง พื้นที่หนาวเย็น ที่สร้างความเสียหาย น้ำแข็ง ต่อเนื่อง ให้กับศัตรูที่อยู่บนพื้นที่ พื้นที่นี้จะค่อยๆ คืบคลานเข้าหาศัตรูที่อยู่ใกล้จนกว่าระยะเวลาของมันจะหมดลง

Object Type

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"

Actor
{
	main_hand_unarmed_type = "Bow"
}

Stats
{
	set_immune_to_curses = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/MonsterTotem"

Render
{
	has_light = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/olmec_totem/MapTotemBossLegends1"] = {
    name = "Achioc, the Glacier",
    life = 12,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.38,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 120,
    accuracy = 1,
    skillList = {
        "MonsterFrostWallLegends",
        "MonsterArcticBreathLegends",
        "MonsterArcticBreathLegendsMulti",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterFrostWallLegends"] = {
    name = "Frost Wall",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates a wall of ice which holds back enemies. Targets under the wall are damaged and pushed back.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.Cascadable] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_skill_effect_duration",
        "wall_expand_delay_ms",
        "wall_maximum_length",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4000, 400, 80, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterArcticBreathLegends"] = {
    name = "Creeping Frost",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Duration] = true,
        [SkillType.Area] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_skill_effect_duration",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "always_pierce",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1500, 25, 1, 15, 15, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterArcticBreathLegendsMulti"] = {
    name = "Creeping Frost",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Duration] = true,
        [SkillType.Area] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_skill_effect_duration",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "projectile_base_number_of_targets_to_pierce",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1500, 25, 3, 1, 15, 15, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
    },
}
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 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 [-20]
    IdMonsterDamageVersusPlayerMinions20
    FamilyMonsterDamageVersusMinions
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 Global
  • Craft Tagsdamage
    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
  • แอชิออค ธารน้ำแข็ง
    หุ่นกล
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    monster penalty against minions damage +% final vs player minions [-20]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    ลดความเร็วในการร่าย 40%
    ลดความเร็วในการโจมตี 40%
    Achioc, the Glacier
    SpectreN
    Tagsนักเวท, cold_affinity, construct, has_bow, immobile, large_model, medium_height, mud_blood, not_dex, not_int, stone_armour
    พลังชีวิต
    320%
    เกราะ
    +80%
    Ailment Threshold
    250%
    ค่าต้านทาน
    40 40 40 25
    Damage
    100%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 120
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    ค่าประสบการณ์
    100%
    Model Size
    125%
    Type
    MonsterTotemMapSubBossLegends
    Metadata
    MapTotemBossLegends1summoned
    เลเวล
    68
    พลังชีวิต
    445,908
    เกราะ
    51,822
    การหลบหลีก
    4,739
    โล่พลังงาน
    0
    Damage
    425
    ความเสียหายเวท
    635
    ความแม่นยำ
    290
    Attack Time
    1.005
    ค่าประสบการณ์
    56,403
    Ailment Threshold
    219,471
    Chill
    694
    Shock
    694
    Brittle
    3,926
    Scorch
    694
    Sap
    1,917
    MonsterArcticBreathLegends
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
    น้ำแข็งคืบคลาน (Creeping Frost)
    โอกาสคริติคอล: 5%
    เวลาร่าย: 0.8 วินาที
    ยิงกระสุนน้ำแข็งที่จะระเบิดเมื่อกระทบหรือถึงพื้นที่เป้าหมาย สร้างความเสียหาย พื้นที่ และสร้าง พื้นที่หนาวเย็น ที่สร้างความเสียหาย น้ำแข็ง ต่อเนื่อง ให้กับศัตรูที่อยู่บนพื้นที่ พื้นที่นี้จะค่อยๆ คืบคลานเข้าหาศัตรูที่อยู่ใกล้จนกว่าระยะเวลาของมันจะหมดลง

    Object Type

    version 2
    extends "Metadata/Monsters/Totems/MonsterTotem"
    
    Stats
    {
    	set_item_drop_slots = 0
    	set_monster_no_drops_or_experience = 1
    	set_immune_to_curses = 0
    }
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Totems/MonsterTotem"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Totems/olmec_totem/MapTotemBossLegends1summoned"] = {
        name = "Achioc, the Glacier",
        life = 3.2,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 120,
        accuracy = 1,
        skillList = {
            "MonsterArcticBreathLegends",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterArcticBreathLegends"] = {
        name = "Creeping Frost",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Duration] = true,
            [SkillType.Area] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "base_projectile_speed_+%",
            "number_of_additional_projectiles",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "always_pierce",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1500, 25, 1, 15, 15, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 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 [-20]
    IdMonsterDamageVersusPlayerMinions20
    FamilyMonsterDamageVersusMinions
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 Global
  • Craft Tagsdamage
    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
  • ลดความเร็วในการร่าย 40%
    IdMonsterCastSpeedLegends1
    FamilyIncreasedCastSpeed
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base cast speed +% Min: -40 Max: -40 Global
  • Adds Tagshas_caster_mod
    Craft Tagscaster speed
    ลดความเร็วในการโจมตี 40%
    IdMonsterSlowerAttackLegends1
    FamilyIncreasedAttackSpeed
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • attack speed +% Min: -40 Max: -40 Global
  • Craft Tagsattack speed
    Edit

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