冬之碎片
生物
地區: 危機水道
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
陷阱投擲後 +7 秒不會被傷害
地雷投擲後 +7 秒不會被傷害
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Fragment of Winter
幽魂N
地區危機水道
標籤法術, cold_affinity, construct, extra_large_height, hard_armour, is_unarmed, large_model, medium_movement, melee, non_unique_map_boss, not_dex, not_str, physical_affinity, ranged, slashing_weapon, water
生命
400%
生命轉為護盾
100%
異常狀態臨界值
400%
抗性
40 40 40 25
傷害
330%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.65 秒
傷害分佈
±20%
經驗值
200%
Model Size
180%
類型
IceElementalMapBoss
Metadata
IceElementalMapBoss
等級
73
生命
1,580,156
護甲
42,661
閃避
5,633
能量護盾
8,348
傷害
1,893
法術傷害
2,825
命中
352
攻擊間隔
1.1055
經驗值
125,268
異常狀態臨界值
869,086
冰緩
2,748
感電
2,748
易碎
15,547
焦灼
2,748
殘喘
7,592
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 3006–4509
暴擊率: 5%
攻擊間隔: 1.65 秒
用強大的攻擊擊倒敵人。
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]
IceElementalMapBossSpear
投射物, 玩家投射物, 法術, 陷阱技能, 圖騰技能, 可觸發
冰元素尖矛
施放時間: 1 秒
造成 335.2502.8 冰冷傷害
投射物穿透全部目標
25% 機率冰凍敵人
base is projectile [1]
monster reverse point blank damage -% at minimum range [25]
IceElementalMapBossColdThorns
法術, 增益, 持續時間
施放時間: 1 秒
冷卻時間: 12 秒
不會被致盲
+6 秒基礎持續時間
減少 200% 承受傷害
maximum cold damage to return when hit [529.5]
minimum cold damage to return when hit [353]
IceElementalMapBossIceTrap
法術, 持續時間, 傷害, 地雷技能, 範圍, 陷阱, DoT, 冰冷, 範圍法術
暴擊率: 5%
施放時間: 1 秒
冷卻時間: 3 秒
造成 647.9971.8 冰冷傷害
陷阱持續 +7
+12 秒基礎持續時間
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
trap variation [4]
SummonIceElementalsMapBoss
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1 秒
冷卻時間: 10 秒
alternate minion [19]
number of monsters to summon [10]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
SummonIceElementalsMagicMapBoss
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1 秒
冷卻時間: 14 秒
alternate minion [32]
number of monsters to summon [6]
summoned monster rarity [1]
summoned monsters are minions [1]
SummonIceElementalsRareMapBoss
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1 秒
冷卻時間: 14 秒
alternate minion [32]
number of monsters to summon [3]
summoned monster rarity [2]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

BaseEvents { }

Actor
{
	basic_action = "Emerge"
}

Life
{
	corpse_usable = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.5
	fade_arrows = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/IceElemental/IceElementalMapBoss"] = {
    name = "Fragment of Winter",
    life = 4,
    energyShield = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 3.3,
    damageSpread = 0.2,
    attackTime = 1.65,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "IceElementalMapBossIceTrap",
        "IceElementalMapBossColdThorns",
        "SummonIceElementalsMapBoss",
        "SummonIceElementalsMagicMapBoss",
        "SummonIceElementalsRareMapBoss",
        "IceElementalMapBossSpear",
    },
    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["IceElementalMapBossIceTrap"] = {
    name = "IceElementalMapBossIceTrap",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.Mineable] = true,
        [SkillType.Area] = true,
        [SkillType.Trapped] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Cold] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_trap_duration",
        "base_skill_effect_duration",
        "trap_variation",
        "is_area_damage",
        "base_skill_is_trapped",
        "is_trap",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 7000, 12000, 4, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IceElementalMapBossColdThorns"] = {
    name = "IceElementalMapBossColdThorns",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "minimum_cold_damage_to_return_when_hit",
        "maximum_cold_damage_to_return_when_hit",
        "base_damage_taken_+%",
        "base_skill_effect_duration",
        "cannot_be_blinded",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -200, 6000, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonIceElementalsMapBoss"] = {
    name = "SummonIceElementalsMapBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
    },
    levels = {
        [1] = {10, 19, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonIceElementalsMagicMapBoss"] = {
    name = "SummonIceElementalsMagicMapBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "summoned_monster_rarity",
        "alternate_minion",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {6, 1, 32, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonIceElementalsRareMapBoss"] = {
    name = "SummonIceElementalsRareMapBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "summoned_monster_rarity",
        "alternate_minion",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {3, 2, 32, levelRequirement = 68, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IceElementalMapBossSpear"] = {
    name = "Ice Elemental Spear",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "base_chance_to_freeze_%",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 25, 25, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
    },
}
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
IdMonsterMapBoss
FamilyMonsterMapBoss
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • 陷阱投擲後 +7 秒不會被傷害
    地雷投擲後 +7 秒不會被傷害
    IdMonsterImplicitTrapsInvulnerable2
    FamilyMonsterTrapsInvulnerable
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 7000 Max: 7000 全域
  • traps invulnerable for duration ms Min: 7000 Max: 7000 全域
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 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 全域
  • 冬之碎片
    生物
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    陷阱投擲後 +7 秒不會被傷害
    地雷投擲後 +7 秒不會被傷害
    kill traps mines and totems on death [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Fragment of Winter
    幽魂N
    標籤法術, cold_affinity, construct, extra_large_height, hard_armour, is_unarmed, large_model, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, slashing_weapon, standalone_map_boss, water
    生命
    400%
    生命轉為護盾
    100%
    異常狀態臨界值
    400%
    抗性
    40 40 40 25
    傷害
    330%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.65 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    180%
    類型
    IceElementalMapBoss
    Metadata
    IceElementalMapBossStandalone
    等級
    68
    生命
    557,385
    護甲
    28,790
    閃避
    4,739
    能量護盾
    6,127
    傷害
    1,404
    法術傷害
    2,096
    命中
    290
    攻擊間隔
    1.1055
    經驗值
    112,805
    異常狀態臨界值
    351,153
    冰緩
    1,110
    感電
    1,110
    易碎
    6,282
    焦灼
    1,110
    殘喘
    3,068
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 2230–3345
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    用強大的攻擊擊倒敵人。
    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]
    IceElementalMapBossSpear
    投射物, 玩家投射物, 法術, 陷阱技能, 圖騰技能, 可觸發
    冰元素尖矛
    施放時間: 1 秒
    造成 286.3429.5 冰冷傷害
    投射物穿透全部目標
    25% 機率冰凍敵人
    base is projectile [1]
    monster reverse point blank damage -% at minimum range [25]
    IceElementalMapBossColdThorns
    法術, 增益, 持續時間
    施放時間: 1 秒
    冷卻時間: 12 秒
    不會被致盲
    +6 秒基礎持續時間
    減少 200% 承受傷害
    maximum cold damage to return when hit [439.4]
    minimum cold damage to return when hit [293]
    IceElementalMapBossIceTrap
    法術, 持續時間, 傷害, 地雷技能, 範圍, 陷阱, DoT, 冰冷, 範圍法術
    暴擊率: 5%
    施放時間: 1 秒
    冷卻時間: 3 秒
    造成 484.1726.2 冰冷傷害
    陷阱持續 +7
    +12 秒基礎持續時間
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    trap variation [4]
    SummonIceElementalsMapBoss
    法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
    施放時間: 1 秒
    冷卻時間: 10 秒
    alternate minion [19]
    number of monsters to summon [10]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    SummonIceElementalsMagicMapBossStandalone
    法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
    施放時間: 1 秒
    冷卻時間: 14 秒
    alternate minion [32]
    number of monsters to summon [6]
    summoned monster rarity [1]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    SummonIceElementalsRareMapBossStandalone
    法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
    施放時間: 1 秒
    冷卻時間: 14 秒
    alternate minion [32]
    number of monsters to summon [3]
    summoned monster rarity [2]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/IceElemental/IceElementalMapBossStandalone"] = {
        name = "Fragment of Winter",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 3.3,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "IceElementalMapBossIceTrap",
            "IceElementalMapBossColdThorns",
            "SummonIceElementalsMapBoss",
            "SummonIceElementalsMagicMapBossStandalone",
            "SummonIceElementalsRareMapBossStandalone",
            "IceElementalMapBossSpear",
        },
        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["IceElementalMapBossIceTrap"] = {
        name = "IceElementalMapBossIceTrap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Cold] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_trap_duration",
            "base_skill_effect_duration",
            "trap_variation",
            "is_area_damage",
            "base_skill_is_trapped",
            "is_trap",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 7000, 12000, 4, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IceElementalMapBossColdThorns"] = {
        name = "IceElementalMapBossColdThorns",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "minimum_cold_damage_to_return_when_hit",
            "maximum_cold_damage_to_return_when_hit",
            "base_damage_taken_+%",
            "base_skill_effect_duration",
            "cannot_be_blinded",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -200, 6000, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonIceElementalsMapBoss"] = {
        name = "SummonIceElementalsMapBoss",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {10, 19, levelRequirement = 68, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonIceElementalsMagicMapBossStandalone"] = {
        name = "SummonIceElementalsMagicMapBossStandalone",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summoned_monster_rarity",
            "alternate_minion",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {6, 1, 32, levelRequirement = 68, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonIceElementalsRareMapBossStandalone"] = {
        name = "SummonIceElementalsRareMapBossStandalone",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summoned_monster_rarity",
            "alternate_minion",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {3, 2, 32, levelRequirement = 68, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IceElementalMapBossSpear"] = {
        name = "Ice Elemental Spear",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_chance_to_freeze_%",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 25, 25, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • 陷阱投擲後 +7 秒不會被傷害
    地雷投擲後 +7 秒不會被傷害
    IdMonsterImplicitTrapsInvulnerable2
    FamilyMonsterTrapsInvulnerable
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 7000 Max: 7000 全域
  • traps invulnerable for duration ms Min: 7000 Max: 7000 全域
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 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 全域
  • 冬之碎片
    生物
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    陷阱投擲後 +7 秒不會被傷害
    地雷投擲後 +7 秒不會被傷害
    kill traps mines and totems on death [1]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Fragment of Winter
    幽魂N
    標籤construct, elder_map_boss, extra_large_height, hard_armour, is_unarmed, large_model, medium_movement, non_attacking, not_dex, not_str, slashing_weapon, water
    生命
    400%
    生命轉為護盾
    100%
    異常狀態臨界值
    400%
    抗性
    40 40 40 25
    傷害
    330%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.65 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    180%
    類型
    IceElementalMapBoss
    Metadata
    IceElementalMapBossElder

    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/IceElemental/IceElementalMapBossElder"] = {
        name = "Fragment of Winter",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 3.3,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • 陷阱投擲後 +7 秒不會被傷害
    地雷投擲後 +7 秒不會被傷害
    IdMonsterImplicitTrapsInvulnerable2
    FamilyMonsterTrapsInvulnerable
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 7000 Max: 7000 全域
  • traps invulnerable for duration ms Min: 7000 Max: 7000 全域
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death 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.