Scale of Esh
Demon
grant actor scale +% to aura owner on death [2]
grant attack speed +% to aura owner on death [5]
grant cast speed +% to aura owner on death [5]
grant damage reduction % to aura owner on death [-2]
soul is consumed on death [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
SpectreY
Spectre OverrideMetadata/Monsters/SandLeaper/SandLeaperBreachSpectre_
End GameGain 100% of Physical Damage as Extra Lightning Damage
Tagsanimal_claw_weapon, beast, breach_commander, breach_monster_lightning, caster, demon, flesh_armour, hidden_monster, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, small_height, very_fast_movement
Packs
  • Scale of Esh, Scale of Esh
  • Life
    90%
    Evasion
    +50%
    Ailment Threshold
    90%
    Resistance
    30 30 30 20
    Damage
    180%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    220%
    Type
    BreachSandLeaperCommanderNormal
    Metadata
    SandLeaperCommanderBreachNormal
    Level
    68
    Life
    5,790
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    672
    Spell Damage
    672
    Accuracy
    290
    Attack Time
    0.99
    Experience
    15,383
    Ailment Threshold
    5,790
    Chill
    18
    Shock
    18
    Brittle
    104
    Scorch
    18
    Sap
    51
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 538–807
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachLightningWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Flame Surge
    Critical Strike Chance: 5%
    Cast Time: 0.75 sec
    Cooldown Time: 5 sec
    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.
    Deals 581.9 to 1746 Lightning Damage
    active skill area of effect radius +% final [80]
    is area damage [1]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 579.4 to 1076 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]
    BreachTeamWarp
    Spell, Area, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 20 sec
    Base duration is 8 seconds
    breach team warp buff damage taken +% [-50]
    breach team warp buff lightning damage +% [25]
    breach team warp buff movement velocity +% [50]
    number of monsters to summon [3]
    BreachLightningOrbsCommander
    Spell, Damage, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 5 sec
    Deals 295.5 to 886.6 Lightning Damage
    Your Hits cannot Stun Enemies
    Base duration is 3 seconds
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
    	preload_buff_visual = "breach_team_lightning_warp"
    	preload_buff_visual = "breach_eater_aura"
    }
    
    Transitionable
    {
    	on_transition = "SpawnEffect( Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/lightning/lightning_teleport.ao );"
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/lightning/lightning_teleport.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper/SandLeaperCommanderBreachNormal"] = {
        name = "Scale of Esh",
        life = 0.9,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "BreachLightningWhip",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
            "BreachTeamWarp",
            "BreachLightningOrbsCommander",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningWhip"] = {
        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",
        },
        levels = {
            [1] = {0.5, 1.5, 80, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1, 3, 80, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachTeamWarp"] = {
        name = "BreachTeamWarp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "number_of_monsters_to_summon",
            "breach_team_warp_buff_lightning_damage_+%",
            "breach_team_warp_buff_movement_velocity_+%",
            "breach_team_warp_buff_damage_taken_+%",
        },
        levels = {
            [1] = {8000, 3, 25, 50, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningOrbsCommander"] = {
        name = "BreachLightningOrbsCommander",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.5, 1.5, 3000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdMonsterBreachLightningSoulEater
    NameSoul Eater
    FamilyMonsterNemesis
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • soul is consumed on death Min: 1 Max: 1 Global
  • grant cast speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant actor scale +% to aura owner on death Min: 2 Max: 2 Global
  • grant attack speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant damage reduction % to aura owner on death Min: -2 Max: -2 Global
  • Craft Tagsattack caster speed aura
    breach_discharge_aura
    Radius: 70
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Scale of Esh
    Demon
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    SpectreY
    Spectre OverrideMetadata/Monsters/SandLeaper/SandLeaperBreachSpectre_
    End GameGain 100% of Physical Damage as Extra Lightning Damage
    Tagsanimal_claw_weapon, beast, breach_commander, breach_monster_lightning, caster, demon, flesh_armour, hidden_monster, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, small_height, very_fast_movement
    Packs
  • Scale of Esh, Scale of Esh
  • Life
    300%
    Evasion
    +50%
    Ailment Threshold
    300%
    Resistance
    30 30 30 20
    Damage
    180%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    220%
    Type
    BreachSandLeaperCommander
    Metadata
    SandLeaperCommanderBreach
    Level
    68
    Life
    19,300
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    672
    Spell Damage
    672
    Accuracy
    290
    Attack Time
    0.99
    Experience
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 538–807
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachLightningWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Flame Surge
    Critical Strike Chance: 5%
    Cast Time: 0.75 sec
    Cooldown Time: 5 sec
    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.
    Deals 581.9 to 1746 Lightning Damage
    active skill area of effect radius +% final [80]
    is area damage [1]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 579.4 to 1076 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]
    BreachTeamWarp
    Spell, Area, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 20 sec
    Base duration is 8 seconds
    breach team warp buff damage taken +% [-50]
    breach team warp buff lightning damage +% [25]
    breach team warp buff movement velocity +% [50]
    number of monsters to summon [3]
    BreachLightningOrbsCommander
    Spell, Damage, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 5 sec
    Deals 295.5 to 886.6 Lightning Damage
    Your Hits cannot Stun Enemies
    Base duration is 3 seconds
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
    	preload_buff_visual = "breach_team_lightning_warp"
    	preload_buff_visual = "breach_eater_aura"
    }
    
    Transitionable
    {
    	on_transition = "SpawnEffect( Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/lightning/lightning_teleport.ao );"
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/lightning/lightning_teleport.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper/SandLeaperCommanderBreach"] = {
        name = "Scale of Esh",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "BreachLightningWhip",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
            "BreachTeamWarp",
            "BreachLightningOrbsCommander",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningWhip"] = {
        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",
        },
        levels = {
            [1] = {0.5, 1.5, 80, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1, 3, 80, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachTeamWarp"] = {
        name = "BreachTeamWarp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "number_of_monsters_to_summon",
            "breach_team_warp_buff_lightning_damage_+%",
            "breach_team_warp_buff_movement_velocity_+%",
            "breach_team_warp_buff_damage_taken_+%",
        },
        levels = {
            [1] = {8000, 3, 25, 50, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningOrbsCommander"] = {
        name = "BreachLightningOrbsCommander",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.5, 1.5, 3000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdMonsterBreachLightningSoulEater
    NameSoul Eater
    FamilyMonsterNemesis
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • soul is consumed on death Min: 1 Max: 1 Global
  • grant cast speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant actor scale +% to aura owner on death Min: 2 Max: 2 Global
  • grant attack speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant damage reduction % to aura owner on death Min: -2 Max: -2 Global
  • Craft Tagsattack caster speed aura
    breach_discharge_aura
    Radius: 70
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Scale of Esh
    Demon
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    SpectreY
    Spectre OverrideMetadata/Monsters/SandLeaper/SandLeaperBreachSpectre_
    AreaEsh's Domain, Esh's Domain, Esh's Domain, Esh's Domain
    End GameGain 100% of Physical Damage as Extra Lightning Damage
    Tagsanimal_claw_weapon, beast, breach_commander, caster, demon, flesh_armour, hidden_monster, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, small_height, very_fast_movement
    Packs
  • Esh's Domain, Esh's Domain, Esh's Domain, Esh's Domain: Scale of Esh, Scale of Esh
  • Life
    300%
    Evasion
    +50%
    Ailment Threshold
    300%
    Resistance
    30 30 30 20
    Damage
    180%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    220%
    Type
    BreachSandLeaperCommander
    Metadata
    SandLeaperCommanderBreachMap
    Level
    81
    Life
    76,195
    Armour
    79,317
    Evasion
    11,043
    Energy Shield
    0
    Damage
    1,445
    Spell Damage
    1,445
    Accuracy
    480
    Attack Time
    0.99
    Experience
    19,295
    Ailment Threshold
    76,195
    Chill
    241
    Shock
    241
    Brittle
    1,363
    Scorch
    241
    Sap
    666
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 1156–1734
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachLightningWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Flame Surge
    Critical Strike Chance: 5%
    Cast Time: 0.75 sec
    Cooldown Time: 5 sec
    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.
    Deals 968.8 to 2907 Lightning Damage
    active skill area of effect radius +% final [80]
    is area damage [1]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 1014 to 1883 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]
    BreachTeamWarp
    Spell, Area, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 20 sec
    Base duration is 8 seconds
    breach team warp buff damage taken +% [-50]
    breach team warp buff lightning damage +% [25]
    breach team warp buff movement velocity +% [50]
    number of monsters to summon [3]
    BreachLightningOrbsCommander
    Spell, Damage, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 5 sec
    Deals 551.1 to 1653 Lightning Damage
    Your Hits cannot Stun Enemies
    Base duration is 3 seconds
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
    	preload_buff_visual = "breach_team_lightning_warp"
    	preload_buff_visual = "breach_eater_aura"
    }
    
    Transitionable
    {
    	on_transition = "SpawnEffect( Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/lightning/lightning_teleport.ao );"
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/lightning/lightning_teleport.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper/SandLeaperCommanderBreachMap"] = {
        name = "Scale of Esh",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "BreachLightningWhip",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
            "BreachTeamWarp",
            "BreachLightningOrbsCommander",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningWhip"] = {
        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",
        },
        levels = {
            [1] = {0.5, 1.5, 80, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1, 3, 80, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachTeamWarp"] = {
        name = "BreachTeamWarp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "number_of_monsters_to_summon",
            "breach_team_warp_buff_lightning_damage_+%",
            "breach_team_warp_buff_movement_velocity_+%",
            "breach_team_warp_buff_damage_taken_+%",
        },
        levels = {
            [1] = {8000, 3, 25, 50, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningOrbsCommander"] = {
        name = "BreachLightningOrbsCommander",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.5, 1.5, 3000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdMonsterBreachLightningSoulEater
    NameSoul Eater
    FamilyMonsterNemesis
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • soul is consumed on death Min: 1 Max: 1 Global
  • grant cast speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant actor scale +% to aura owner on death Min: 2 Max: 2 Global
  • grant attack speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant damage reduction % to aura owner on death Min: -2 Max: -2 Global
  • Craft Tagsattack caster speed aura
    breach_discharge_aura
    Radius: 70
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Scale of Esh
    Demon
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    SpectreY
    Spectre OverrideMetadata/Monsters/SandLeaper/SandLeaperBreachSpectre_
    End GameGain 100% of Physical Damage as Extra Lightning Damage
    Tagsanimal_claw_weapon, beast, breach_commander, caster, demon, flesh_armour, hidden_monster, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, small_height, very_fast_movement
    Packs
  • Scale of Esh, Scale of Esh
  • Scale of Esh, It of Tul, It of Tul
  • Life
    300%
    Evasion
    +50%
    Ailment Threshold
    300%
    Resistance
    30 30 30 20
    Damage
    180%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    220%
    Type
    BreachSandLeaperCommander
    Metadata
    SandLeaperCommanderBreachMapStandalone
    Level
    68
    Life
    19,300
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    672
    Spell Damage
    672
    Accuracy
    290
    Attack Time
    0.99
    Experience
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 538–807
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachLightningWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Flame Surge
    Critical Strike Chance: 5%
    Cast Time: 0.75 sec
    Cooldown Time: 5 sec
    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.
    Deals 581.9 to 1746 Lightning Damage
    active skill area of effect radius +% final [80]
    is area damage [1]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 579.4 to 1076 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]
    BreachTeamWarp
    Spell, Area, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 20 sec
    Base duration is 8 seconds
    breach team warp buff damage taken +% [-50]
    breach team warp buff lightning damage +% [25]
    breach team warp buff movement velocity +% [50]
    number of monsters to summon [3]
    BreachLightningOrbsCommander
    Spell, Damage, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 5 sec
    Deals 295.5 to 886.6 Lightning Damage
    Your Hits cannot Stun Enemies
    Base duration is 3 seconds
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"
    
    Render
    {
    	preload_buff_visual = "breach_team_lightning_warp"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper/SandLeaperCommanderBreachMapStandalone"] = {
        name = "Scale of Esh",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "BreachLightningWhip",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
            "BreachTeamWarp",
            "BreachLightningOrbsCommander",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningWhip"] = {
        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",
        },
        levels = {
            [1] = {0.5, 1.5, 80, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1, 3, 80, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachTeamWarp"] = {
        name = "BreachTeamWarp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "number_of_monsters_to_summon",
            "breach_team_warp_buff_lightning_damage_+%",
            "breach_team_warp_buff_movement_velocity_+%",
            "breach_team_warp_buff_damage_taken_+%",
        },
        levels = {
            [1] = {8000, 3, 25, 50, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningOrbsCommander"] = {
        name = "BreachLightningOrbsCommander",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.5, 1.5, 3000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdMonsterBreachLightningSoulEater
    NameSoul Eater
    FamilyMonsterNemesis
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • soul is consumed on death Min: 1 Max: 1 Global
  • grant cast speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant actor scale +% to aura owner on death Min: 2 Max: 2 Global
  • grant attack speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant damage reduction % to aura owner on death Min: -2 Max: -2 Global
  • Craft Tagsattack caster speed aura
    breach_discharge_aura
    Radius: 70
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    Scale of Esh
    Demon
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    SpectreY
    Spectre OverrideMetadata/Monsters/SandLeaper/SandLeaperBreachSpectre_
    AreaEsh's Domain
    End GameGain 100% of Physical Damage as Extra Lightning Damage
    Tagsanimal_claw_weapon, beast, breach_commander, caster, demon, flesh_armour, hidden_monster, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, very_fast_movement
    Packs
  • Esh's Domain: Scale of Esh, Scale of Esh
  • Life
    675%
    Evasion
    +50%
    Ailment Threshold
    675%
    Resistance
    30 30 30 20
    Damage
    180%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    220%
    Type
    BreachSandLeaperCommanderUber
    Metadata
    SandLeaperCommanderBreachMapUber
    Level
    84
    Life
    238,242
    Armour
    99,834
    Evasion
    12,180
    Energy Shield
    0
    Damage
    1,716
    Spell Damage
    1,716
    Accuracy
    538
    Attack Time
    0.99
    Experience
    19,875
    Ailment Threshold
    238,242
    Chill
    753
    Shock
    753
    Brittle
    4,262
    Scorch
    753
    Sap
    2,081
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 1373–2059
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachLightningWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Flame Surge
    Critical Strike Chance: 5%
    Cast Time: 0.75 sec
    Cooldown Time: 5 sec
    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.
    Deals 1090 to 3269 Lightning Damage
    active skill area of effect radius +% final [80]
    is area damage [1]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 1154 to 2143 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]
    BreachTeamWarp
    Spell, Area, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 20 sec
    Base duration is 8 seconds
    breach team warp buff damage taken +% [-50]
    breach team warp buff lightning damage +% [25]
    breach team warp buff movement velocity +% [50]
    number of monsters to summon [3]
    BreachLightningOrbsCommander
    Spell, Damage, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 5 sec
    Deals 636.3 to 1909 Lightning Damage
    Your Hits cannot Stun Enemies
    Base duration is 3 seconds
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
    	preload_buff_visual = "breach_team_lightning_warp"
    	preload_buff_visual = "breach_eater_aura"
    }
    
    Transitionable
    {
    	on_transition = "SpawnEffect( Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/lightning/lightning_teleport.ao );"
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/lightning/lightning_teleport.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper/SandLeaperCommanderBreachMapUber"] = {
        name = "Scale of Esh",
        life = 6.75,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "BreachLightningWhip",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
            "BreachTeamWarp",
            "BreachLightningOrbsCommander",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningWhip"] = {
        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",
        },
        levels = {
            [1] = {0.5, 1.5, 80, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1, 3, 80, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachTeamWarp"] = {
        name = "BreachTeamWarp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "number_of_monsters_to_summon",
            "breach_team_warp_buff_lightning_damage_+%",
            "breach_team_warp_buff_movement_velocity_+%",
            "breach_team_warp_buff_damage_taken_+%",
        },
        levels = {
            [1] = {8000, 3, 25, 50, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningOrbsCommander"] = {
        name = "BreachLightningOrbsCommander",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.5, 1.5, 3000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdMonsterBreachLightningSoulEater
    NameSoul Eater
    FamilyMonsterNemesis
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • soul is consumed on death Min: 1 Max: 1 Global
  • grant cast speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant actor scale +% to aura owner on death Min: 2 Max: 2 Global
  • grant attack speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant damage reduction % to aura owner on death Min: -2 Max: -2 Global
  • Craft Tagsattack caster speed aura
    breach_discharge_aura
    Radius: 70
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Scale of Esh
    Demon
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    SpectreY
    Spectre OverrideMetadata/Monsters/SandLeaper/SandLeaperBreachSpectre_
    End GameGain 100% of Physical Damage as Extra Lightning Damage
    Tagsanimal_claw_weapon, beast, breach_monster_lightning, caster, demon, extra_small_height, flesh_armour, hidden_monster, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, very_fast_movement
    Packs
  • Scale of Esh
  • Scale of Esh, Scale of Esh
  • Life
    118%
    Evasion
    +50%
    Ailment Threshold
    118%
    Resistance
    0 0 40 0
    Damage
    112%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    160%
    Type
    BreachSandLeaperNormal
    Metadata
    SandLeaperBreachNormal
    Level
    68
    Life
    7,591
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    418
    Spell Damage
    418
    Accuracy
    290
    Attack Time
    0.99
    Experience
    10,255
    Ailment Threshold
    7,591
    Chill
    24
    Shock
    24
    Brittle
    136
    Scorch
    24
    Sap
    66
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 335–502
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 579.4 to 1076 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    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/SandLeaper/SandLeaperBreachNormal"] = {
        name = "Scale of Esh",
        life = 1.18,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Scale of Esh
    Demon
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    SpectreY
    Spectre OverrideMetadata/Monsters/SandLeaper/SandLeaperBreachSpectre_
    End GameGain 100% of Physical Damage as Extra Lightning Damage
    Tagsanimal_claw_weapon, beast, breach_monster_lightning, caster, demon, extra_small_height, flesh_armour, hidden_monster, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, very_fast_movement
    Packs
  • Scale of Esh, Scale of Esh
  • Life
    170%
    Evasion
    +50%
    Ailment Threshold
    170%
    Resistance
    0 0 40 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    160%
    Type
    BreachSandLeaper
    Metadata
    SandLeaperBreach
    Level
    68
    Life
    10,937
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    0.99
    Experience
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 579.4 to 1076 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    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/SandLeaper/SandLeaperBreach"] = {
        name = "Scale of Esh",
        life = 1.7,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Scale of Esh
    Demon
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    SpectreY
    Spectre OverrideMetadata/Monsters/SandLeaper/SandLeaperBreachSpectre_
    AreaEsh's Domain, Esh's Domain, Esh's Domain, Esh's Domain, Esh's Domain
    End GameGain 100% of Physical Damage as Extra Lightning Damage
    Tagsanimal_claw_weapon, beast, caster, demon, extra_small_height, flesh_armour, hidden_monster, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, very_fast_movement
    Packs
  • Esh's Domain, Esh's Domain, Esh's Domain, Esh's Domain: Scale of Esh, Scale of Esh
  • Esh's Domain: Scale of Esh, Scale of Esh
  • Life
    468%
    Evasion
    +50%
    Ailment Threshold
    468%
    Resistance
    0 0 40 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    160%
    Type
    BreachSandLeaperMap
    Metadata
    SandLeaperBreachMap
    Level
    84
    Life
    165,181
    Armour
    99,834
    Evasion
    12,180
    Energy Shield
    0
    Damage
    1,430
    Spell Damage
    1,430
    Accuracy
    538
    Attack Time
    0.99
    Experience
    13,250
    Ailment Threshold
    165,181
    Chill
    522
    Shock
    522
    Brittle
    2,955
    Scorch
    522
    Sap
    1,443
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 1144–1716
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 1154 to 2143 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    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/SandLeaper/SandLeaperBreachMap"] = {
        name = "Scale of Esh",
        life = 4.68,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Scale of Esh
    Demon
    SpectreY
    Spectre OverrideMetadata/Monsters/SandLeaper/SandLeaperBreachSpectre_
    End GameGain 100% of Physical Damage as Extra Lightning Damage
    Tagsanimal_claw_weapon, beast, caster, demon, extra_small_height, flesh_armour, hidden_monster, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, very_fast_movement
    Packs
  • Scale of Esh, Scale of Esh
  • They of Tul, Scale of Esh
  • Life
    468%
    Evasion
    +50%
    Ailment Threshold
    468%
    Resistance
    0 0 40 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    160%
    Type
    BreachSandLeaperMap
    Metadata
    SandLeaperBreachMapStandalone
    Level
    68
    Life
    30,108
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    0.99
    Experience
    10,255
    Ailment Threshold
    30,108
    Chill
    95
    Shock
    95
    Brittle
    539
    Scorch
    95
    Sap
    263
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 579.4 to 1076 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper/SandLeaperBreachMapStandalone"] = {
        name = "Scale of Esh",
        life = 4.68,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Scale of Esh
    Demon
    monster no drops or experience [1]
    cannot be used as minion [1]
    30% increased Damage
    40% increased Attack Speed
    40% increased Movement Speed
    25% reduced Damage taken
    SpectreN
    End GameGain 100% of Physical Damage as Extra Lightning Damage
    Tagsanimal_claw_weapon, beast, caster, demon, extra_small_height, flesh_armour, hidden_monster, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, very_fast_movement
    Life
    3375%
    Evasion
    +50%
    Ailment Threshold
    3375%
    Resistance
    20 20 20 0
    Damage
    225%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    160%
    Type
    BreachSandLeaperSpawner
    Metadata
    SandLeaperBreachSpawner
    Level
    68
    Life
    217,126
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    840
    Spell Damage
    840
    Accuracy
    290
    Attack Time
    0.99
    Experience
    15,383
    Ailment Threshold
    217,126
    Chill
    687
    Shock
    687
    Brittle
    3,884
    Scorch
    687
    Sap
    1,897
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 672–1009
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 579.4 to 1076 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	set_monster_ignores_delve_darkness_mechanic = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    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/SandLeaper/SandLeaperBreachSpawner"] = {
        name = "Scale of Esh",
        life = 33.75,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 2.25,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • 30% increased Damage
    40% increased Attack Speed
    40% increased Movement Speed
    25% reduced Damage taken
    IdChimeraMinionFerocity
    FamilyChimeraMinionFerocity
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • damage +% Min: 30 Max: 30 Global
  • attack speed +% Min: 40 Max: 40 Global
  • base damage taken +% Min: -25 Max: -25 Global
  • base movement velocity +% Min: 40 Max: 40 Global
  • Craft Tagsdamage attack speed
    Scale of Esh
    Demon
    monster no drops or experience [1]
    cannot be used as minion [1]
    50% of Physical Damage Converted to Lightning Damage
    SpectreN
    Tagsanimal_claw_weapon, beast, demon, extra_small_height, flesh_armour, hidden_monster, insect, is_unarmed, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, unusable_corpse, very_fast_movement
    Life
    170%
    Evasion
    +50%
    Ailment Threshold
    170%
    Resistance
    0 0 40 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    160%
    Type
    BreachSandLeaper
    Metadata
    SandLeaperBreachMinion
    Level
    68
    Life
    10,937
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    0.99
    Experience
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	minion_dies_when_parent_dies = 1
    	set_monster_ignores_delve_darkness_mechanic = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/Lightning/Team_Vaal_LW/spawnlightning.ao"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    
    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/SandLeaper/SandLeaperBreachMinion"] = {
        name = "Scale of Esh",
        life = 1.7,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • 50% of Physical Damage Converted to Lightning Damage
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    Scale of Esh
    Demon
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    SpectreY
    End GameGain 100% of Physical Damage as Extra Lightning Damage
    Tagsanimal_claw_weapon, beast, breach_commander, caster, demon, flesh_armour, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, very_fast_movement
    Life
    300%
    Evasion
    +50%
    Ailment Threshold
    300%
    Resistance
    30 30 30 20
    Damage
    180%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    220%
    Type
    BreachSandLeaperCommander
    Metadata
    SandLeaperBreachSpectre_
    Level
    68
    Life
    19,300
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    672
    Spell Damage
    672
    Accuracy
    290
    Attack Time
    0.99
    Experience
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 538–807
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachLightningWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Flame Surge
    Critical Strike Chance: 5%
    Cast Time: 0.75 sec
    Cooldown Time: 5 sec
    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.
    Deals 581.9 to 1746 Lightning Damage
    active skill area of effect radius +% final [80]
    is area damage [1]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 579.4 to 1076 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]
    BreachTeamWarp
    Spell, Area, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 20 sec
    Base duration is 8 seconds
    breach team warp buff damage taken +% [-50]
    breach team warp buff lightning damage +% [25]
    breach team warp buff movement velocity +% [50]
    number of monsters to summon [3]
    BreachLightningOrbsCommander
    Spell, Damage, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 5 sec
    Deals 295.5 to 886.6 Lightning Damage
    Your Hits cannot Stun Enemies
    Base duration is 3 seconds
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    
    Render
    {
    	preload_buff_visual = "breach_team_lightning_warp"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper/SandLeaperBreachSpectre_"] = {
        name = "Scale of Esh",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "BreachLightningWhip",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
            "BreachTeamWarp",
            "BreachLightningOrbsCommander",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningWhip"] = {
        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",
        },
        levels = {
            [1] = {0.5, 1.5, 80, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1, 3, 80, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachTeamWarp"] = {
        name = "BreachTeamWarp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "number_of_monsters_to_summon",
            "breach_team_warp_buff_lightning_damage_+%",
            "breach_team_warp_buff_movement_velocity_+%",
            "breach_team_warp_buff_damage_taken_+%",
        },
        levels = {
            [1] = {8000, 3, 25, 50, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningOrbsCommander"] = {
        name = "BreachLightningOrbsCommander",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.5, 1.5, 3000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Scale of Esh
    Demon
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    SpectreN
    End GameGain 100% of Physical Damage as Extra Lightning Damage
    Tagsanimal_claw_weapon, beast, breach_commander, caster, demon, flesh_armour, hidden_monster, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, small_height, unusable_corpse, very_fast_movement
    Life
    300%
    Evasion
    +50%
    Ailment Threshold
    300%
    Resistance
    30 30 30 20
    Damage
    180%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    220%
    Type
    BreachSandLeaperCommanderAvatar
    Metadata
    SandLeaperCommanderBreachAvatar
    Level
    68
    Life
    19,300
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    672
    Spell Damage
    672
    Accuracy
    290
    Attack Time
    0.99
    Experience
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 538–807
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachLightningWhip
    Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
    Flame Surge
    Critical Strike Chance: 5%
    Cast Time: 0.75 sec
    Cooldown Time: 5 sec
    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.
    Deals 581.9 to 1746 Lightning Damage
    active skill area of effect radius +% final [80]
    is area damage [1]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 579.4 to 1076 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]
    BreachTeamWarp
    Spell, Area, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 20 sec
    Base duration is 8 seconds
    breach team warp buff damage taken +% [-50]
    breach team warp buff lightning damage +% [25]
    breach team warp buff movement velocity +% [50]
    number of monsters to summon [3]
    BreachLightningOrbsCommander
    Spell, Damage, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 5 sec
    Deals 295.5 to 886.6 Lightning Damage
    Your Hits cannot Stun Enemies
    Base duration is 3 seconds
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Render
    {
    	preload_buff_visual = "breach_team_lightning_warp"
    	preload_buff_visual = "breach_eater_aura"
    }
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper/SandLeaperCommanderBreachAvatar"] = {
        name = "Scale of Esh",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "BreachLightningWhip",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
            "BreachTeamWarp",
            "BreachLightningOrbsCommander",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningWhip"] = {
        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",
        },
        levels = {
            [1] = {0.5, 1.5, 80, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1, 3, 80, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachTeamWarp"] = {
        name = "BreachTeamWarp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "number_of_monsters_to_summon",
            "breach_team_warp_buff_lightning_damage_+%",
            "breach_team_warp_buff_movement_velocity_+%",
            "breach_team_warp_buff_damage_taken_+%",
        },
        levels = {
            [1] = {8000, 3, 25, 50, -50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningOrbsCommander"] = {
        name = "BreachLightningOrbsCommander",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.5, 1.5, 3000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    IdMonsterBreachLightningSoulEater
    NameSoul Eater
    FamilyMonsterNemesis
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • soul is consumed on death Min: 1 Max: 1 Global
  • grant cast speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant actor scale +% to aura owner on death Min: 2 Max: 2 Global
  • grant attack speed +% to aura owner on death Min: 5 Max: 5 Global
  • grant damage reduction % to aura owner on death Min: -2 Max: -2 Global
  • Craft Tagsattack caster speed aura
    breach_discharge_aura
    Radius: 70
    grant actor scale +% to aura owner on death [2]
    grant attack speed +% to aura owner on death [5]
    grant cast speed +% to aura owner on death [5]
    grant damage reduction % to aura owner on death [-2]
    soul is consumed on death [1]
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Scale of Esh
    Demon
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    SpectreN
    End GameGain 100% of Physical Damage as Extra Lightning Damage
    Tagsanimal_claw_weapon, beast, caster, demon, extra_small_height, flesh_armour, hidden_monster, insect, is_unarmed, lightning_affinity, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, unusable_corpse, very_fast_movement
    Life
    170%
    Evasion
    +50%
    Ailment Threshold
    170%
    Resistance
    0 0 40 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    160%
    Type
    BreachSandLeaperAvatar
    Metadata
    SandLeaperBreachAvatar
    Level
    68
    Life
    10,937
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    0.99
    Experience
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]
    BreachArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    Arc
    Cast Time: 0.5 sec
    An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.
    Deals 579.4 to 1076 Lightning Damage
    10% chance to Shock enemies
    spell maximum action distance +% [-65]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper/SandLeaperBreachAvatar"] = {
        name = "Scale of Esh",
        life = 1.7,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachArc",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachArc"] = {
        name = "Arc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "beam_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 10, -65, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.3999999761581, 2.5999999046326, 10, -65, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Scale of Esh
    Demon
    monster no drops or experience [1]
    cannot be used as minion [1]
    50% of Physical Damage Converted to Lightning Damage
    SpectreN
    Tagsanimal_claw_weapon, beast, demon, extra_small_height, flesh_armour, hidden_monster, insect, is_unarmed, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, unusable_corpse, very_fast_movement
    Life
    170%
    Evasion
    +50%
    Ailment Threshold
    170%
    Resistance
    0 0 40 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    5 ~ 7
    Attack Time
    0.99 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    160%
    Type
    BreachSandLeaperAvatar
    Metadata
    SandLeaperBreachMinionAvatar
    Level
    68
    Life
    10,937
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    0.99
    Experience
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 0.99 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    SandLeaperDodgeLeft
    monster dodge distance [22]
    SandLeaperDodgeRight
    monster dodge direction [1]
    monster dodge distance [22]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    
    Actor
    {
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SandLeaper/SandLeaperBreachMinionAvatar"] = {
        name = "Scale of Esh",
        life = 1.7,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 0.99,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "SandLeaperDodgeLeft",
            "SandLeaperDodgeRight",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeLeft"] = {
        name = "SandLeaperDodgeLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_distance",
        },
        levels = {
            [1] = {22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SandLeaperDodgeRight"] = {
        name = "SandLeaperDodgeRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_dodge_direction",
            "monster_dodge_distance",
        },
        levels = {
            [1] = {1, 22, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • 50% of Physical Damage Converted to Lightning Damage
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    Edit

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