奇美拉守護者
野獸
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
行動速度不能被調整至低於 70% 基礎值
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
dropped items have influence type [1]
monster dropped item quantity +% final for influenced monster [-80]
不能被擊退
Guardian of the Chimera
幽魂N
地區奇美拉魔坑
標籤beast, fast_movement, flesh_armour, has_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, large_height, large_model, melee, non_unique_map_boss, not_str, physical_affinity, red_blood, shaper_guardian_boss, slashing_weapon
生命
1000%
生命轉為護盾
50%
閃避
+50%
異常狀態臨界值
504%
抗性
50 50 50 30
傷害
200%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 12
攻擊間隔
1.005 秒
傷害分佈
±20%
經驗值
200%
Model Size
140%
類型
AtlasBossChimera
Metadata
ChimeraBoss
等級
83
生命
25,341,517
護甲
92,477
閃避
11,790
能量護盾
7,660
傷害
2,051
法術傷害
3,061
命中
518
攻擊間隔
0.67335
經驗值
144,452
異常狀態臨界值
6,002,899
冰緩
18,981
感電
18,981
易碎
107,386
焦灼
18,981
殘喘
52,441
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 3257–4886
暴擊率: 5%
攻擊間隔: 1.005 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
ChimeraHideAttack
攻擊
基本傷害: 3257–4886
暴擊率: 5%
攻擊間隔: 1.005 秒
冷卻時間: 30 秒
造成 20% 更少傷害
ChimeraFlickerLance
攻擊
基本傷害: 3257–4886
暴擊率: 5%
攻擊間隔: 1.005 秒
冷卻時間: 5 秒
造成流血
ChimeraComboAttack
攻擊
基本傷害: 3257–4886
暴擊率: 5%
攻擊間隔: 1.005 秒
冷卻時間: 8 秒
造成 25% 更多傷害
ChimeraChargedAttack
攻擊
基本傷害: 3257–4886
暴擊率: 5%
攻擊間隔: 1.005 秒
冷卻時間: 10 秒
造成 40% 更少傷害
active skill area of effect radius +% final [30]
ChimeraFlickerStrike
攻擊, 近戰, 近戰單一目標, 攻擊可重複, 位移, 持續時間, 冷卻
閃現打擊
基本傷害: 3257–4886
暴擊率: 5%
攻擊間隔: 1.005 秒
冷卻時間: 1.5 秒
傳送至目標怪物身邊並用近戰武器對其造成傷害。若是未指定目標,則系統會為其隨機指定一隻怪物。釋放一顆狂怒球能重置其技能冷卻。
造成 20% 更多傷害
增加 40% 攻擊速度
擊中時癱瘓
ignores proximity shield [1]
ChimeraTeleport
法術
施放時間: 1 秒

Object Type

version 2
extends "Metadata/Monsters/AtlasBosses/AtlasBosses"

Transitionable
{
	on_transition = "PauseAnimation(); RemoveCollidability();"
	on_untransition = "ResumeAnimation(); MakeCollidable();"
}

Actor
{
	actor = "Metadata/Monsters/AtlasBosses/Chimera.act"
}

Object Type Codes

version 2
extends "Metadata/Monsters/AtlasBosses/AtlasBosses"

Render
{
	//turn_duration = 0.4
}

Transitionable
{
	on_transition = "DisableRendering();"
	on_untransition = "EnableRendering();"
	create_transitioned = "PlayAnimationType( Hide ); PauseAnimation(); DisableRendering(); RemoveCollidability();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AtlasBosses/ChimeraBoss"] = {
    name = "Guardian of the Chimera",
    life = 10,
    energyShield = 0.5,
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.005,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "Claw",
    weaponType2 = "Claw",
    skillList = {
        "Melee",
        "ChimeraFlickerStrike",
        "ChimeraHideAttack",
        "ChimeraFlickerLance",
        "ChimeraComboAttack",
        "ChimeraChargedAttack",
        "ChimeraTeleport",
    },
    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["ChimeraFlickerStrike"] = {
    name = "Flicker Strike",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Movement] = true,
        [SkillType.Duration] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "attack_speed_+%",
        "ignores_proximity_shield",
        "global_maim_on_hit",
    },
    levels = {
        [1] = {20, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChimeraHideAttack"] = {
    name = "ChimeraHideAttack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
    },
    levels = {
        [1] = {-20, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChimeraFlickerLance"] = {
    name = "ChimeraFlickerLance",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "global_bleed_on_hit",
    },
    levels = {
        [1] = {levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChimeraComboAttack"] = {
    name = "ChimeraComboAttack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.6,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
    },
    levels = {
        [1] = {25, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChimeraChargedAttack"] = {
    name = "ChimeraChargedAttack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.6,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {-40, 30, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChimeraTeleport"] = {
    name = "ChimeraTeleport",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 83, statInterpolation = {},  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 全域
  • 行動速度不能被調整至低於 70% 基礎值
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 全域
  • Craft Tagsspeed
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBossSuper
    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: 4000 Max: 4000 全域
  • dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    IdMonsterDroppedItemsInfluenceShaper
    FamilyMonsterDroppedItemsInfluence
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • dropped items have influence type Min: 1 Max: 1 全域
  • monster dropped item quantity +% final for influenced monster Min: -80 Max: -80 全域
  • 不能被擊退
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • 奇美拉守護者
    野獸
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    行動速度不能被調整至低於 70% 基礎值
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    不能被擊退
    Guardian of the Chimera
    幽魂N
    標籤beast, fast_movement, flesh_armour, has_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, large_height, large_model, melee, not_str, physical_affinity, red_blood, slashing_weapon, standalone_map_boss
    生命
    1000%
    生命轉為護盾
    50%
    閃避
    +50%
    異常狀態臨界值
    504%
    抗性
    50 50 50 30
    傷害
    200%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 12
    攻擊間隔
    1.005 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    140%
    類型
    AtlasBossChimera
    Metadata
    ChimeraBossStandalone
    等級
    68
    生命
    1,393,464
    護甲
    28,790
    閃避
    7,109
    能量護盾
    3,064
    傷害
    851
    法術傷害
    1,270
    命中
    290
    攻擊間隔
    0.67335
    經驗值
    112,805
    異常狀態臨界值
    442,453
    冰緩
    1,399
    感電
    1,399
    易碎
    7,915
    焦灼
    1,399
    殘喘
    3,865
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 1351–2027
    暴擊率: 5%
    攻擊間隔: 1.005 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ChimeraFlickerLance
    攻擊
    基本傷害: 1351–2027
    暴擊率: 5%
    攻擊間隔: 1.005 秒
    冷卻時間: 5 秒
    ChimeraComboAttack
    攻擊
    基本傷害: 1351–2027
    暴擊率: 5%
    攻擊間隔: 1.005 秒
    冷卻時間: 8 秒
    ChimeraChargedAttack
    攻擊
    基本傷害: 1351–2027
    暴擊率: 5%
    攻擊間隔: 1.005 秒
    冷卻時間: 10 秒
    ChimeraFlickerStrike
    攻擊, 近戰, 近戰單一目標, 攻擊可重複, 位移, 持續時間, 冷卻
    閃現打擊
    基本傷害: 1351–2027
    暴擊率: 5%
    攻擊間隔: 1.005 秒
    冷卻時間: 1.5 秒
    傳送至目標怪物身邊並用近戰武器對其造成傷害。若是未指定目標,則系統會為其隨機指定一隻怪物。釋放一顆狂怒球能重置其技能冷卻。
    造成 20% 更多傷害
    增加 40% 攻擊速度
    擊中時癱瘓
    ignores proximity shield [1]
    ChimeraTeleport
    法術
    施放時間: 1 秒

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/ChimeraBossStandalone"] = {
        name = "Guardian of the Chimera",
        life = 10,
        energyShield = 0.5,
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "Claw",
        weaponType2 = "Claw",
        skillList = {
            "Melee",
            "ChimeraFlickerStrike",
            "ChimeraFlickerLance",
            "ChimeraComboAttack",
            "ChimeraChargedAttack",
            "ChimeraTeleport",
        },
        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["ChimeraFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
            [SkillType.Duration] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "attack_speed_+%",
            "ignores_proximity_shield",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {20, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChimeraFlickerLance"] = {
        name = "ChimeraFlickerLance",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChimeraComboAttack"] = {
        name = "ChimeraComboAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.6,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {25, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChimeraChargedAttack"] = {
        name = "ChimeraChargedAttack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.6,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {-40, 30, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChimeraTeleport"] = {
        name = "ChimeraTeleport",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 83, statInterpolation = {},  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 全域
  • 行動速度不能被調整至低於 70% 基礎值
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 全域
  • Craft Tagsspeed
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBossSuper
    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: 4000 Max: 4000 全域
  • dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    IdMonsterDroppedItemsInfluenceShaper
    FamilyMonsterDroppedItemsInfluence
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • dropped items have influence type Min: 1 Max: 1 全域
  • monster dropped item quantity +% final for influenced monster Min: -80 Max: -80 全域
  • 不能被擊退
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • 奇美拉守護者
    野獸
    怪物增加 100% 經驗值
    增加 15000% 物品掉落稀有度
    行動速度不能被調整至低於 70% 基礎值
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    不能被擊退
    Guardian of the Chimera
    幽魂N
    標籤beast, elder_map_boss, fast_movement, flesh_armour, has_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, large_height, large_model, non_attacking, not_str, red_blood, slashing_weapon
    生命
    1000%
    生命轉為護盾
    50%
    閃避
    +50%
    異常狀態臨界值
    504%
    抗性
    50 50 50 30
    傷害
    200%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 12
    攻擊間隔
    1.005 秒
    傷害分佈
    ±20%
    經驗值
    200%
    Model Size
    140%
    類型
    AtlasBossChimera
    Metadata
    ChimeraBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/ChimeraBossElder"] = {
        name = "Guardian of the Chimera",
        life = 10,
        energyShield = 0.5,
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "Claw",
        weaponType2 = "Claw",
        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 全域
  • 行動速度不能被調整至低於 70% 基礎值
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 全域
  • Craft Tagsspeed
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBossSuper
    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: 4000 Max: 4000 全域
  • 不能被擊退
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • Community Wiki

    Edit
    簡介

    奇美拉守護者是奇美拉魔坑的頭目。 他是《虛空守護者》四個之一。 每個守護者都會掉落進入塑者之界所需的四個地圖斷片之一。 他雙持著爪子,造成物理傷害和流血。

    頭目戰鬥

    玩家進入競技場後開始,包含兩個主要階段,頭目和小雜魚。

    階段 1: 當奇美拉達到 75% 最大生命,他會離開競技場並產生強大的怪物。一旦所有怪物死亡,他會返回競技場。

    階段 2: 當奇美拉達到 50% 最大生命,他會離開競技場並產生強大的怪物。一旦所有怪物死亡,他會返回競技場。

    階段 3: 當奇美拉達到 25% 最大生命,他會離開競技場並產生強大的怪物。一旦所有怪物死亡,他會返回競技場。

    小技巧

    下面是一些預防措施的清單,在面對頭目時可考慮的措施。

    物理傷害轉移:

    • 恨意: 藥劑效果持續時間內承受 20% 的擊中物理傷害視為冰冷傷害
    • 石化藥劑: 15% 額外物理傷害減傷
    • 堅岩藥劑: 增加 3000 護甲
    • 極地裝甲: 被擊中時,受到 (8–13)% 較少物理傷害
    • 耐力球 - 每個耐力球提供 4% 物理傷害減免

    其他:

    • 水銀藥劑: 快速閃躲攻擊
    • 迷霧藥劑: 使用時製造一團煙霧,使怪物無法直接指定你讓閃躲變得容易
    • 護體輔助: 減少所有傷害 20%
    • 移動技能: 快速閃躲攻擊
    • 誘餌圖騰: 召喚一個圖騰,它會持續的嘲諷周圍的敵人對其進行攻擊。

    混沌傷害轉移:

    • 紫晶藥劑: +35% 混沌抗性
    • 阿茲里的諾言: +35% 混沌抗性
    • "治癒之"藥劑後綴: 藥劑效果期間免疫中毒,使用時移除中毒效果
    技能

    普通攻擊: 奇美拉在近距離時使用爪子攻擊造成物理傷害。

    隱匿攻擊: 產生多個煙霧,奇美拉消失。玩家必須走入煙霧找到頭目後,被攻擊才會現身。玩家盡快找到他來讓戰鬥繼續,傷害不能閃避或躲避。

    連續攻擊: 地板上出現大紅色圈。在圈內會受到 5 或 6 次攻擊。攻擊造成大量物理傷害。盡可能快速離開圈內範圍。

    充能攻擊: 奇美拉充能並攻擊 3 次。前兩次用單手爪,最後用雙手爪。攻擊造成大量物理傷害,往橫向移動來躲避。

    閃現長槍: 奇美拉充能突刺,攻擊他面前直線,造成物理傷害和流血 5 秒。

    召喚: 奇美拉離開競技場並召喚怪物,公羊造成物理傷害,蛇造成混沌傷害,獵犬造成火焰傷害。這些怪物只會召喚一次。

    閃現打擊: 奇美拉快速前刺玩家並造成物理傷害。

    獎勵

    下面是頭目戰鬥後可能會掉落的物品


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