Esh, la Pensée fourchue
Démon
monster no drops [1]
Esh, Forked Thought
SpectreN
TagsLanceur de sorts, demon, has_wand, humanoid, light_armour, lightning_affinity, medium_height, no_pantheon_mod, red_blood, very_fast_movement
Vie
3200%
Ailment Threshold
3200%
Résistance
40 40 40 25
Damage
200%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
140%
Type
BreachBossLightningWild
Metadata
BreachBossLightningWild
Niveau
68
Vie
205,867
Armure
28,790
Évasion
4,739
Bouclier d'énergie
0
Damage
747
Dégâts des sorts
747
Précision
290
Attack Time
1.5
Expérience
20,510
Ailment Threshold
205,867
Chill
651
Shock
651
Brittle
3,683
Scorch
651
Sap
1,798
BreachBossLightningWhip
Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
Éruption de flammes
Chances de coup critique: 5%
Temps d'incantation: 0.75 sec.
Crache des flammes qui infligent des dégâts aux ennemis devant vous. Ce sort inflige davantage de dégâts aux ennemis qui brûlent. Si ce sort touche un ennemi Embrasé, il créera du sol brûlant sous ses pieds. Vos modificateurs de dégâts ne s'appliquent pas à ce sol brûlant.
Inflige 742.8 à 2228 Dégâts de foudre
Vous infligez toujours l'Électrocution en Touchant
active skill area of effect radius +% final [120]
is area damage [1]
BreachLightningOrbs
Spell, Damage, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 0.75 sec.
Inflige 478.1 à 1434 Dégâts de foudre
La Durée de base est de 30 secondes
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
spell maximum action distance +% [100]
BreachRecall
Spell
Temps d'incantation: 1 sec.
Temps de recharge: 15 sec.
50% de Réduction de la Vitesse des Projectiles

Object Type

version 2
extends "Metadata/Monsters/BreachBosses/BreachMonster"

Transitionable
{
}

MinimapIcon
{
	icon = "BreachBoss"	
}

Object Type Codes

version 2
extends "Metadata/Monsters/BreachBosses/BreachMonster"

BaseEvents
{
	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/Breach/boss_hand_fx/Lightning.epk );"
}

SoundParameterBreach
{
	parameter = "BreachEdgeDist"
	distance_start = 0.0
	distance_end = 10.0
	value_start = 0.0
	value_end = 10.0
}

Life
{
	on_spawned_dead = "HideMinimapIcon();"
	on_death = "HideMinimapIcon();"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BreachBosses/BreachBossLightningWild"] = {
    name = "Esh, Forked Thought",
    life = 32,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "Wand",
    skillList = {
        "BreachBossLightningWhip",
        "BreachLightningOrbs",
        "BreachRecall",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BreachBossLightningWhip"] = {
    name = "Flame Surge",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.75,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "always_shock",
    },
    levels = {
        [1] = {0.5, 1.5, 120, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BreachLightningOrbs"] = {
    name = "BreachLightningOrbs",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.75,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "spell_maximum_action_distance_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 30000, 100, -30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BreachRecall"] = {
    name = "BreachRecall",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_projectile_speed_+%",
    },
    levels = {
        [1] = {-50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops [1]
IdMonsterNoDrops
FamilyMonsterNoDrops
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster no drops Min: 1 Max: 1 Global
  • Esh, la Pensée fourchue
    Démon
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Vous ne pouvez pas être Repoussé(e)
    Esh, Forked Thought
    SpectreN
    AreaDomaine d'Esh, Domaine d'Esh, Domaine d'Esh, Domaine d'Esh, Domaine d'Esh
    Tagsbreachlord_boss_domain, Lanceur de sorts, demon, has_wand, humanoid, light_armour, lightning_affinity, medium_height, no_pantheon_mod, red_blood, unique_map_boss, very_fast_movement
    Vie
    1200%
    Ailment Threshold
    504%
    Résistance
    40 40 40 25
    Damage
    200%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    140%
    Type
    BreachBossLightningMap
    Metadata
    BreachBossLightningMap
    Niveau
    84
    Vie
    35,247,049
    Armure
    99,834
    Évasion
    8,120
    Bouclier d'énergie
    0
    Damage
    2,171
    Dégâts des sorts
    3,241
    Précision
    538
    Attack Time
    1.005
    Expérience
    145,750
    Ailment Threshold
    6,957,767
    Chill
    22,000
    Shock
    22,000
    Brittle
    124,467
    Scorch
    22,000
    Sap
    60,783
    BreachBossLightningWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Éruption de flammes
    Chances de coup critique: 5%
    Temps d'incantation: 0.75 sec.
    Crache des flammes qui infligent des dégâts aux ennemis devant vous. Ce sort inflige davantage de dégâts aux ennemis qui brûlent. Si ce sort touche un ennemi Embrasé, il créera du sol brûlant sous ses pieds. Vos modificateurs de dégâts ne s'appliquent pas à ce sol brûlant.
    Inflige 1339 à 4016 Dégâts de foudre
    Vous infligez toujours l'Électrocution en Touchant
    active skill area of effect radius +% final [120]
    is area damage [1]
    BreachShockNovaExpanding
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
    Nova d'électricité
    Temps d'incantation: 4 sec.
    Temps de recharge: 10 sec.
    Un sort qui lance un anneau de foudre autour de vous, suivi par une nova de foudre plus grande. Chaque effet touche les ennemis situés dans sa zone avec des dégâts de foudre.
    Inflige 2180 à 6539 Dégâts de foudre
    L'Anneau a 100% de Perte de Dégâts
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    shock nova skill area of effect +% per contact point [200]
    TransitionObject
    number of monsters to summon [1]
    summon monster radius [200]
    transition objects at state [1]
    TransitionObject2
    number of monsters to summon [1]
    summon monster radius [200]
    transition objects at state [1]
    TransitionObject3
    number of monsters to summon [1]
    summon monster radius [200]
    transition objects at state [1]
    TransitionObject4
    number of monsters to summon [1]
    summon monster radius [200]
    transition objects at state [1]
    BreachRecall
    Spell
    Temps d'incantation: 1 sec.
    Temps de recharge: 15 sec.
    50% de Réduction de la Vitesse des Projectiles
    TeleportMarkerBreachLightning
    Spell
    Temps d'incantation: 0.3 sec.
    Temps de recharge: 3 sec.
    marker warp marker variation [1]
    BreachLightningOrbs
    Spell, Damage, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 0.75 sec.
    Inflige 1029 à 3088 Dégâts de foudre
    La Durée de base est de 30 secondes
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    spell maximum action distance +% [100]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachBoss"
    
    Animated
    {
    	on_end_death = "SpawnPermanentEffect( Metadata/Effects/Spells/monsters_effects/Breach/Boss_death/DexDeath.ao, death );"
    }
    
    BaseEvents 
    { 
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/Breach/boss_hand_fx/Lightning.epk );"
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BreachBosses/BreachBossLightningMap"] = {
        name = "Esh, Forked Thought",
        life = 12,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "BreachBossLightningWhip",
            "BreachShockNovaExpanding",
            "TeleportMarkerBreachLightning",
            "TransitionObject",
            "TransitionObject2",
            "TransitionObject3",
            "TransitionObject4",
            "BreachLightningOrbs",
            "BreachRecall",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachBossLightningWhip"] = {
        name = "Flame Surge",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "always_shock",
        },
        levels = {
            [1] = {0.5, 1.5, 120, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachShockNovaExpanding"] = {
        name = "Shock Nova",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Casts a ring of Lightning around you, followed by a larger Lightning nova. Each effect hits enemies caught in their area with Lightning Damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "newshocknova_first_ring_damage_+%_final",
            "shock_nova_skill_area_of_effect_+%_per_contact_point",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, -100, 200, -30, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TeleportMarkerBreachLightning"] = {
        name = "TeleportMarkerBreachLightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "marker_warp_marker_variation",
        },
        levels = {
            [1] = {1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TransitionObject"] = {
        name = "TransitionObject",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summon_monster_radius",
            "transition_objects_at_state",
        },
        levels = {
            [1] = {1, 200, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TransitionObject2"] = {
        name = "TransitionObject2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summon_monster_radius",
            "transition_objects_at_state",
        },
        levels = {
            [1] = {1, 200, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TransitionObject3"] = {
        name = "TransitionObject3",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summon_monster_radius",
            "transition_objects_at_state",
        },
        levels = {
            [1] = {1, 200, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TransitionObject4"] = {
        name = "TransitionObject4",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summon_monster_radius",
            "transition_objects_at_state",
        },
        levels = {
            [1] = {1, 200, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningOrbs"] = {
        name = "BreachLightningOrbs",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 30000, 100, -30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachRecall"] = {
        name = "BreachRecall",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_projectile_speed_+%",
        },
        levels = {
            [1] = {-50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Esh, la Pensée fourchue
    Démon
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Vous ne pouvez pas être Repoussé(e)
    Esh, Forked Thought
    SpectreN
    TagsLanceur de sorts, demon, has_wand, humanoid, light_armour, lightning_affinity, medium_height, no_pantheon_mod, red_blood, standalone_map_boss, very_fast_movement
    Vie
    1200%
    Ailment Threshold
    504%
    Résistance
    40 40 40 25
    Damage
    200%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    140%
    Type
    BreachBossLightningMap
    Metadata
    BreachBossLightningMapStandalone
    Niveau
    68
    Vie
    1,672,156
    Armure
    28,790
    Évasion
    4,739
    Bouclier d'énergie
    0
    Damage
    851
    Dégâts des sorts
    1,270
    Précision
    290
    Attack Time
    1.005
    Expérience
    112,805
    Ailment Threshold
    442,453
    Chill
    1,399
    Shock
    1,399
    Brittle
    7,915
    Scorch
    1,399
    Sap
    3,865
    BreachBossLightningWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Éruption de flammes
    Chances de coup critique: 5%
    Temps d'incantation: 0.75 sec.
    Crache des flammes qui infligent des dégâts aux ennemis devant vous. Ce sort inflige davantage de dégâts aux ennemis qui brûlent. Si ce sort touche un ennemi Embrasé, il créera du sol brûlant sous ses pieds. Vos modificateurs de dégâts ne s'appliquent pas à ce sol brûlant.
    Inflige 742.8 à 2228 Dégâts de foudre
    Vous infligez toujours l'Électrocution en Touchant
    active skill area of effect radius +% final [120]
    is area damage [1]
    BreachShockNovaExpanding
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
    Nova d'électricité
    Temps d'incantation: 4 sec.
    Temps de recharge: 10 sec.
    Un sort qui lance un anneau de foudre autour de vous, suivi par une nova de foudre plus grande. Chaque effet touche les ennemis situés dans sa zone avec des dégâts de foudre.
    Inflige 1164 à 3491 Dégâts de foudre
    L'Anneau a 100% de Perte de Dégâts
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    shock nova skill area of effect +% per contact point [200]
    BreachRecall
    Spell
    Temps d'incantation: 1 sec.
    Temps de recharge: 15 sec.
    50% de Réduction de la Vitesse des Projectiles
    TeleportStandaloneBreachLightningBoss
    Spell, Movement
    Temps d'incantation: 0.3 sec.
    Temps de recharge: 3 sec.
    BreachLightningOrbs
    Spell, Damage, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 0.75 sec.
    Inflige 478.1 à 1434 Dégâts de foudre
    La Durée de base est de 30 secondes
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    spell maximum action distance +% [100]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Stats
    {
    	set_monster_uses_map_boss_difficulty_scaling = 0
    	set_additional_life_scaling_index = 4
    }
    
    StateMachine
    {
    	define_shared_state = "add_effects;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    BaseEvents 
    { 
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/Breach/boss_hand_fx/Lightning.epk );"
    }
    
    StateMachine
    {
    	on_or_create_state_add_effects_1 = "AddEffectPackToVisualSlotAttachedObject( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Maven/bubble_bosses/esh_wand.epk, MainHand );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BreachBosses/BreachBossLightningMapStandalone"] = {
        name = "Esh, Forked Thought",
        life = 12,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "BreachBossLightningWhip",
            "BreachShockNovaExpanding",
            "BreachLightningOrbs",
            "BreachRecall",
            "TeleportStandaloneBreachLightningBoss",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachBossLightningWhip"] = {
        name = "Flame Surge",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "always_shock",
        },
        levels = {
            [1] = {0.5, 1.5, 120, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachShockNovaExpanding"] = {
        name = "Shock Nova",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Casts a ring of Lightning around you, followed by a larger Lightning nova. Each effect hits enemies caught in their area with Lightning Damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "newshocknova_first_ring_damage_+%_final",
            "shock_nova_skill_area_of_effect_+%_per_contact_point",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, -100, 200, -30, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningOrbs"] = {
        name = "BreachLightningOrbs",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.75,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 30000, 100, -30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachRecall"] = {
        name = "BreachRecall",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_projectile_speed_+%",
        },
        levels = {
            [1] = {-50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TeleportStandaloneBreachLightningBoss"] = {
        name = "TeleportStandaloneBreachLightningBoss",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Vous ne pouvez pas être Repoussé(e)
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Esh, la Pensée fourchue
    Démon
    monster no drops or experience [1]
    Esh, Forked Thought
    SpectreN
    TagsLanceur de sorts, demon, has_wand, hidden_monster, humanoid, immobile, light_armour, lightning_affinity, medium_height, no_pantheon_mod, red_blood, standalone_map_boss, unusable_corpse
    Vie
    1200%
    Ailment Threshold
    504%
    Résistance
    40 40 40 25
    Damage
    200%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    140%
    Type
    BreachBossLightningMap
    Metadata
    BreachBossOverlordCloneLightning
    Niveau
    68
    Vie
    77,200
    Armure
    28,790
    Évasion
    4,739
    Bouclier d'énergie
    0
    Damage
    747
    Dégâts des sorts
    747
    Précision
    290
    Attack Time
    1.5
    Expérience
    20,510
    Ailment Threshold
    32,424
    Chill
    103
    Shock
    103
    Brittle
    580
    Scorch
    103
    Sap
    283
    BreachShockNovaExpanding
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
    Nova d'électricité
    Temps d'incantation: 4 sec.
    Temps de recharge: 10 sec.
    Un sort qui lance un anneau de foudre autour de vous, suivi par une nova de foudre plus grande. Chaque effet touche les ennemis situés dans sa zone avec des dégâts de foudre.
    Inflige 1164 à 3491 Dégâts de foudre
    L'Anneau a 100% de Perte de Dégâts
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    shock nova skill area of effect +% per contact point [200]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    BaseEvents
    {
    	on_construction_complete = "RemoveCollidability();"
    }
    
    StateMachine
    {
    	define_shared_state = "skill_done;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete =
    	"
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/Breach/boss_hand_fx/Lightning.epk );
    		AddEffectPack( Metadata/Effects/Microtransactions/Spells/raise_spectre/shadow_mirror/shadow_mirror_EPK.epk );
    	"
    }
    
    StateMachine
    {
    	on_state_skill_done_1 =
    	"
    		RemoveEffects();
    		AddEffectPack( Metadata/Effects/Spells/monsters_effects/Weapon_fade/fadeout_fast.epk );
    		Delay( 0.5, { DisableRendering(); } );
    	"
    
    	create_state_skill_done_1 = "DisableRendering();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BreachBosses/BreachBossOverlordCloneLightning"] = {
        name = "Esh, Forked Thought",
        life = 12,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Wand",
        skillList = {
            "BreachShockNovaExpanding",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachShockNovaExpanding"] = {
        name = "Shock Nova",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Casts a ring of Lightning around you, followed by a larger Lightning nova. Each effect hits enemies caught in their area with Lightning Damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "newshocknova_first_ring_damage_+%_final",
            "shock_nova_skill_area_of_effect_+%_per_contact_point",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, -100, 200, -30, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Edit

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