碎裂大帝
福爾的忠誠之符
已汙染
{「當福爾饒恕瑪拉凱,讓他協助進行『淨化』,最堅定的信念便已遭受腐化,變得如玻璃般易碎。」- 人民詩人維多}
8
碎裂大帝 DivinationCardTheBrittleEmperor /12
名字顯示物品素質
DropLevel 23
BaseType The Brittle Emperor
BaseType 碎裂大帝
Class 命運卡
FlagsAlwaysAllocate
TypeMetadata/Items/DivinationCards/DivinationCardTheBrittleEmperor
Card Tags枯骨皇帝
枯骨皇帝
忘卻馬拉松
枯骨皇帝
虛魂普蘭斯
虛魂普蘭斯
帝王福爾
帝王福爾
獎勵福爾的忠誠之符
Tagsjewellery_divination, unique_divination, unique_jewellery_divination, unique_corrupted_divination, corrupted_divination, divination_card
IconArt/2DItems/Divination/InventoryIcon
MTX Tab Stacks5000
ReferenceCommunity Wiki
Acquisition /1 ⍟
枯骨皇帝
不死
地區: 荒地
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
monster base type attack cast speed +% and damage -% final [22]
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Brittle Emperor
幽魂N
地區荒地
標籤bludgeoning_weapon, bone_armour, 法術, extra_large_height, has_one_hand_mace, has_one_handed_melee, large_model, medium_movement, melee, non_unique_map_boss, not_dex, not_int, physical_affinity, red_blood, skeleton, undead, voll_monster_map
生命
400%
護甲
+25%
異常狀態臨界值
400%
抗性
40 40 40 25
傷害
180%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 15
攻擊間隔
2.25 秒
傷害分佈
±20%
經驗值
200%
Model Size
125%
類型
VollMapBoss
Metadata
VollMapBoss
等級
77
生命
2,565,615
護甲
72,806
閃避
6,448
能量護盾
0
傷害
1,306
法術傷害
1,949
命中
412
攻擊間隔
1.5075
經驗值
134,112
異常狀態臨界值
1,282,807
冰緩
4,056
感電
4,056
易碎
22,948
焦灼
4,056
殘喘
11,207
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 2074–3111
暴擊率: 5%
攻擊間隔: 2.25 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
VollCharge
攻擊
基本傷害: 2074–3111
暴擊率: 5%
攻擊間隔: 2.25 秒
冷卻時間: 4 秒
造成 30% 更多傷害
VollSlam
攻擊, 範圍
基本傷害: 2074–3111
暴擊率: 5%
攻擊傷害: 95%
攻擊傷害: 95%
攻擊間隔: 2.25 秒
冷卻時間: 5 秒
造成 5% 更少攻擊傷害
47% 更少攻擊速度
is area damage [1]
voll slam damage +% final at centre [100]
VollReviveUndead
法術
施放時間: 2.7 秒
冷卻時間: 8 秒
VollReviveUndeadWithMinions
法術
施放時間: 2.7 秒
冷卻時間: 8 秒
number of monsters to summon [10]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Sword"
	off_hand_unarmed_type = "Shield"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.6
}

BaseEvents
{
	on_construction_complete = "HideMeshSegments( chainShape, cloth_dsShape, decorShape, glow_cross_meshShape );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Voll/VollMapBoss"] = {
    name = "The Brittle Emperor",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.8,
    damageSpread = 0.2,
    attackTime = 2.25,
    attackRange = 15,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "VollCharge",
        "VollSlam",
        "VollReviveUndead",
        "VollReviveUndeadWithMinions",
    },
    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["VollCharge"] = {
    name = "VollCharge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.75,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
    },
    levels = {
        [1] = {30, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VollSlam"] = {
    name = "VollSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "voll_slam_damage_+%_final_at_centre",
        "is_area_damage",
    },
    levels = {
        [1] = {-47, 100, baseMultiplier = 0.95, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VollReviveUndead"] = {
    name = "VollReviveUndead",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.7,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VollReviveUndeadWithMinions"] = {
    name = "VollReviveUndeadWithMinions",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.7,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
    },
    levels = {
        [1] = {6, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
        [2] = {7, levelRequirement = 55, statInterpolation = {1},  cost = { }, },
        [3] = {8, levelRequirement = 67, statInterpolation = {1},  cost = { }, },
        [4] = {10, levelRequirement = 68, statInterpolation = {1},  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 全域
  • monster base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 全域
  • Craft Tagscaster_damage damage attack caster speed
    IdMonsterVollMapBossConsecrate
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    IdMonsterVollMapBossDesecrate
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    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
    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% 物品掉落稀有度
    monster base type attack cast speed +% and damage -% final [22]
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Brittle Emperor
    幽魂N
    標籤bludgeoning_weapon, bone_armour, 法術, extra_large_height, has_one_hand_mace, has_one_handed_melee, large_model, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, skeleton, standalone_map_boss, undead, voll_monster_map
    生命
    400%
    護甲
    +25%
    異常狀態臨界值
    400%
    抗性
    40 40 40 25
    傷害
    180%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 15
    攻擊間隔
    2.25 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    125%
    類型
    VollMapBoss
    Metadata
    VollMapBossStandalone_
    等級
    68
    生命
    557,385
    護甲
    35,988
    閃避
    4,739
    能量護盾
    0
    傷害
    766
    法術傷害
    1,143
    命中
    290
    攻擊間隔
    1.5075
    經驗值
    112,805
    異常狀態臨界值
    351,153
    冰緩
    1,110
    感電
    1,110
    易碎
    6,282
    焦灼
    1,110
    殘喘
    3,068
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 1216–1824
    暴擊率: 5%
    攻擊間隔: 2.25 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    VollCharge
    攻擊
    基本傷害: 1216–1824
    暴擊率: 5%
    攻擊間隔: 2.25 秒
    冷卻時間: 4 秒
    造成 30% 更多傷害
    VollSlam
    攻擊, 範圍
    基本傷害: 1216–1824
    暴擊率: 5%
    攻擊傷害: 95%
    攻擊傷害: 95%
    攻擊間隔: 2.25 秒
    冷卻時間: 5 秒
    造成 5% 更少攻擊傷害
    47% 更少攻擊速度
    is area damage [1]
    voll slam damage +% final at centre [100]
    VollReviveUndead
    法術
    施放時間: 2.7 秒
    冷卻時間: 8 秒
    VollReviveUndeadWithMinions
    法術
    施放時間: 2.7 秒
    冷卻時間: 8 秒
    number of monsters to summon [10]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    BaseEvents
    {
    	on_construction_complete = "HideMeshSegments( chainShape, cloth_dsShape, decorShape, glow_cross_meshShape );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Voll/VollMapBossStandalone_"] = {
        name = "The Brittle Emperor",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 2.25,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "VollCharge",
            "VollSlam",
            "VollReviveUndead",
            "VollReviveUndeadWithMinions",
        },
        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["VollCharge"] = {
        name = "VollCharge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.75,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {30, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VollSlam"] = {
        name = "VollSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "voll_slam_damage_+%_final_at_centre",
            "is_area_damage",
        },
        levels = {
            [1] = {-47, 100, baseMultiplier = 0.95, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VollReviveUndead"] = {
        name = "VollReviveUndead",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.7,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VollReviveUndeadWithMinions"] = {
        name = "VollReviveUndeadWithMinions",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.7,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
        },
        levels = {
            [1] = {6, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
            [2] = {7, levelRequirement = 55, statInterpolation = {1},  cost = { }, },
            [3] = {8, levelRequirement = 67, statInterpolation = {1},  cost = { }, },
            [4] = {10, levelRequirement = 68, statInterpolation = {1},  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 全域
  • monster base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 全域
  • Craft Tagscaster_damage damage attack caster speed
    IdMonsterVollMapBossConsecrate
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    IdMonsterVollMapBossDesecrate
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    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
    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% 物品掉落稀有度
    monster base type attack cast speed +% and damage -% final [22]
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Brittle Emperor
    幽魂N
    標籤bludgeoning_weapon, bone_armour, elder_map_boss, extra_large_height, has_one_hand_mace, has_one_handed_melee, large_model, medium_movement, non_attacking, not_dex, not_int, red_blood, skeleton, undead, voll_monster_map
    生命
    400%
    護甲
    +25%
    異常狀態臨界值
    400%
    抗性
    40 40 40 25
    傷害
    180%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 15
    攻擊間隔
    2.25 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    125%
    類型
    VollMapBoss
    Metadata
    VollMapBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    
    BaseEvents
    {
    	on_construction_complete = "HideMeshSegments( chainShape, cloth_dsShape, decorShape, glow_cross_meshShape );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Voll/VollMapBossElder"] = {
        name = "The Brittle Emperor",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 2.25,
        attackRange = 15,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        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 全域
  • monster base type attack cast speed +% and damage -% final [22]
    IdMonsterSpeedAndDamageFixupLarge
    FamilyMonsterSpeedAndDamageFixup
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 22 Max: 22 全域
  • Craft Tagscaster_damage damage attack caster speed
    IdMonsterVollMapBossConsecrate
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    IdMonsterVollMapBossDesecrate
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    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
    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.