MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Doedre, la Vile
Démon
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item rarity +% [6000]
monster slain experience +% [250]
80% de Réduction du Taux de recharge du Bouclier d'énergie
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Doedre the Vile
Spectre
AreaLe Cloaque de Doedre
TagsLanceur de sorts, cleaving_weapon, demon, doedre_monster_story, flesh_armour, human, humanoid, is_unarmed, medium_height, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood, unholy_trio_monster_story
Vie
1500%
Energy Shield From Life
100%
Ailment Threshold
1500%
Résistance
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
200%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 10
Attack Time
1.755 Second
Damage Spread
±20%
Expérience
200%
Model Size
115%
Type
DoedreSewers
Metadata
DoedreSewers
Niveau
56
Vie
42,870
Armure
10,955
Score d'Évasion
3,063
Bouclier d'énergie
42,870
Damage
403
Dégâts des sorts
403
Précision
358
Attack Time
1.755
Expérience
14,268
Minion Life
10,365
Minion Energy Shield
10,365
Minion Damage
311
Ailment Threshold
42,870
Chill
136
Shock
136
Brittle
767
Scorch
136
Sap
375
Phys Convert Ele
180%
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 323484
Chances de coup critique: 5%
Attack Time: 1.755 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
iconbasicattack
DoedreWarp
Spell, Damage, Area, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 2.5 sec.
Temps de recharge: 8 sec.
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
spell maximum base physical damage [860.6]
spell minimum base physical damage [573.7]
DoedreEmptyCauldron
Spell
Temps d'incantation: 6.33 sec.
Temps de recharge: 5 sec.
WandStrike
Spell, Damage, Area, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 1.17 sec.
Tire 2 Projectiles supplémentaires
Les Projectiles sont également tirés à partir de 20 points de part et d'autre de vous
active skill area of effect radius +% final [-40]
additional projectiles fire parallel y dist [-100]
always pierce [1]
base is projectile [1]
is area damage [1]
spell maximum base physical damage [565.9]
spell minimum base physical damage [377.3]
volley additional projectiles fire parallel x dist [100]
DoedreBubbleBurst
Spell, Damage, Area, Triggerable, Triggered, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 2 sec.
Temps de recharge: 8 sec.
always pierce [1]
base is projectile [1]
cluster burst spawn amount [5]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-40]
spell maximum base physical damage [433.6]
spell minimum base physical damage [289.1]
DoedreEmptyCauldronEmerge
Spell
Temps d'incantation: 6.33 sec.
Temps de recharge: 5 sec.

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"
}

Transitionable {}

Positioned
{
	force_placement = true
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Doedre/DoedreSewers"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Doedre the Vile",
    life = 15,
    energyShield = 1,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.755,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "Melee",
        "WandStrike",
        "DoedreBubbleBurst",
        "DoedreWarp",
        "DoedreEmptyCauldronEmerge",
        "DoedreEmptyCauldron",
    },
    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["WandStrike"] = {
    name = "WandStrike",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.17,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "number_of_additional_projectiles",
        "volley_additional_projectiles_fire_parallel_x_dist",
        "additional_projectiles_fire_parallel_y_dist",
        "support_parallel_projectile_number_of_points_per_side",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 2, 100, -100, 20, -40, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoedreBubbleBurst"] = {
    name = "DoedreBubbleBurst",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Triggered] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "cluster_burst_spawn_amount",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 5, -40, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoedreWarp"] = {
    name = "DoedreWarp",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -30, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoedreEmptyCauldronEmerge"] = {
    name = "DoedreEmptyCauldronEmerge",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 6.33,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoedreEmptyCauldron"] = {
    name = "DoedreEmptyCauldron",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 6.33,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster dropped item rarity +% [6000]
monster slain experience +% [250]
FamilyMonsterActBoss
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster slain experience +% 250 250 Global
  • monster dropped item rarity +% 6000 6000 Global
  • 80% de Réduction du Taux de recharge du Bouclier d'énergie
    FamilyEnergyShieldRegeneration
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • energy shield recharge rate +% -80 -80 Global
  • Craft TagsDéfenses Bouclier d'énergie
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valeur fixe
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • FamilyBossHealOnPlayerDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • heal aura owner % max life on death 0 0 Global
  • heal_on_nearby_death
    Rayon: 120
    heal aura owner % max life on death [0]
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    Positioned.force_placementtrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, ChangeToStance1, ChangeToStance2
    Actor.slow_animations_go_to_idletrue
    Doedre, la Vile
    Démon
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster dropped item rarity +% [6000]
    monster slain experience +% [250]
    80% de Réduction du Taux de recharge du Bouclier d'énergie
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Doedre the Vile
    Spectre
    TagsLanceur de sorts, cleaving_weapon, demon, flesh_armour, human, humanoid, is_unarmed, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood
    Vie
    1500%
    Energy Shield From Life
    100%
    Ailment Threshold
    1500%
    Résistance
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    200%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    115%
    Type
    DoedreSewers
    Metadata
    DoedreSewersStandalone_
    Niveau
    68
    Vie
    96,500
    Armure
    28,790
    Score d'Évasion
    4,739
    Bouclier d'énergie
    91,905
    Damage
    747
    Dégâts des sorts
    747
    Précision
    580
    Attack Time
    1.755
    Expérience
    20,510
    Minion Life
    20,932
    Minion Energy Shield
    19,935
    Minion Damage
    597
    Ailment Threshold
    96,500
    Chill
    305
    Shock
    305
    Brittle
    1,726
    Scorch
    305
    Sap
    843
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 598897
    Chances de coup critique: 5%
    Attack Time: 1.755 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    DoedreWarp
    Spell, Damage, Area, AreaSpell
    Chances de coup critique: 5%
    Temps d'incantation: 2.5 sec.
    Temps de recharge: 8 sec.
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    spell maximum base physical damage [1629]
    spell minimum base physical damage [1086]
    WandStrike
    Spell, Damage, Area, AreaSpell
    Chances de coup critique: 5%
    Temps d'incantation: 1.17 sec.
    Tire 2 Projectiles supplémentaires
    Les Projectiles sont également tirés à partir de 20 points de part et d'autre de vous
    active skill area of effect radius +% final [-40]
    additional projectiles fire parallel y dist [-100]
    always pierce [1]
    base is projectile [1]
    is area damage [1]
    spell maximum base physical damage [1011]
    spell minimum base physical damage [674.1]
    volley additional projectiles fire parallel x dist [100]
    DoedreBubbleBurst
    Spell, Damage, Area, Triggerable, Triggered, AreaSpell
    Chances de coup critique: 5%
    Temps d'incantation: 2 sec.
    Temps de recharge: 8 sec.
    always pierce [1]
    base is projectile [1]
    cluster burst spawn amount [5]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-40]
    spell maximum base physical damage [731]
    spell minimum base physical damage [487.3]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Doedre/DoedreSewersStandalone_"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Doedre the Vile",
        life = 15,
        energyShield = 1,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "Melee",
            "WandStrike",
            "DoedreBubbleBurst",
            "DoedreWarp",
        },
        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["WandStrike"] = {
        name = "WandStrike",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.17,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_additional_projectiles",
            "volley_additional_projectiles_fire_parallel_x_dist",
            "additional_projectiles_fire_parallel_y_dist",
            "support_parallel_projectile_number_of_points_per_side",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, 100, -100, 20, -40, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DoedreBubbleBurst"] = {
        name = "DoedreBubbleBurst",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Triggered] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cluster_burst_spawn_amount",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, -40, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DoedreWarp"] = {
        name = "DoedreWarp",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -30, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster dropped item rarity +% [6000]
    monster slain experience +% [250]
    FamilyMonsterActBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% 250 250 Global
  • monster dropped item rarity +% 6000 6000 Global
  • 80% de Réduction du Taux de recharge du Bouclier d'énergie
    FamilyEnergyShieldRegeneration
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • energy shield recharge rate +% -80 -80 Global
  • Craft TagsDéfenses Bouclier d'énergie
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valeur fixe
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Edit

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