Baracus Phraxisanct
Humanoid
Chaos Damage taken does not bypass Energy Shield
99% of Maximum Life Converted to Energy Shield
monster base type attack cast speed +% and damage -% final [33]
35% increased Cast Speed
Regenerate 10% of Life per second
You cannot Recharge Energy Shield
Chill Effect and Freeze Duration on you are based on 100% of Energy Shield
Stun Threshold is based on Energy Shield instead of Life
25% Chance to Block Attack Damage
25% Chance to Block Spell Damage
You take 20% of Damage from Blocked Hits
SpectreN
Tagscaster, chaos_affinity, exile, has_dagger, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, not_dex, physical_affinity, red_blood, rogue_exile, slashing_weapon
Packs
  • Torr Olgosso, Armios Bell, Zacharie Desmarais, Jonah Unchained, Damoi Tui, Xandro Blooddrinker, Vickas Giantbone, Orra Greengate, Thena Moga, Antalie Napora, Augustina Solaria, Lael Furia, Vanth Agiel, Ion Darkshroud, Ash Lessard, Wilorin Demontamer, Eoin Greyfur, Tinevin Highdove, Magnus Stonethorn, Minara Anemina, Igna Phoenix, Dena Lorenni, Ailentia Rac, Oyra Ona, Bolt Brownfur, Ulysses Morvant, Aurelio Voidsinger, Ultima Thule, Ohne Trix, Kirmes Olli, Baracus Phraxisanct, Thom Imperial, Ainsley Varrich, Sevet Tetherein
  • Life
    128%
    Energy Shield From Life
    50%
    Armour
    +50%
    Ailment Threshold
    128%
    Resistance
    30 30 30 20
    Damage
    143%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experience
    220%
    Model Size
    100%
    Type
    ExileTemplar6
    Metadata
    ExileTemplar6
    Level
    68
    Life
    8,235
    Armour
    43,185
    Evasion
    4,739
    Energy Shield
    3,064
    Damage
    534
    Spell Damage
    534
    Accuracy
    290
    Attack Time
    1.245
    Experience
    22,561
    Ailment Threshold
    8,235
    Chill
    26
    Shock
    26
    Brittle
    147
    Scorch
    26
    Sap
    72
    ExileShieldChargeWeak
    Attack, RequiresShield, Melee, Area, Movement, Travel
    Shield Charge
    Base Damage: 427–641
    Critical Strike Chance: 5%
    Attack Damage: 50%
    Attack Time: 1.245 sec
    Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies. Cannot be supported by Multistrike.
    Deals 50% less Attack Damage
    10% increased Attack Speed
    25% more Damage with Hits at Maximum Charge Distance
    50% increased Movement Speed
    ignores proximity shield [1]
    shield charge extra distance [10]
    ExileDarkPact
    Spell, Damage, Mineable, Totemable, Area, Trappable, Triggerable, Multicastable, Chains, Chaos, Minion, CanRapidFire, AreaSpell, Nova
    Dark Pact
    Critical Strike Chance: 5%
    Cast Time: 0.625 sec
    This spell removes some life from one of your Skeleton minions near you or the targeted location to deal chaos damage in an area around it. This effect will chain to your other nearby skeletons. If you have no skeletons near you or the targeted location, it will sacrifice your own life to deal damage instead.
    Deals 359.5 to 539.3 Chaos Damage
    Uses your Life if no Skeletons in range
    active skill area of effect radius +% final [50]
    is area damage [1]
    ExileTemplarWitherTotem
    Spell, Area, Duration, Totemable, Chaos, AreaSpell
    Wither
    Cast Time: 0.28 sec
    Cooldown Time: 1 sec
    Casts a debilitating effect on enemies in an area, Hindering their movement and applying a stacking Withered debuff that increases the Chaos Damage they take. This effect can stack up to 15 times.
    Totem lasts 12 seconds
    Base duration is 0.5 seconds
    Base secondary duration is 8 seconds
    Summons a Totem which uses this Skill
    26.457831325301% reduced Movement Speed
    5% increased Chaos Damage taken
    base active skill totem level [68]
    base skill is totemified [1]
    base totem range [45]

    Object Type

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    Stats
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    BaseEvents
    {
    	on_construction_complete = "AddAttachedObjectToBones( Metadata/Items/Armours/BodyArmours/WarlockRobe/WarlockRobeHeld.ao, aux_waist_attachment, 19 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/ExileTemplar6"] = {
        name = "Baracus Phraxisanct",
        life = 1.28,
        energyShield = 0.5,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "Dagger",
        weaponType2 = "Shield",
        skillList = {
            "ExileShieldChargeWeak",
            "ExileTemplarWitherTotem",
            "ExileDarkPact",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileShieldChargeWeak"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RequiresShield] = true,
            [SkillType.Melee] = true,
            [SkillType.Area] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "attack_speed_+%",
            "shield_charge_extra_distance",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {50, 25, 10, 10, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileTemplarWitherTotem"] = {
        name = "Wither",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Casts a debilitating effect on enemies in an area, Hindering their movement and applying a stacking Withered debuff that increases the Chaos Damage they take. This effect can stack up to 15 times.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.Chaos] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.28,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
            totem = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "base_active_skill_totem_level",
            "chaos_damage_taken_+%",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "base_totem_duration",
            "base_totem_range",
            "is_totem",
            "base_skill_is_totemified",
        },
        levels = {
            [1] = {-20, 1, 5, 500, 8000, 12000, 45, levelRequirement = 1, statInterpolation = {2, 2},  cost = { }, },
            [2] = {-28, 84, 5, 500, 8000, 12000, 45, levelRequirement = 84, statInterpolation = {2, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileDarkPact"] = {
        name = "Dark Pact",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "This spell removes some life from one of your Skeleton minions near you or the targeted location to deal chaos damage in an area around it. This effect will chain to your other nearby skeletons. If you have no skeletons near you or the targeted location, it will sacrifice your own life to deal damage instead.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Chains] = true,
            [SkillType.Chaos] = true,
            [SkillType.Minion] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.625,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "skeletal_chains_aoe_%_health_dealt_as_chaos_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "skeletal_chains_no_minions_targets_self",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Chaos Damage taken does not bypass Energy Shield
    IdMonsterChaosDamageDealtToEnergyShield
    FamilyMonsterChaosDamageDealtToEnergyShield
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • chaos damage does not bypass energy shield Min: 1 Max: 1 Global
  • Craft Tagschaos
    99% of Maximum Life Converted to Energy Shield
    IdExileMaximumLifeConvertedToEnergyShield
    FamilyMaximumLifeConvertedToEnergyShield
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • maximum life % to convert to maximum energy shield Min: 99 Max: 99 Global
  • Craft Tagsresource life defences energy_shield
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    35% increased Cast Speed
    IdMonsterImplicitFastCast1
    FamilyIncreasedCastSpeed
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cast speed +% Min: 35 Max: 35 Global
  • Craft Tagscaster speed
    Regenerate 10% of Life per second
    IdExileLifeRegen2
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 600 Max: 600 Global
  • Craft Tagsresource life
    You cannot Recharge Energy Shield
    IdExileNoEnergyShieldRecharge_
    FamilyEnergyShieldRegeneration
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot recharge energy shield Min: 1 Max: 1 Global
  • Craft Tagsdefences energy_shield
    Chill Effect and Freeze Duration on you are based on 100% of Energy Shield
    IdExileChillAndFreezeBasedOffEnergyShield
    FamilyChillAndFreezeDurationBasedOnEnergyShield
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • chill and freeze duration based on % energy shield Min: 100 Max: 100 Global
  • Craft Tagselemental cold ailment
    Stun Threshold is based on Energy Shield instead of Life
    IdExileStunDurationBasedOnEnergyShield
    FamilyStunDurationBasedOnEnergyShield
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stun threshold based on energy shield instead of life Min: 1 Max: 1 Global
  • 25% Chance to Block Attack Damage
    25% Chance to Block Spell Damage
    You take 20% of Damage from Blocked Hits
    IdMonsterAttackSpellBlock25Bypass20
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base spell block % Min: 25 Max: 25 Global
  • monster base block % Min: 25 Max: 25 Global
  • base block % damage taken Min: 20 Max: 20 Global
  • Craft Tagsblock
    Baracus Phraxisanct
    Humanoid
    Chaos Damage taken does not bypass Energy Shield
    99% of Maximum Life Converted to Energy Shield
    monster base type attack cast speed +% and damage -% final [33]
    35% increased Cast Speed
    Regenerate 10% of Life per second
    You cannot Recharge Energy Shield
    Chill Effect and Freeze Duration on you are based on 100% of Energy Shield
    Stun Threshold is based on Energy Shield instead of Life
    25% Chance to Block Attack Damage
    25% Chance to Block Spell Damage
    You take 20% of Damage from Blocked Hits
    100% increased maximum Life
    100% increased Area of Effect
    80% increased Character Size
    SpectreN
    Tagscaster, chaos_affinity, exile, has_dagger, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, not_dex, physical_affinity, red_blood, rogue_exile, slashing_weapon
    Life
    128%
    Energy Shield From Life
    50%
    Armour
    +50%
    Ailment Threshold
    128%
    Resistance
    30 30 30 20
    Damage
    143%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experience
    220%
    Model Size
    100%
    Type
    ExileTemplar6
    Metadata
    ExileTemplar6Supporter
    Level
    68
    Life
    8,235
    Armour
    43,185
    Evasion
    4,739
    Energy Shield
    3,064
    Damage
    534
    Spell Damage
    534
    Accuracy
    290
    Attack Time
    1.245
    Experience
    22,561
    Ailment Threshold
    8,235
    Chill
    26
    Shock
    26
    Brittle
    147
    Scorch
    26
    Sap
    72
    ExileShieldChargeWeak
    Attack, RequiresShield, Melee, Area, Movement, Travel
    Shield Charge
    Base Damage: 427–641
    Critical Strike Chance: 5%
    Attack Damage: 50%
    Attack Time: 1.245 sec
    Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies. Cannot be supported by Multistrike.
    Deals 50% less Attack Damage
    10% increased Attack Speed
    25% more Damage with Hits at Maximum Charge Distance
    50% increased Movement Speed
    ignores proximity shield [1]
    shield charge extra distance [10]
    ExileDarkPact
    Spell, Damage, Mineable, Totemable, Area, Trappable, Triggerable, Multicastable, Chains, Chaos, Minion, CanRapidFire, AreaSpell, Nova
    Dark Pact
    Critical Strike Chance: 5%
    Cast Time: 0.625 sec
    This spell removes some life from one of your Skeleton minions near you or the targeted location to deal chaos damage in an area around it. This effect will chain to your other nearby skeletons. If you have no skeletons near you or the targeted location, it will sacrifice your own life to deal damage instead.
    Deals 359.5 to 539.3 Chaos Damage
    Uses your Life if no Skeletons in range
    active skill area of effect radius +% final [50]
    is area damage [1]
    ExileTemplarWitherTotem
    Spell, Area, Duration, Totemable, Chaos, AreaSpell
    Wither
    Cast Time: 0.28 sec
    Cooldown Time: 1 sec
    Casts a debilitating effect on enemies in an area, Hindering their movement and applying a stacking Withered debuff that increases the Chaos Damage they take. This effect can stack up to 15 times.
    Totem lasts 12 seconds
    Base duration is 0.5 seconds
    Base secondary duration is 8 seconds
    Summons a Totem which uses this Skill
    26.457831325301% reduced Movement Speed
    5% increased Chaos Damage taken
    base active skill totem level [68]
    base skill is totemified [1]
    base totem range [45]

    Object Type

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    Stats
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    BaseEvents
    {
    	on_construction_complete = "AddAttachedObjectToBones( Metadata/Items/Armours/BodyArmours/WarlockRobe/WarlockRobeHeld.ao, aux_waist_attachment, 19 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/ExileTemplar6Supporter"] = {
        name = "Baracus Phraxisanct",
        life = 1.28,
        energyShield = 0.5,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "Dagger",
        weaponType2 = "Shield",
        skillList = {
            "ExileShieldChargeWeak",
            "ExileTemplarWitherTotem",
            "ExileDarkPact",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileShieldChargeWeak"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RequiresShield] = true,
            [SkillType.Melee] = true,
            [SkillType.Area] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "attack_speed_+%",
            "shield_charge_extra_distance",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {50, 25, 10, 10, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileTemplarWitherTotem"] = {
        name = "Wither",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Casts a debilitating effect on enemies in an area, Hindering their movement and applying a stacking Withered debuff that increases the Chaos Damage they take. This effect can stack up to 15 times.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.Chaos] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.28,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
            totem = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "base_active_skill_totem_level",
            "chaos_damage_taken_+%",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "base_totem_duration",
            "base_totem_range",
            "is_totem",
            "base_skill_is_totemified",
        },
        levels = {
            [1] = {-20, 1, 5, 500, 8000, 12000, 45, levelRequirement = 1, statInterpolation = {2, 2},  cost = { }, },
            [2] = {-28, 84, 5, 500, 8000, 12000, 45, levelRequirement = 84, statInterpolation = {2, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileDarkPact"] = {
        name = "Dark Pact",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "This spell removes some life from one of your Skeleton minions near you or the targeted location to deal chaos damage in an area around it. This effect will chain to your other nearby skeletons. If you have no skeletons near you or the targeted location, it will sacrifice your own life to deal damage instead.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Chains] = true,
            [SkillType.Chaos] = true,
            [SkillType.Minion] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.625,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "skeletal_chains_aoe_%_health_dealt_as_chaos_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "skeletal_chains_no_minions_targets_self",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Chaos Damage taken does not bypass Energy Shield
    IdMonsterChaosDamageDealtToEnergyShield
    FamilyMonsterChaosDamageDealtToEnergyShield
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • chaos damage does not bypass energy shield Min: 1 Max: 1 Global
  • Craft Tagschaos
    99% of Maximum Life Converted to Energy Shield
    IdExileMaximumLifeConvertedToEnergyShield
    FamilyMaximumLifeConvertedToEnergyShield
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • maximum life % to convert to maximum energy shield Min: 99 Max: 99 Global
  • Craft Tagsresource life defences energy_shield
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    35% increased Cast Speed
    IdMonsterImplicitFastCast1
    FamilyIncreasedCastSpeed
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cast speed +% Min: 35 Max: 35 Global
  • Craft Tagscaster speed
    Regenerate 10% of Life per second
    IdExileLifeRegen2
    FamilyLifeRegenerationRatePercentage
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 600 Max: 600 Global
  • Craft Tagsresource life
    You cannot Recharge Energy Shield
    IdExileNoEnergyShieldRecharge_
    FamilyEnergyShieldRegeneration
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot recharge energy shield Min: 1 Max: 1 Global
  • Craft Tagsdefences energy_shield
    Chill Effect and Freeze Duration on you are based on 100% of Energy Shield
    IdExileChillAndFreezeBasedOffEnergyShield
    FamilyChillAndFreezeDurationBasedOnEnergyShield
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • chill and freeze duration based on % energy shield Min: 100 Max: 100 Global
  • Craft Tagselemental cold ailment
    Stun Threshold is based on Energy Shield instead of Life
    IdExileStunDurationBasedOnEnergyShield
    FamilyStunDurationBasedOnEnergyShield
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stun threshold based on energy shield instead of life Min: 1 Max: 1 Global
  • 25% Chance to Block Attack Damage
    25% Chance to Block Spell Damage
    You take 20% of Damage from Blocked Hits
    IdMonsterAttackSpellBlock25Bypass20
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base spell block % Min: 25 Max: 25 Global
  • monster base block % Min: 25 Max: 25 Global
  • base block % damage taken Min: 20 Max: 20 Global
  • Craft Tagsblock
    100% increased maximum Life
    100% increased Area of Effect
    80% increased Character Size
    IdMonsterSupporterGigantism1
    FamilyMonsterSupporterGigantism
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • maximum life +% Min: 100 Max: 100 Global
  • base actor scale +% Min: 80 Max: 80 Global
  • base skill area of effect +% Min: 100 Max: 100 Global
  • Edit

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