破曉恐懼
惡魔
獲得 100% 物理傷害的冰冷傷害
Dusk Horror
幽魂Y
地區月影神廣場, 月影神殿:第二層, 永恆實驗室, 嬋娟神殿
標籤animal_claw_weapon, 法術, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, medium_height, melee, physical_affinity, ranged, red_blood
Packs
  • 月影神廣場, 月影神殿:第二層: 破曉恐懼, 惡夜恐懼
  • 永恆實驗室: 破曉恐懼, 惡夜恐懼
  • 惡夜恐懼, 月影神侍妾, 破曉恐懼
  • 生命
    99%
    異常狀態臨界值
    99%
    抗性
    0 0 75 0
    傷害
    66%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 18
    攻擊間隔
    2.445 秒
    傷害分佈
    ±20%
    經驗值
    110%
    Model Size
    100%
    類型
    DemonFemale2
    Metadata
    DemonFemale2Champion_
    等級
    71
    生命
    8,694
    護甲
    36,473
    閃避
    5,260
    能量護盾
    0
    傷害
    295
    法術傷害
    295
    命中
    326
    攻擊間隔
    2.445
    經驗值
    12,044
    異常狀態臨界值
    8,694
    冰緩
    27
    感電
    27
    易碎
    156
    焦灼
    27
    殘喘
    76
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 236–354
    暴擊率: 5%
    攻擊間隔: 2.445 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LunarisWhipperFlameWhip
    法術, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍, 火焰, 可齊射, 範圍法術, 持續時間
    怒焰奔騰
    暴擊率: 6%
    施放時間: 1.63 秒
    冷卻時間: 3 秒
    釋放怒焰之力對前方敵人進行攻擊。燃燒中的敵人將會受到更多傷害。若你擊中點燃的敵人,會在他們下方製造燃燒地面。你的傷害詞綴不會影響此燃燒地面。
    造成 922.11383 冰冷傷害
    active skill area of effect radius +% final [-17]
    is area damage [1]
    LunarisWhipperProjectile
    法術, 投射物, 玩家投射物, 可觸發
    施放時間: 1.63 秒
    冷卻時間: 2 秒
    造成 725.11088 冰冷傷害
    投射物穿透全部目標
    base is projectile [1]
    monster projectile variation [26]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "Emerge2"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonFemale/DemonFemale2Champion_"] = {
        name = "Dusk Horror",
        life = 0.99,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 0.66,
        damageSpread = 0.2,
        attackTime = 2.445,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "LunarisWhipperFlameWhip",
            "LunarisWhipperProjectile",
        },
        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["LunarisWhipperFlameWhip"] = {
        name = "Flame Surge",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisWhipperProjectile"] = {
        name = "LunarisWhipperProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 82, 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% 物理傷害的冰冷傷害
    Dusk Horror
    幽魂Y
    標籤animal_claw_weapon, 法術, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, melee, physical_affinity, ranged, red_blood
    Packs
  • 破曉恐懼, 惡夜恐懼, 月影神侍妾, 月影之靈實驗者
  • 生命
    99%
    異常狀態臨界值
    99%
    抗性
    0 0 75 0
    傷害
    66%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 18
    攻擊間隔
    2.445 秒
    傷害分佈
    ±20%
    經驗值
    110%
    Model Size
    100%
    類型
    DemonFemale2
    Metadata
    DemonFemale2Champion_Hellscape
    等級
    68
    生命
    6,369
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    247
    法術傷害
    247
    命中
    290
    攻擊間隔
    2.445
    經驗值
    11,281
    異常狀態臨界值
    6,369
    冰緩
    20
    感電
    20
    易碎
    114
    焦灼
    20
    殘喘
    56
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 197–296
    暴擊率: 5%
    攻擊間隔: 2.445 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LunarisWhipperFlameWhip
    法術, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍, 火焰, 可齊射, 範圍法術, 持續時間
    怒焰奔騰
    暴擊率: 6%
    施放時間: 1.63 秒
    冷卻時間: 3 秒
    釋放怒焰之力對前方敵人進行攻擊。燃燒中的敵人將會受到更多傷害。若你擊中點燃的敵人,會在他們下方製造燃燒地面。你的傷害詞綴不會影響此燃燒地面。
    造成 808.11212 冰冷傷害
    active skill area of effect radius +% final [-17]
    is area damage [1]
    LunarisWhipperProjectile
    法術, 投射物, 玩家投射物, 可觸發
    施放時間: 1.63 秒
    冷卻時間: 2 秒
    造成 644.6966.9 冰冷傷害
    投射物穿透全部目標
    base is projectile [1]
    monster projectile variation [26]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "Emerge2"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonFemale/DemonFemale2Champion_Hellscape"] = {
        name = "Dusk Horror",
        life = 0.99,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 0.66,
        damageSpread = 0.2,
        attackTime = 2.445,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "LunarisWhipperFlameWhip",
            "LunarisWhipperProjectile",
        },
        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["LunarisWhipperFlameWhip"] = {
        name = "Flame Surge",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisWhipperProjectile"] = {
        name = "LunarisWhipperProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 82, 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% 物理傷害的冰冷傷害
    Dusk Horror
    幽魂Y
    地區暮色神廟
    標籤animal_claw_weapon, 法術, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, medium_height, melee, physical_affinity, ranged, red_blood
    Packs
  • 暮色神廟: 惡夜恐懼, 月影神侍妾, 破曉恐懼
  • 生命
    99%
    異常狀態臨界值
    99%
    抗性
    0 0 75 0
    傷害
    66%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 18
    攻擊間隔
    2.445 秒
    傷害分佈
    ±20%
    經驗值
    110%
    Model Size
    100%
    類型
    DemonFemale2
    Metadata
    DemonFemale2Champion_Schism
    等級
    71
    生命
    8,694
    護甲
    36,473
    閃避
    5,260
    能量護盾
    0
    傷害
    295
    法術傷害
    295
    命中
    326
    攻擊間隔
    2.445
    經驗值
    12,044
    異常狀態臨界值
    8,694
    冰緩
    27
    感電
    27
    易碎
    156
    焦灼
    27
    殘喘
    76
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 236–354
    暴擊率: 5%
    攻擊間隔: 2.445 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LunarisWhipperFlameWhip
    法術, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍, 火焰, 可齊射, 範圍法術, 持續時間
    怒焰奔騰
    暴擊率: 6%
    施放時間: 1.63 秒
    冷卻時間: 3 秒
    釋放怒焰之力對前方敵人進行攻擊。燃燒中的敵人將會受到更多傷害。若你擊中點燃的敵人,會在他們下方製造燃燒地面。你的傷害詞綴不會影響此燃燒地面。
    造成 922.11383 冰冷傷害
    active skill area of effect radius +% final [-17]
    is area damage [1]
    LunarisWhipperProjectile
    法術, 投射物, 玩家投射物, 可觸發
    施放時間: 1.63 秒
    冷卻時間: 2 秒
    造成 725.11088 冰冷傷害
    投射物穿透全部目標
    base is projectile [1]
    monster projectile variation [26]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "Emerge2"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonFemale/DemonFemale2Champion_Schism"] = {
        name = "Dusk Horror",
        life = 0.99,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 0.66,
        damageSpread = 0.2,
        attackTime = 2.445,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "LunarisWhipperFlameWhip",
            "LunarisWhipperProjectile",
        },
        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["LunarisWhipperFlameWhip"] = {
        name = "Flame Surge",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisWhipperProjectile"] = {
        name = "LunarisWhipperProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 82, 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% 物理傷害的冰冷傷害
    Dusk Horror
    幽魂Y
    地區海港大橋
    標籤animal_claw_weapon, 法術, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, medium_height, melee, physical_affinity, ranged, red_blood
    Packs
  • 海港大橋: 破曉恐懼, 惡夜恐懼
  • 生命
    99%
    異常狀態臨界值
    99%
    抗性
    0 0 75 0
    傷害
    66%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 18
    攻擊間隔
    2.445 秒
    傷害分佈
    ±20%
    經驗值
    110%
    Model Size
    100%
    類型
    DemonFemale2
    Metadata
    DemonFemale2ChampionNewTeam
    等級
    60
    生命
    3,661
    護甲
    15,178
    閃避
    3,556
    能量護盾
    0
    傷害
    164
    法術傷害
    164
    命中
    211
    攻擊間隔
    2.445
    經驗值
    9,092
    異常狀態臨界值
    3,661
    冰緩
    12
    感電
    12
    易碎
    65
    焦灼
    12
    殘喘
    32
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 131–197
    暴擊率: 5%
    攻擊間隔: 2.445 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LunarisWhipperFlameWhip
    法術, 傷害, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍, 火焰, 可齊射, 範圍法術, 持續時間
    怒焰奔騰
    暴擊率: 6%
    施放時間: 1.63 秒
    冷卻時間: 3 秒
    釋放怒焰之力對前方敵人進行攻擊。燃燒中的敵人將會受到更多傷害。若你擊中點燃的敵人,會在他們下方製造燃燒地面。你的傷害詞綴不會影響此燃燒地面。
    造成 568.2852.3 冰冷傷害
    active skill area of effect radius +% final [-17]
    is area damage [1]
    LunarisWhipperProjectile
    法術, 投射物, 玩家投射物, 可觸發
    施放時間: 1.63 秒
    冷卻時間: 2 秒
    造成 471706.5 冰冷傷害
    投射物穿透全部目標
    base is projectile [1]
    monster projectile variation [26]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "Dagger"
    	basic_action = "Emerge2"
    }
    
    Positioned 
    { 
    	team = 127
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonFemale/DemonFemale2ChampionNewTeam"] = {
        name = "Dusk Horror",
        life = 0.99,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 0.66,
        damageSpread = 0.2,
        attackTime = 2.445,
        attackRange = 18,
        accuracy = 1,
        skillList = {
            "Melee",
            "LunarisWhipperFlameWhip",
            "LunarisWhipperProjectile",
        },
        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["LunarisWhipperFlameWhip"] = {
        name = "Flame Surge",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LunarisWhipperProjectile"] = {
        name = "LunarisWhipperProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 82, 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.