月影神精英
人形
獲得 100% 物理傷害的冰冷傷害
Lunaris Elite
幽魂Y
地區月影神廣場, 月影神殿:第一層, 月影神殿:第二層, 永恆實驗室, 卡蘭德迷湖
標籤法術, cold_affinity, has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, slow_movement
Packs
  • 月影神廣場: 寒冬月影魔導士, 月影哨兵, 月影神精英
  • 永恆實驗室: 寒冬月影魔導士, 月影神精英, 月影哨兵
  • 永恆實驗室: 月影頭目, 月影神精英, 寒冬月影魔導士
  • 永恆實驗室: 月影神精英, 月影頭目, 月影哨兵
  • 生命
    120%
    護甲
    +40%
    異常狀態臨界值
    120%
    抗性
    20 20 20 0
    傷害
    113%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.245 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    100%
    類型
    AxisSoldierEliteLunaris
    Metadata
    AxisEliteSoldier4
    等級
    68
    生命
    7,720
    護甲
    40,306
    閃避
    4,739
    能量護盾
    0
    傷害
    422
    法術傷害
    422
    命中
    290
    攻擊間隔
    1.245
    經驗值
    12,306
    異常狀態臨界值
    7,720
    冰緩
    24
    感電
    24
    易碎
    138
    焦灼
    24
    殘喘
    67
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 338–507
    暴擊率: 5%
    攻擊間隔: 1.245 秒
    用強大的攻擊擊倒敵人。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MonsterIceShieldTriggered
    法術, 增益, 圖騰技能, 持續時間, 圖騰施放單獨, 冰冷, 可觸發, NonHitChill, 造成元素狀態, 冰緩區域, 範圍法術, 消耗保留
    極地裝甲
    施放時間: 0.5 秒
    +3 秒基礎持續時間
    基礎額外效果持續時間 6
    站立時,增益效果承受 10% 更少來自擊中的物理傷害
    站立時,增益效果承受 10% 更少來自擊中的火焰傷害
    ColdFlameDashLunaris
    法術, 位移, 傷害, DoT, 持續時間, 圖騰技能, 可觸發, 火焰, 陷阱技能, 地雷技能, 快行, 閃現, 冷卻
    烈焰衝刺
    暴擊率: 5%
    施放時間: 0.75 秒
    冷卻時間: 4 秒
    傳送到指定地點,對敵人造成傷害並在路線上造成燃燒地面。與其他閃現技能共享冷卻時間。
    造成 436.8655.3 冰冷傷害
    +4 秒基礎持續時間
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	off_hand_unarmed_type = "Shield"	
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisEliteSoldier4"] = {
        name = "Lunaris Elite",
        life = 1.2,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.13,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterIceShieldTriggered",
            "ColdFlameDashLunaris",
        },
        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["MonsterIceShieldTriggered"] = {
        name = "Arctic Armour",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Totemable] = true,
            [SkillType.Duration] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.NonHitChill] = true,
            [SkillType.ElementalStatus] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.HasReservation] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        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",
            "base_secondary_skill_effect_duration",
        },
        levels = {
            [1] = {500, -10, -10, 3000, 6000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ColdFlameDashLunaris"] = {
        name = "Flame Dash",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleport to a location, damaging enemies and leaving a trail of burning ground. Shares a cooldown with other Blink skills.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
            [SkillType.Damage] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Travel] = true,
            [SkillType.Blink] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            spell = true,
            duration = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    獲得 100% 物理傷害的冰冷傷害
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    月影神精英
    人形
    地區: 暮色神廟
    獲得 100% 物理傷害的冰冷傷害
    Lunaris Elite
    幽魂Y
    地區暮色神廟
    標籤法術, cold_affinity, has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, slow_movement
    Packs
  • 暮色神廟: 寒冬月影魔導士, 月影神精英, 月影哨兵
  • 暮色神廟: 日耀頭目, 月影神精英, 寒冬月影魔導士
  • 暮色神廟: 月影神精英, 日耀頭目, 月影哨兵
  • 生命
    120%
    護甲
    +40%
    異常狀態臨界值
    120%
    抗性
    20 20 20 0
    傷害
    113%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.245 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    100%
    類型
    AxisSoldierEliteLunaris
    Metadata
    AxisEliteSoldier4Schism
    等級
    71
    生命
    10,539
    護甲
    51,062
    閃避
    5,260
    能量護盾
    0
    傷害
    505
    法術傷害
    505
    命中
    326
    攻擊間隔
    1.245
    經驗值
    13,139
    異常狀態臨界值
    10,539
    冰緩
    33
    感電
    33
    易碎
    189
    焦灼
    33
    殘喘
    92
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 404–606
    暴擊率: 5%
    攻擊間隔: 1.245 秒
    用強大的攻擊擊倒敵人。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MonsterIceShieldTriggered
    法術, 增益, 圖騰技能, 持續時間, 圖騰施放單獨, 冰冷, 可觸發, NonHitChill, 造成元素狀態, 冰緩區域, 範圍法術, 消耗保留
    極地裝甲
    施放時間: 0.5 秒
    +3 秒基礎持續時間
    基礎額外效果持續時間 6
    站立時,增益效果承受 10% 更少來自擊中的物理傷害
    站立時,增益效果承受 10% 更少來自擊中的火焰傷害
    ColdFlameDashLunaris
    法術, 位移, 傷害, DoT, 持續時間, 圖騰技能, 可觸發, 火焰, 陷阱技能, 地雷技能, 快行, 閃現, 冷卻
    烈焰衝刺
    暴擊率: 5%
    施放時間: 0.75 秒
    冷卻時間: 4 秒
    傳送到指定地點,對敵人造成傷害並在路線上造成燃燒地面。與其他閃現技能共享冷卻時間。
    造成 497.8746.7 冰冷傷害
    +4 秒基礎持續時間
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	off_hand_unarmed_type = "Shield"	
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisEliteSoldier4Schism"] = {
        name = "Lunaris Elite",
        life = 1.2,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.13,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterIceShieldTriggered",
            "ColdFlameDashLunaris",
        },
        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["MonsterIceShieldTriggered"] = {
        name = "Arctic Armour",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Totemable] = true,
            [SkillType.Duration] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.NonHitChill] = true,
            [SkillType.ElementalStatus] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.HasReservation] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        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",
            "base_secondary_skill_effect_duration",
        },
        levels = {
            [1] = {500, -10, -10, 3000, 6000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ColdFlameDashLunaris"] = {
        name = "Flame Dash",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleport to a location, damaging enemies and leaving a trail of burning ground. Shares a cooldown with other Blink skills.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
            [SkillType.Damage] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Travel] = true,
            [SkillType.Blink] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            spell = true,
            duration = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    獲得 100% 物理傷害的冰冷傷害
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    月影神精英
    人形
    地區: 海港大橋
    獲得 100% 物理傷害的冰冷傷害
    Lunaris Elite
    幽魂Y
    地區海港大橋
    標籤法術, cold_affinity, has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, slow_movement
    Packs
  • 海港大橋: 月影神精英, 寒冬月影魔導士
  • 生命
    120%
    護甲
    +40%
    異常狀態臨界值
    120%
    抗性
    20 20 20 0
    傷害
    113%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 14
    攻擊間隔
    1.245 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    100%
    類型
    AxisSoldierEliteLunaris
    Metadata
    AxisEliteSoldier4NewTeam
    等級
    60
    生命
    4,438
    護甲
    21,249
    閃避
    3,556
    能量護盾
    0
    傷害
    281
    法術傷害
    281
    命中
    211
    攻擊間隔
    1.245
    經驗值
    9,918
    異常狀態臨界值
    4,438
    冰緩
    14
    感電
    14
    易碎
    79
    焦灼
    14
    殘喘
    39
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 225–337
    暴擊率: 5%
    攻擊間隔: 1.245 秒
    用強大的攻擊擊倒敵人。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MonsterIceShieldTriggered
    法術, 增益, 圖騰技能, 持續時間, 圖騰施放單獨, 冰冷, 可觸發, NonHitChill, 造成元素狀態, 冰緩區域, 範圍法術, 消耗保留
    極地裝甲
    施放時間: 0.5 秒
    +3 秒基礎持續時間
    基礎額外效果持續時間 6
    站立時,增益效果承受 10% 更少來自擊中的物理傷害
    站立時,增益效果承受 10% 更少來自擊中的火焰傷害
    ColdFlameDashLunaris
    法術, 位移, 傷害, DoT, 持續時間, 圖騰技能, 可觸發, 火焰, 陷阱技能, 地雷技能, 快行, 閃現, 冷卻
    烈焰衝刺
    暴擊率: 5%
    施放時間: 0.75 秒
    冷卻時間: 4 秒
    傳送到指定地點,對敵人造成傷害並在路線上造成燃燒地面。與其他閃現技能共享冷卻時間。
    造成 308.4462.5 冰冷傷害
    +4 秒基礎持續時間
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	off_hand_unarmed_type = "Shield"	
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }
    
    Positioned 
    { 
    	team = 127
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisEliteSoldier4NewTeam"] = {
        name = "Lunaris Elite",
        life = 1.2,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.13,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterIceShieldTriggered",
            "ColdFlameDashLunaris",
        },
        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["MonsterIceShieldTriggered"] = {
        name = "Arctic Armour",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Totemable] = true,
            [SkillType.Duration] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.NonHitChill] = true,
            [SkillType.ElementalStatus] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.HasReservation] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        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",
            "base_secondary_skill_effect_duration",
        },
        levels = {
            [1] = {500, -10, -10, 3000, 6000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ColdFlameDashLunaris"] = {
        name = "Flame Dash",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleport to a location, damaging enemies and leaving a trail of burning ground. Shares a cooldown with other Blink skills.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
            [SkillType.Damage] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Travel] = true,
            [SkillType.Blink] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            spell = true,
            duration = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    獲得 100% 物理傷害的冰冷傷害
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Edit

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