怒火將軍
野獸
Lieutenant of Rage
幽魂N
標籤beast, bludgeoning_weapon, cold_affinity, flesh_armour, gladiator, has_one_hand_mace, has_one_handed_melee, large_model, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood
生命
450%
護甲
+100%
異常狀態臨界值
450%
抗性
0 85 0 0
傷害
225%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
150%
Model Size
100%
類型
LabyrinthLieutenantBullBoss
Metadata
LabyrinthLieutenantBull
等級
68
生命
28,950
護甲
57,580
閃避
4,739
能量護盾
0
傷害
840
法術傷害
840
命中
290
攻擊間隔
1.5
經驗值
15,383
異常狀態臨界值
28,950
冰緩
92
感電
92
易碎
518
焦灼
92
殘喘
253
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 672–1009
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]
LabyrinthBullLieutenantIceCrash
攻擊, 範圍, 近戰, 冰冷, 攻擊可重複, Slam, 圖騰技能
寒冰衝擊
基本傷害: 672–1009
暴擊率: 5%
攻擊傷害: 210%
攻擊傷害: 210%
攻擊間隔: 1.5 秒
冷卻時間: 25 秒
猛擊地面,在影響範圍內的敵人造成三個階段的傷害,範圍逐漸增大。敵人在第二和第三階段受到稍微較少的傷害,並且只能被一個階段擊中。限定劍、錘、權杖、斧、長杖和空手。
造成 110% 更多攻擊傷害
50% 物理傷害轉化至冰冷傷害
25% 更少攻擊速度
第二擊造成 25% 更少傷害
基礎範圍為 1.1
基礎二段範圍為 2.1
基礎三段範圍為 3.1
active skill area of effect radius +% final [-20]
is area damage [1]
LieutenantBullThorns
增益, 持續時間, 法術
施放時間: 2 秒
冷卻時間: 15 秒
+5 秒基礎持續時間

Object Type

version 2
extends "Metadata/Monsters/Bull/Bull"

Transitionable
{
	num_states = 3
}

NPC
{
	marker_enabled = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Bull/Bull"

Animated
{
	on_end_lift_lower = "PlayAnimationByName(lift_idle_down);"
}

Transitionable
{
	create_state_3 = "PlayAnimationByName(lift_idle_down); RemoveCollidability();"
	on_transition_to_2 = "PlayAnimationByName(lift_lower); RemoveCollidability();"
	on_transition_to_3 = "PlayAnimationByName(lift_idle_down); RemoveCollidability();"
	on_untransition_to_1 = "MakeCollidable();"
	on_untransition_to_2 = "PlayAnimationByName(lift_raise);"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Labyrinth/LabyrinthLieutenantBull"] = {
    name = "Lieutenant of Rage",
    life = 4.5,
    fireResist = 0,
    coldResist = 85,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.25,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 9,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "LieutenantBullThorns",
        "LabyrinthBullLieutenantIceCrash",
    },
    modList = {
    },
}
-- 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["LieutenantBullThorns"] = {
    name = "LieutenantBullThorns",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {5000, levelRequirement = 34, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LabyrinthBullLieutenantIceCrash"] = {
    name = "Ice Crash",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Cold] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_cold",
        "active_skill_attack_speed_+%_final",
        "ice_crash_second_hit_damage_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "active_skill_base_tertiary_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
IdProjectileRetaliationDaemon__
FamilyDaemon
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
怒火將軍
不死
damage taken +% from spike traps final [-100]
damage taken +% from arrow traps final [-100]
immune to labyrinth degen effect [1]
immune to lava damage [1]
50% 物理傷害轉換為冰冷傷害
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
Lieutenant of Rage
幽魂N
標籤bludgeoning_weapon, bone_armour, bones, cold_affinity, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
生命
401%
護甲
+15%
異常狀態臨界值
401%
抗性
0 85 0 0
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.605 秒
傷害分佈
±20%
經驗值
150%
Model Size
140%
類型
LabyrinthLieutenantSkeletonBossCold
Metadata
LabyrinthLieutenantSkeletonMeleeIce
等級
68
生命
25,798
護甲
33,109
閃避
4,739
能量護盾
0
傷害
560
法術傷害
560
命中
290
攻擊間隔
1.605
經驗值
15,383
異常狀態臨界值
25,798
冰緩
82
感電
82
易碎
462
焦灼
82
殘喘
225
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 448–672
暴擊率: 5%
攻擊間隔: 1.605 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
LabyrinthBullLieutenantIceCrash
攻擊, 範圍, 近戰, 冰冷, 攻擊可重複, Slam, 圖騰技能
寒冰衝擊
基本傷害: 448–672
暴擊率: 5%
攻擊傷害: 210%
攻擊傷害: 210%
攻擊間隔: 1.605 秒
冷卻時間: 25 秒
猛擊地面,在影響範圍內的敵人造成三個階段的傷害,範圍逐漸增大。敵人在第二和第三階段受到稍微較少的傷害,並且只能被一個階段擊中。限定劍、錘、權杖、斧、長杖和空手。
造成 110% 更多攻擊傷害
50% 物理傷害轉化至冰冷傷害
25% 更少攻擊速度
第二擊造成 25% 更少傷害
基礎範圍為 1.1
基礎二段範圍為 2.1
基礎三段範圍為 3.1
active skill area of effect radius +% final [-20]
is area damage [1]
LieutenantBullThorns
增益, 持續時間, 法術
施放時間: 2 秒
冷卻時間: 15 秒
+5 秒基礎持續時間

Object Type

version 2
extends "Metadata/Monsters/Skeletons/Skeleton"

Transitionable
{
	num_states = 5
	// 1: lowered
	// 2: raising
	// 3: raised, active
	// 4: lowering
	// 5: lowered
	
	on_transition_to_2 = "PlayAnimationByName( lift_raise_sword_shield ); MakeCollidable();"
	on_transition_to_4 = "PlayAnimationByName( lift_lower_sword_shield );"
	on_transition_to_5 = "RemoveCollidability();"
}

NPC
{
	marker_enabled = false
}

Positioned
{
	force_placement = true
}

Object Type Codes

version 2
extends "Metadata/Monsters/Skeletons/Skeleton"

Life
{
	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/skeleton/LieutenantIce/ice.epk );"
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/skeleton/LieutenantIce/ice.epk );"
}

Animated
{
	on_end_lift_lower_sword_shield = "PlayAnimationByName( lift_idle_down_sword_shield );"
}

Transitionable
{	create_state_1 = "PlayAnimationByName( lift_idle_down_sword_shield ); RemoveCollidability();"
	create_state_5 = "PlayAnimationByName( lift_idle_down_sword_shield ); RemoveCollidability();"
}

-- src\Data\Spectres.lua
minions["Metadata/Monsters/Labyrinth/LabyrinthLieutenantSkeletonMeleeIce"] = {
    name = "Lieutenant of Rage",
    life = 4.01,
    fireResist = 0,
    coldResist = 85,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "LieutenantBullThorns",
        "LabyrinthBullLieutenantIceCrash",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LieutenantBullThorns"] = {
    name = "LieutenantBullThorns",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {5000, levelRequirement = 34, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LabyrinthBullLieutenantIceCrash"] = {
    name = "Ice Crash",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Cold] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_cold",
        "active_skill_attack_speed_+%_final",
        "ice_crash_second_hit_damage_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "active_skill_base_tertiary_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
damage taken +% from spike traps final [-100]
IdLabyrinthSpikeTrapDamageTaken2
FamilyLabyrinthTrapDamage
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • damage taken +% from spike traps final Min: -100 Max: -100 全域
  • damage taken +% from arrow traps final [-100]
    IdLabyrinthArrowTrapDamageTaken2_
    FamilyLabyrinthTrapDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • damage taken +% from arrow traps final Min: -100 Max: -100 全域
  • immune to labyrinth degen effect [1]
    IdLabyrinthDegenTrapImmunity1
    FamilyLabyrinthTrapDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • immune to labyrinth degen effect Min: 1 Max: 1 全域
  • immune to lava damage [1]
    IdImmuneToLavaDamage
    FamilyImmuneToLavaDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • immune to lava damage Min: 1 Max: 1 全域
  • 50% 物理傷害轉換為冰冷傷害
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    IdProjectileRetaliationDaemon__
    FamilyDaemon
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    怒火將軍
    不死
    damage taken +% from spike traps final [-100]
    damage taken +% from arrow traps final [-100]
    immune to labyrinth degen effect [1]
    immune to lava damage [1]
    50% 物理傷害轉換為冰冷傷害
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    Lieutenant of Rage
    幽魂N
    標籤bludgeoning_weapon, bone_armour, bones, cold_affinity, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    生命
    401%
    護甲
    +15%
    異常狀態臨界值
    401%
    抗性
    0 85 0 0
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 10
    攻擊間隔
    1.605 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    140%
    類型
    LabyrinthLieutenantSkeletonBossCold
    Metadata
    LabyrinthLieutenantSkeletonMeleeIce2
    等級
    68
    生命
    25,798
    護甲
    33,109
    閃避
    4,739
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    290
    攻擊間隔
    1.605
    經驗值
    15,383
    異常狀態臨界值
    25,798
    冰緩
    82
    感電
    82
    易碎
    462
    焦灼
    82
    殘喘
    225
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.605 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LabyrinthBullLieutenantIceCrash
    攻擊, 範圍, 近戰, 冰冷, 攻擊可重複, Slam, 圖騰技能
    寒冰衝擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊傷害: 210%
    攻擊傷害: 210%
    攻擊間隔: 1.605 秒
    冷卻時間: 25 秒
    猛擊地面,在影響範圍內的敵人造成三個階段的傷害,範圍逐漸增大。敵人在第二和第三階段受到稍微較少的傷害,並且只能被一個階段擊中。限定劍、錘、權杖、斧、長杖和空手。
    造成 110% 更多攻擊傷害
    50% 物理傷害轉化至冰冷傷害
    25% 更少攻擊速度
    第二擊造成 25% 更少傷害
    基礎範圍為 1.1
    基礎二段範圍為 2.1
    基礎三段範圍為 3.1
    active skill area of effect radius +% final [-20]
    is area damage [1]
    LieutenantBullThorns
    增益, 持續時間, 法術
    施放時間: 2 秒
    冷卻時間: 15 秒
    +5 秒基礎持續時間

    Object Type

    version 2
    extends "Metadata/Monsters/Skeletons/Skeleton"
    
    Transitionable
    {
    	num_states = 3
    }
    
    NPC
    {
    	marker_enabled = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Skeletons/Skeleton"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/skeleton/LieutenantIce/ice.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/skeleton/LieutenantIce/ice.epk );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Labyrinth/LabyrinthLieutenantSkeletonMeleeIce2"] = {
        name = "Lieutenant of Rage",
        life = 4.01,
        fireResist = 0,
        coldResist = 85,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "LieutenantBullThorns",
            "LabyrinthBullLieutenantIceCrash",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LieutenantBullThorns"] = {
        name = "LieutenantBullThorns",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {5000, levelRequirement = 34, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LabyrinthBullLieutenantIceCrash"] = {
        name = "Ice Crash",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_attack_speed_+%_final",
            "ice_crash_second_hit_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "active_skill_base_tertiary_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    damage taken +% from spike traps final [-100]
    IdLabyrinthSpikeTrapDamageTaken2
    FamilyLabyrinthTrapDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • damage taken +% from spike traps final Min: -100 Max: -100 全域
  • damage taken +% from arrow traps final [-100]
    IdLabyrinthArrowTrapDamageTaken2_
    FamilyLabyrinthTrapDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • damage taken +% from arrow traps final Min: -100 Max: -100 全域
  • immune to labyrinth degen effect [1]
    IdLabyrinthDegenTrapImmunity1
    FamilyLabyrinthTrapDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • immune to labyrinth degen effect Min: 1 Max: 1 全域
  • immune to lava damage [1]
    IdImmuneToLavaDamage
    FamilyImmuneToLavaDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • immune to lava damage Min: 1 Max: 1 全域
  • 50% 物理傷害轉換為冰冷傷害
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    IdProjectileRetaliationDaemon__
    FamilyDaemon
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Edit

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