MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Guardián de la Quimera
Bestia
IconEnemyResistanceFireStrong IconEnemyResistanceColdStrong IconEnemyResistanceLightningStrong IconEnemyResistanceChaos
monster dropped item rarity +% [15000]
monster slain experience +% [100]
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
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]
No puede ser empujado
Guardian of the Chimera
Spectre
AreaHoyo de la quimera, Mapa de Hoyo de la quimera
Tagsbeast, 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, physical_affinity, red_blood, shaper_guardian_boss, slashing_weapon
Vida
1000%
Energy Shield From Life
50%
Armadura
+50%
Evasión
+50%
Ailment Threshold
504%
Resistencia
IconEnemyResistanceFireStrong50% IconEnemyResistanceColdStrong50% IconEnemyResistanceLightningStrong50% IconEnemyResistanceChaos30%
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
Experiencia
200%
Model Size
140%
Type
AtlasBossChimera
Metadata
ChimeraBoss
Nivel
83
Vida
25,341,517
Armadura
138,716
Evasión
11,790
Escudo de energía
76,595
Damage
2,051
Daño de hechizos
3,061
Precisión
1,036
Attack Time
0.67335
Experiencia
144,452
Minion Life
4,828,767
Minion Energy Shield
14,595
Minion Damage
1,732
Ailment Threshold
6,002,899
Chill
18,981
Shock
18,981
Brittle
107,386
Scorch
18,981
Sap
52,441
Phys Convert Ele
300%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 32574886
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
ChimeraHideAttack
Attack
Base Damage: 32574886
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 30 seg
Inflige un 20% menos de daño
ChimeraFlickerLance
Attack
Base Damage: 32574886
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 5 seg
Aplica sangrado
ChimeraComboAttack
Attack
Base Damage: 32574886
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 8 seg
Inflige un 25% más de daño
ChimeraChargedAttack
Attack
Base Damage: 32574886
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 10 seg
Inflige un 40% menos de daño
active skill area of effect radius +% final [30]
ChimeraFlickerStrike
Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
Golpe repentino
Base Damage: 32574886
Probabilidad de golpe crítico: 5%
Attack Time: 1.005 seg
Tiempo de recarga: 1.5 seg
Teletransporta al personaje a un monstruo cercano y lo ataca con un arma cuerpo a cuerpo. Si no seleccionas un monstruo específico, elige uno al azar. Otorga un efecto beneficioso que aumenta la velocidad de movimiento durante un tiempo. Puedes ignorar su tiempo de recarga consumiendo una carga de frenesí.
Inflige un 20% más de daño
Velocidad de ataque aumentada un 40%
Lisia con Cada Golpe
ignores proximity shield [1]
iconblinkstrike
ChimeraTeleport
Spell
Tiempo de lanzamiento: 1 seg

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"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AtlasBosses/ChimeraBoss"] = {
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    name = "Guardian of the Chimera",
    life = 10,
    energyShield = 0.5,
    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 = { }, },
    },
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value -50 -50 Global
  • Craft TagsVelocidad
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor fijo
  • cannot be stunned for ms after stun finished 4000 4000 Global
  • dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • dropped items have influence type 1 1 Global — Valor fijo
  • monster dropped item quantity +% final for influenced monster -80 -80 Global
  • No puede ser empujado
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Valor fijo
  • Guardián de la Quimera
    Bestia
    IconEnemyResistanceFireStrong IconEnemyResistanceColdStrong IconEnemyResistanceLightningStrong IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    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]
    No puede ser empujado
    Guardian of the Chimera
    Spectre
    Tagsbeast, fast_movement, flesh_armour, has_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, large_height, large_model, melee, physical_affinity, red_blood, slashing_weapon, standalone_map_boss
    Vida
    1000%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Evasión
    +50%
    Ailment Threshold
    504%
    Resistencia
    IconEnemyResistanceFireStrong50% IconEnemyResistanceColdStrong50% IconEnemyResistanceLightningStrong50% IconEnemyResistanceChaos30%
    Damage
    200%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    140%
    Type
    AtlasBossChimera
    Metadata
    ChimeraBossStandalone
    Nivel
    68
    Vida
    1,393,464
    Armadura
    43,185
    Evasión
    7,109
    Escudo de energía
    30,635
    Damage
    851
    Daño de hechizos
    1,270
    Precisión
    580
    Attack Time
    0.67335
    Experiencia
    112,805
    Minion Life
    302,254
    Minion Energy Shield
    6,645
    Minion Damage
    680
    Ailment Threshold
    442,453
    Chill
    1,399
    Shock
    1,399
    Brittle
    7,915
    Scorch
    1,399
    Sap
    3,865
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    ChimeraFlickerLance
    Attack
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Tiempo de recarga: 5 seg
    Aplica sangrado
    ChimeraComboAttack
    Attack
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Tiempo de recarga: 8 seg
    Inflige un 25% más de daño
    ChimeraChargedAttack
    Attack
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Tiempo de recarga: 10 seg
    Inflige un 40% menos de daño
    active skill area of effect radius +% final [30]
    ChimeraFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    Golpe repentino
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Tiempo de recarga: 1.5 seg
    Teletransporta al personaje a un monstruo cercano y lo ataca con un arma cuerpo a cuerpo. Si no seleccionas un monstruo específico, elige uno al azar. Otorga un efecto beneficioso que aumenta la velocidad de movimiento durante un tiempo. Puedes ignorar su tiempo de recarga consumiendo una carga de frenesí.
    Inflige un 20% más de daño
    Velocidad de ataque aumentada un 40%
    Lisia con Cada Golpe
    ignores proximity shield [1]
    iconblinkstrike
    ChimeraTeleport
    Spell
    Tiempo de lanzamiento: 1 seg

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/ChimeraBossStandalone"] = {
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        name = "Guardian of the Chimera",
        life = 10,
        energyShield = 0.5,
        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 = { }, },
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value -50 -50 Global
  • Craft TagsVelocidad
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor fijo
  • cannot be stunned for ms after stun finished 4000 4000 Global
  • dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • dropped items have influence type 1 1 Global — Valor fijo
  • monster dropped item quantity +% final for influenced monster -80 -80 Global
  • No puede ser empujado
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Valor fijo
  • Guardián de la quimera
    Bestia
    IconEnemyResistanceFireStrong IconEnemyResistanceColdStrong IconEnemyResistanceLightningStrong IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    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]
    No puede ser empujado
    Guardian of the Chimera
    Spectre
    Tagsbeast, fast_movement, flesh_armour, has_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, large_height, large_model, melee, physical_affinity, red_blood, slashing_weapon, standalone_map_boss
    Vida
    1000%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Evasión
    +50%
    Ailment Threshold
    504%
    Resistencia
    IconEnemyResistanceFireStrong50% IconEnemyResistanceColdStrong50% IconEnemyResistanceLightningStrong50% IconEnemyResistanceChaos30%
    Damage
    200%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    140%
    Type
    AtlasBossChimera
    Metadata
    ChimeraBossStandaloneScarab
    Nivel
    68
    Vida
    1,393,464
    Armadura
    43,185
    Evasión
    7,109
    Escudo de energía
    30,635
    Damage
    851
    Daño de hechizos
    1,270
    Precisión
    580
    Attack Time
    0.67335
    Experiencia
    112,805
    Minion Life
    302,254
    Minion Energy Shield
    6,645
    Minion Damage
    680
    Ailment Threshold
    442,453
    Chill
    1,399
    Shock
    1,399
    Brittle
    7,915
    Scorch
    1,399
    Sap
    3,865
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    ChimeraFlickerLance
    Attack
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Tiempo de recarga: 5 seg
    Aplica sangrado
    ChimeraComboAttack
    Attack
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Tiempo de recarga: 8 seg
    Inflige un 25% más de daño
    ChimeraChargedAttack
    Attack
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Tiempo de recarga: 10 seg
    Inflige un 40% menos de daño
    active skill area of effect radius +% final [30]
    ChimeraFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    Golpe repentino
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Tiempo de recarga: 1.5 seg
    Teletransporta al personaje a un monstruo cercano y lo ataca con un arma cuerpo a cuerpo. Si no seleccionas un monstruo específico, elige uno al azar. Otorga un efecto beneficioso que aumenta la velocidad de movimiento durante un tiempo. Puedes ignorar su tiempo de recarga consumiendo una carga de frenesí.
    Inflige un 20% más de daño
    Velocidad de ataque aumentada un 40%
    Lisia con Cada Golpe
    ignores proximity shield [1]
    iconblinkstrike
    ChimeraTeleport
    Spell
    Tiempo de lanzamiento: 1 seg

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/ChimeraBossStandaloneScarab"] = {
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        name = "Guardian of the Chimera",
        life = 10,
        energyShield = 0.5,
        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 = { }, },
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value -50 -50 Global
  • Craft TagsVelocidad
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor fijo
  • cannot be stunned for ms after stun finished 4000 4000 Global
  • dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • dropped items have influence type 1 1 Global — Valor fijo
  • monster dropped item quantity +% final for influenced monster -80 -80 Global
  • No puede ser empujado
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Valor fijo
  • Guardián de la Quimera
    Bestia
    IconEnemyResistanceFireStrong IconEnemyResistanceColdStrong IconEnemyResistanceLightningStrong IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    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]
    monster no drops or experience [1]
    No puede ser empujado
    Guardian of the Chimera
    Spectre
    Tagsbeast, fast_movement, flesh_armour, has_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, large_height, large_model, melee, physical_affinity, red_blood, slashing_weapon, standalone_map_boss
    Vida
    1000%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Evasión
    +50%
    Ailment Threshold
    504%
    Resistencia
    IconEnemyResistanceFireStrong50% IconEnemyResistanceColdStrong50% IconEnemyResistanceLightningStrong50% IconEnemyResistanceChaos30%
    Damage
    200%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    140%
    Type
    AtlasBossChimera
    Metadata
    ChimeraBossStandaloneGauntlet
    Nivel
    68
    Vida
    1,393,464
    Armadura
    43,185
    Evasión
    7,109
    Escudo de energía
    30,635
    Damage
    851
    Daño de hechizos
    1,270
    Precisión
    580
    Attack Time
    0.67335
    Experiencia
    112,805
    Minion Life
    302,254
    Minion Energy Shield
    6,645
    Minion Damage
    680
    Ailment Threshold
    442,453
    Chill
    1,399
    Shock
    1,399
    Brittle
    7,915
    Scorch
    1,399
    Sap
    3,865
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    ChimeraFlickerLance
    Attack
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Tiempo de recarga: 5 seg
    Aplica sangrado
    ChimeraComboAttack
    Attack
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Tiempo de recarga: 8 seg
    Inflige un 25% más de daño
    ChimeraChargedAttack
    Attack
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Tiempo de recarga: 10 seg
    Inflige un 40% menos de daño
    active skill area of effect radius +% final [30]
    ChimeraFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    Golpe repentino
    Base Damage: 13512027
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Tiempo de recarga: 1.5 seg
    Teletransporta al personaje a un monstruo cercano y lo ataca con un arma cuerpo a cuerpo. Si no seleccionas un monstruo específico, elige uno al azar. Otorga un efecto beneficioso que aumenta la velocidad de movimiento durante un tiempo. Puedes ignorar su tiempo de recarga consumiendo una carga de frenesí.
    Inflige un 20% más de daño
    Velocidad de ataque aumentada un 40%
    Lisia con Cada Golpe
    ignores proximity shield [1]
    iconblinkstrike
    ChimeraTeleport
    Spell
    Tiempo de lanzamiento: 1 seg

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasBosses/AtlasBosses"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/ChimeraBossStandaloneGauntlet"] = {
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        name = "Guardian of the Chimera",
        life = 10,
        energyShield = 0.5,
        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 = { }, },
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value -50 -50 Global
  • Craft TagsVelocidad
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor fijo
  • cannot be stunned for ms after stun finished 4000 4000 Global
  • dropped items have influence type [1]
    monster dropped item quantity +% final for influenced monster [-80]
    FamilyMonsterDroppedItemsInfluence
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • dropped items have influence type 1 1 Global — Valor fijo
  • monster dropped item quantity +% final for influenced monster -80 -80 Global
  • monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster no drops or experience 1 1 Global — Valor fijo
  • No puede ser empujado
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Valor fijo
  • Guardián de la Quimera
    Bestia
    IconEnemyResistanceFireStrong IconEnemyResistanceColdStrong IconEnemyResistanceLightningStrong IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    No puede ser empujado
    Guardian of the Chimera
    Spectre
    Tagsbeast, 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, red_blood, slashing_weapon
    Vida
    1000%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Evasión
    +50%
    Ailment Threshold
    504%
    Resistencia
    IconEnemyResistanceFireStrong50% IconEnemyResistanceColdStrong50% IconEnemyResistanceLightningStrong50% IconEnemyResistanceChaos30%
    Damage
    200%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    140%
    Type
    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"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasBosses/ChimeraBossElder"] = {
        fireResist = 50,
        coldResist = 50,
        lightningResist = 50,
        chaosResist = 30,
        name = "Guardian of the Chimera",
        life = 10,
        energyShield = 0.5,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "Claw",
        weaponType2 = "Claw",
        skillList = {
        },
        modList = {
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value -50 -50 Global
  • Craft TagsVelocidad
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valor fijo
  • cannot be stunned for ms after stun finished 4000 4000 Global
  • No puede ser empujado
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • cannot be knocked back 1 1 Global — Valor fijo
  • Community Wiki

    Edit

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

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