大覺醒莫魯克
創造物
+2 召喚圖騰的最大數量
monster base type attack cast speed +% and damage -% final [22]
kill traps mines and totems on death [1]
Muruk the Awakened
幽魂N
標籤bludgeoning_weapon, construct, cursing_monster, ghost_blood, has_one_hand_mace, has_one_handed_melee, large_height, large_model, melee, not_dex, physical_affinity, slow_movement, stone_armour
生命
360%
生命轉為護盾
50%
護甲
+50%
異常狀態臨界值
360%
抗性
0 0 0 40
傷害
160%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 7
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
170%
類型
ChaosGolemBoss
Metadata
ChaosElementalBoss
等級
68
生命
23,160
護甲
28,790
閃避
4,739
能量護盾
0
傷害
598
法術傷害
598
命中
0
攻擊間隔
1.5
經驗值
20,510
異常狀態臨界值
23,160
冰緩
73
感電
73
易碎
414
焦灼
73
殘喘
202
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 478–717
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
ChaosGolemBossSunder
攻擊, 範圍, 攻擊可重複, 近戰, Slam, 圖騰技能
大地震擊
基本傷害: 478–717
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 1 秒
使用你的錘、斧或長杖重擊地面,在你前方製造出一道破碎地面對敵人造成傷害。被破碎地面擊中的敵人周圍將會產生能對其他敵人造成傷害的衝擊波。
20% 更多攻擊速度
衝擊波造成 60% 更少傷害
active skill area of effect radius +% final [-20]
is area damage [1]
TemporalChainsBossCurseTotemAura
法術, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 可秘能爆發, 附加詛咒, 可齊射, 範圍法術, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
時空鎖鏈
施放時間: 1.5 秒
冷卻時間: 2 秒
對目標區域降下詛咒,受到詛咒的敵人變慢,並且延長它們所受到的效果之持續時間。
圖騰持續 20
召喚 1 個使用此技能的圖騰
被詛咒的普通和魔法敵人有 20% 更少行動速度
被詛咒敵人增加 25% 身上增益與減益的持續時間
此詛咒以光環施放並對附近敵人造成影響
被詛咒的稀有或傳奇敵人有 10% 更少行動速度
active skill area of effect radius +% final [50]
base active skill totem level [1]
base skill is totemified [1]
base totem range [50]
totem art variation [5]
SummonBladeVortexDaemon
法術, 法術可重複, 可觸發
施放時間: 1 秒
冷卻時間: 5 秒
alternate minion [220]
monster no drops or experience [1]
number of monsters to summon [1]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

BaseEvents { }

Actor
{
	basic_action = "Emerge2"
}

Life
{
	corpse_usable = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.5
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ChaosElemental/ChaosElementalBoss"] = {
    name = "Muruk the Awakened",
    life = 3.6,
    energyShield = 0.5,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 40,
    damage = 1.6,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 7,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "Melee",
        "TemporalChainsBossCurseTotemAura",
        "SummonBladeVortexDaemon",
        "ChaosGolemBossSunder",
    },
    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["TemporalChainsBossCurseTotemAura"] = {
    name = "Temporal Chains",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
        totem = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "temporal_chains_action_speed_+%_final",
        "buff_time_passed_+%_other_than_temporal_chains",
        "base_totem_range",
        "base_active_skill_totem_level",
        "base_totem_duration",
        "totem_art_variation",
        "temporal_chains_action_speed_+%_vs_rare_or_unique_final",
        "active_skill_area_of_effect_radius_+%_final",
        "curse_apply_as_aura",
        "is_totem",
        "base_skill_is_totemified",
    },
    levels = {
        [1] = {-20, -25, 50, 1, 20000, 5, -10, 50, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonBladeVortexDaemon"] = {
    name = "SummonBladeVortexDaemon",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summoned_monsters_are_minions",
        "monster_no_drops_or_experience",
    },
    levels = {
        [1] = {1, 220, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChaosGolemBossSunder"] = {
    name = "Sunder",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Slams the ground with a Mace, Sceptre, Axe or Staff, creating a wave of broken ground that damages enemies in an area in front of you. Enemies hit by the wave will release a circular shockwave, dealing damage to other enemies around them.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "shockwave_slam_explosion_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {-60, 20, -20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
+2 召喚圖騰的最大數量
IdMonsterTwoAdditionalTotems
FamilyAdditionalTotems
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • number of additional totems allowed Min: 2 Max: 2 全域
  • 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
    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 全域
  • Edit

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