冻灵
人形
区域: 危岩海滩
获得额外冰霜伤害, 其数值等同于物理伤害的 25%
掉落的物品稀有度提高 15000%
怪物提供的经验值提高 100%
monster casts glacial cascade text [1]
monster casts ice spear text [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Glace
幽魂N
地区危岩海滩
标签施法, cold_affinity, fast_movement, human, humanoid, is_unarmed, light_armour, medium_height, melee, non_unique_map_boss, not_int, not_str, physical_affinity, ranged, red_blood
生命
400%
闪避值
+15%
异常状态临界值
400%
抗性
40 40 40 25
伤害
138%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
4 ~ 12
攻击间隔
1.995 秒
伤害分布
±20%
经验值
180%
Model Size
120%
类型
CannibalMapBossHailrake
Metadata
MapScavengerBossHailrake
等级
68
生命
557,385
护甲
28,790
闪避值
5,450
能量护盾
0
伤害
587
法术伤害
876
命中
290
攻击间隔
1.33665
经验值
101,525
异常状态临界值
351,153
冰缓
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 932–1399
攻击暴击率: 5%
攻击间隔: 1.995 秒
对你的敌人无情痛击。
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]
ScavengerBossIceSpear
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 可齐射
冰矛
攻击暴击率: 7%
施放间隔: 0.85 秒
快速接连射出寒冰碎片,飞行较短距离后变为第二形态,加快飞行速度并能穿透敌人。
造成 736.8 - 1105 冰霜伤害
额外发射 2 个投射物
第二型态的暴击率提高 600%
active skill chill duration +% final [78]
base is projectile [1]
projectile uses contact direction [1]
projectile uses contact position [1]
spell maximum action distance +% [-25]
use scaled contact offset [1]
HailrakeGlacialCascade
法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 物理, 可齐射, 范围法术
冰川之刺
施放间隔: 1.33 秒
从地面的一系列爆发中冒出冰结之刺,每一次都对该区域内的敌人造成伤害。
造成 113.5 - 174.6 物理伤害
造成 209.5 - 318.6 冰霜伤害
施法速度加快 45%
导致 +10 次爆发
active skill area of effect radius +% final [-8]
is area damage [1]
IceNovaOnHitCannibalMaleMapBoss
法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 可齐射, 范围法术, 新星
冰霜新星
攻击暴击率: 5%
施放间隔: 0.8 秒
从施法者散发出一圈寒冰之环。
造成 625.7 - 977.6 冰霜伤害
基础范围为 2.6
active skill area of effect radius +% final [73]
is area damage [1]
monster cast spell % on attack hit [100]
HailrakeArcticArmour
法术, 增益, 图腾技能, 持续时间, 消耗保留, 图腾施放单独, 冰冷, 造成元素状态, 立即, NonHitChill, 冰缓区域, 范围法术, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷却
极地装甲
施放间隔: 1.07 秒
召唤冰霜之盾, 作用期间对击中你的敌人造成冰缓. 移动时造成冰冻地面, 并且静止不移动时受到较少火焰及物理伤害.
基础持续时间为 2
静止时,增益效果使受到的击中物理伤害总降 5%
静止时,增益效果使受到的击中火焰伤害总降 5%

Object Type

version 2
extends "Metadata/Monsters/Cannibal/Cannibal"

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Cannibal/Cannibal"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Scavengers/MapScavengerBossHailrake"] = {
    name = "Glace",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.38,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "IceNovaOnHitCannibalMaleMapBoss",
        "MeleeAtAnimationSpeedUnique",
        "ScavengerBossIceSpear",
        "HailrakeArcticArmour",
        "HailrakeGlacialCascade",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["IceNovaOnHitCannibalMaleMapBoss"] = {
    name = "Ice Nova",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "A circle of ice expands from the caster.",
    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.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_base_area_of_effect_radius",
        "monster_cast_spell_%_on_attack_hit",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.25, 26, 100, 73, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- 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["ScavengerBossIceSpear"] = {
    name = "Ice Spear",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.85,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_chill_duration_+%_final",
        "spell_maximum_action_distance_+%",
        "ice_spear_second_form_critical_strike_chance_+%",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "projectile_uses_contact_direction",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 8, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 2, 78, -25, 600, critChance = 7, levelRequirement = 36, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 2, 78, -25, 600, critChance = 7, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
        [5] = {2, 3, 2, 78, -25, 600, critChance = 7, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HailrakeArcticArmour"] = {
    name = "Arctic Armour",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Totemable] = true,
        [SkillType.Duration] = true,
        [SkillType.HasReservation] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Cold] = true,
        [SkillType.ElementalStatus] = true,
        [SkillType.Instant] = true,
        [SkillType.NonHitChill] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 1.07,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "chill_enemy_when_hit_duration_ms",
        "new_arctic_armour_physical_damage_taken_when_hit_+%_final",
        "new_arctic_armour_fire_damage_taken_when_hit_+%_final",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {500, -5, -5, 2000, levelRequirement = 3, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HailrakeGlacialCascade"] = {
    name = "Glacial Cascade",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
    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.Physical] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.33,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "upheaval_number_of_spikes",
        "base_cast_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.38999998569489, 0.5, 0.72000002861023, 0.91000002622604, 6, 0, -20, levelRequirement = 3, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        [2] = {0.33000001311302, 0.5, 0.60000002384186, 0.91000002622604, 7, 15, 0, -28, levelRequirement = 8, statInterpolation = {3, 3, 3, 3, 1, 1, 1, 1},  cost = { }, },
        [3] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 8, 30, 0, -22, levelRequirement = 42, statInterpolation = {3, 3, 3, 3, 1, 1, 1, 1},  cost = { }, },
        [4] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 9, 40, 0, -14, levelRequirement = 57, statInterpolation = {3, 3, 3, 3, 1, 1, 1, 1},  cost = { }, },
        [5] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 10, 45, 0, -8, levelRequirement = 66, statInterpolation = {3, 3, 3, 3, 1, 1, 1, 1},  cost = { }, },
    },
}
获得额外冰霜伤害, 其数值等同于物理伤害的 25%
IdMonsterImplicitCold1
FamilyColdDamageAsPortionOfDamage
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • physical damage % to add as cold Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    掉落的物品稀有度提高 15000%
    怪物提供的经验值提高 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • monster casts glacial cascade text [1]
    IdMonsterCastsGlacialCascade
    FamilyMonsterCastsGlacialCascadeText
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster casts glacial cascade text Min: 1 Max: 1 全域
  • monster casts ice spear text [1]
    IdMonsterCastsIceSpearText
    FamilyMonsterCastsIceSpearText
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster casts ice spear text Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • 冻灵
    人形
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    掉落的物品稀有度提高 15000%
    怪物提供的经验值提高 100%
    monster casts glacial cascade text [1]
    monster casts ice spear text [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Glace
    幽魂N
    标签施法, cold_affinity, fast_movement, human, humanoid, is_unarmed, light_armour, medium_height, melee, not_int, not_str, physical_affinity, ranged, red_blood, standalone_map_boss
    生命
    400%
    闪避值
    +15%
    异常状态临界值
    400%
    抗性
    40 40 40 25
    伤害
    138%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    4 ~ 12
    攻击间隔
    1.995 秒
    伤害分布
    ±20%
    经验值
    180%
    Model Size
    120%
    类型
    CannibalMapBossHailrake
    Metadata
    MapScavengerBossHailrakeStandalone
    等级
    68
    生命
    557,385
    护甲
    28,790
    闪避值
    5,450
    能量护盾
    0
    伤害
    587
    法术伤害
    876
    命中
    290
    攻击间隔
    1.33665
    经验值
    101,525
    异常状态临界值
    351,153
    冰缓
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    MeleeAtAnimationSpeedUnique
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 932–1399
    攻击暴击率: 5%
    攻击间隔: 1.995 秒
    对你的敌人无情痛击。
    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]
    ScavengerBossIceSpear
    法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 可齐射
    冰矛
    攻击暴击率: 7%
    施放间隔: 0.85 秒
    快速接连射出寒冰碎片,飞行较短距离后变为第二形态,加快飞行速度并能穿透敌人。
    造成 736.8 - 1105 冰霜伤害
    额外发射 2 个投射物
    第二型态的暴击率提高 600%
    active skill chill duration +% final [78]
    base is projectile [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-25]
    use scaled contact offset [1]
    HailrakeGlacialCascade
    法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 物理, 可齐射, 范围法术
    冰川之刺
    施放间隔: 1.33 秒
    从地面的一系列爆发中冒出冰结之刺,每一次都对该区域内的敌人造成伤害。
    造成 113.5 - 174.6 物理伤害
    造成 209.5 - 318.6 冰霜伤害
    施法速度加快 45%
    导致 +10 次爆发
    active skill area of effect radius +% final [-8]
    is area damage [1]
    IceNovaOnHitCannibalMaleMapBoss
    法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 可齐射, 范围法术, 新星
    冰霜新星
    攻击暴击率: 5%
    施放间隔: 0.8 秒
    从施法者散发出一圈寒冰之环。
    造成 625.7 - 977.6 冰霜伤害
    基础范围为 2.6
    active skill area of effect radius +% final [73]
    is area damage [1]
    monster cast spell % on attack hit [100]
    HailrakeArcticArmour
    法术, 增益, 图腾技能, 持续时间, 消耗保留, 图腾施放单独, 冰冷, 造成元素状态, 立即, NonHitChill, 冰缓区域, 范围法术, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷却
    极地装甲
    施放间隔: 1.07 秒
    召唤冰霜之盾, 作用期间对击中你的敌人造成冰缓. 移动时造成冰冻地面, 并且静止不移动时受到较少火焰及物理伤害.
    基础持续时间为 2
    静止时,增益效果使受到的击中物理伤害总降 5%
    静止时,增益效果使受到的击中火焰伤害总降 5%

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Cannibal/Cannibal"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Scavengers/MapScavengerBossHailrakeStandalone"] = {
        name = "Glace",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.38,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "IceNovaOnHitCannibalMaleMapBoss",
            "MeleeAtAnimationSpeedUnique",
            "ScavengerBossIceSpear",
            "HailrakeArcticArmour",
            "HailrakeGlacialCascade",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IceNovaOnHitCannibalMaleMapBoss"] = {
        name = "Ice Nova",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "A circle of ice expands from the caster.",
        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.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_base_area_of_effect_radius",
            "monster_cast_spell_%_on_attack_hit",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.25, 26, 100, 73, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- 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["ScavengerBossIceSpear"] = {
        name = "Ice Spear",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_chill_duration_+%_final",
            "spell_maximum_action_distance_+%",
            "ice_spear_second_form_critical_strike_chance_+%",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "projectile_uses_contact_direction",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 78, -25, 600, critChance = 7, levelRequirement = 8, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 2, 78, -25, 600, critChance = 7, levelRequirement = 36, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 2, 78, -25, 600, critChance = 7, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {2, 3, 2, 78, -25, 600, critChance = 7, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HailrakeArcticArmour"] = {
        name = "Arctic Armour",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Totemable] = true,
            [SkillType.Duration] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Cold] = true,
            [SkillType.ElementalStatus] = true,
            [SkillType.Instant] = true,
            [SkillType.NonHitChill] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 1.07,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "chill_enemy_when_hit_duration_ms",
            "new_arctic_armour_physical_damage_taken_when_hit_+%_final",
            "new_arctic_armour_fire_damage_taken_when_hit_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {500, -5, -5, 2000, levelRequirement = 3, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HailrakeGlacialCascade"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        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.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "upheaval_number_of_spikes",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.38999998569489, 0.5, 0.72000002861023, 0.91000002622604, 6, 0, -20, levelRequirement = 3, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
            [2] = {0.33000001311302, 0.5, 0.60000002384186, 0.91000002622604, 7, 15, 0, -28, levelRequirement = 8, statInterpolation = {3, 3, 3, 3, 1, 1, 1, 1},  cost = { }, },
            [3] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 8, 30, 0, -22, levelRequirement = 42, statInterpolation = {3, 3, 3, 3, 1, 1, 1, 1},  cost = { }, },
            [4] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 9, 40, 0, -14, levelRequirement = 57, statInterpolation = {3, 3, 3, 3, 1, 1, 1, 1},  cost = { }, },
            [5] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 10, 45, 0, -8, levelRequirement = 66, statInterpolation = {3, 3, 3, 3, 1, 1, 1, 1},  cost = { }, },
        },
    }
    
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    IdMonsterImplicitCold1
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    掉落的物品稀有度提高 15000%
    怪物提供的经验值提高 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • monster casts glacial cascade text [1]
    IdMonsterCastsGlacialCascade
    FamilyMonsterCastsGlacialCascadeText
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster casts glacial cascade text Min: 1 Max: 1 全域
  • monster casts ice spear text [1]
    IdMonsterCastsIceSpearText
    FamilyMonsterCastsIceSpearText
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster casts ice spear text Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • 冻灵
    人形
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    掉落的物品稀有度提高 15000%
    怪物提供的经验值提高 100%
    monster casts glacial cascade text [1]
    monster casts ice spear text [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Glace
    幽魂N
    标签elder_map_boss, fast_movement, human, humanoid, is_unarmed, light_armour, medium_height, non_attacking, not_int, not_str, red_blood
    生命
    400%
    闪避值
    +15%
    异常状态临界值
    400%
    抗性
    40 40 40 25
    伤害
    138%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    4 ~ 12
    攻击间隔
    1.995 秒
    伤害分布
    ±20%
    经验值
    180%
    Model Size
    120%
    类型
    CannibalMapBossHailrake
    Metadata
    MapScavengerBossHailrakeElder

    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
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Scavengers/MapScavengerBossHailrakeElder"] = {
        name = "Glace",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.38,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 12,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    获得额外冰霜伤害, 其数值等同于物理伤害的 25%
    IdMonsterImplicitCold1
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    掉落的物品稀有度提高 15000%
    怪物提供的经验值提高 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • monster casts glacial cascade text [1]
    IdMonsterCastsGlacialCascade
    FamilyMonsterCastsGlacialCascadeText
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster casts glacial cascade text Min: 1 Max: 1 全域
  • monster casts ice spear text [1]
    IdMonsterCastsIceSpearText
    FamilyMonsterCastsIceSpearText
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster casts ice spear text Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • Edit

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