Fanatic of Ephij
Demon
monster no beyond portal [1]
monster no map drops [1]
SpectreN
Tagsbeyond_commander_monster, beyond_demon, bludgeoning_weapon, caster, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, lightning_affinity, medium_height, not_int, ranged, red_blood, slow_movement
Packs
  • Tzteosh, Hungering Flame, Flesh of Bameth, Blood of Haast, Eye of Tzteosh, Hand of Na'em, Worshipper of Bameth, Hound of Tzteosh, Servant of Haast, Mouth of Ephij, Fanatic of Ephij, Disciple of Haast, Zealot of Tzteosh
  • Haast, Unrelenting Frost, Flesh of Bameth, Blood of Haast, Eye of Tzteosh, Hand of Na'em, Worshipper of Bameth, Hound of Tzteosh, Servant of Haast, Mouth of Ephij, Fanatic of Ephij, Disciple of Haast, Zealot of Tzteosh
  • Ephij, Crackling Sky, Flesh of Bameth, Blood of Haast, Eye of Tzteosh, Hand of Na'em, Worshipper of Bameth, Hound of Tzteosh, Servant of Haast, Mouth of Ephij, Fanatic of Ephij, Disciple of Haast, Zealot of Tzteosh
  • Na'em, Bending Stone, Flesh of Bameth, Blood of Haast, Eye of Tzteosh, Hand of Na'em, Worshipper of Bameth, Hound of Tzteosh, Servant of Haast, Mouth of Ephij, Fanatic of Ephij, Disciple of Haast, Zealot of Tzteosh
  • Bameth, Shifting Darkness, Flesh of Bameth, Blood of Haast, Eye of Tzteosh, Hand of Na'em, Worshipper of Bameth, Hound of Tzteosh, Servant of Haast, Mouth of Ephij, Fanatic of Ephij, Disciple of Haast, Zealot of Tzteosh
  • Life
    210%
    Armour
    +20%
    Evasion
    +20%
    Ailment Threshold
    210%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    120%
    Type
    BeyondDemon2
    Metadata
    BeyondDemon2-6
    Level
    68
    Life
    13,510
    Armour
    34,548
    Evasion
    5,687
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.35
    Experience
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    BeyondDemonLightningProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Critical Strike Chance: 4%
    Cast Time: 1 sec
    Deals 135.2 to 405.5 Lightning Damage
    base is projectile [1]
    monster projectile variation [4]
    spell maximum action distance +% [-35]
    BeyondDemonStormCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Storm Call
    Critical Strike Chance: 5%
    Effectiveness of Added Damage: 80%
    Cast Time: 0.5 sec
    Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.
    Deals 275.5 to 826.4 Lightning Damage
    Base duration is 3 seconds
    50% increased Cast Speed
    active skill area of effect radius +% final [-31]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon2-6"] = {
        name = "Fanatic of Ephij",
        life = 2.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "BeyondDemonLightningProjectile",
            "BeyondDemonStormCall",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonLightningProjectile"] = {
        name = "BeyondDemonLightningProjectile",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, 4, -35, critChance = 4, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonStormCall"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 3000, 50, -31, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Fanatic of Ephij
    Demon
    monster no beyond portal [1]
    monster no map drops [1]
    Monsters grant 300% increased Experience
    monster no drops [0]
    SpectreN
    Tagsbeyond_commander_monster, beyond_demon, bludgeoning_weapon, caster, delve_monster, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, lightning_affinity, medium_height, no_pantheon_mod, not_int, ranged, red_blood, slow_movement
    Life
    210%
    Armour
    +20%
    Evasion
    +20%
    Ailment Threshold
    210%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    120%
    Type
    BeyondDemon2
    Metadata
    BeyondDemon2-6
    Level
    68
    Life
    13,510
    Armour
    34,548
    Evasion
    5,687
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.35
    Experience
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    BeyondDemonLightningProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Critical Strike Chance: 4%
    Cast Time: 1 sec
    Deals 135.2 to 405.5 Lightning Damage
    base is projectile [1]
    monster projectile variation [4]
    spell maximum action distance +% [-35]
    BeyondDemonStormCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Storm Call
    Critical Strike Chance: 5%
    Effectiveness of Added Damage: 80%
    Cast Time: 0.5 sec
    Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.
    Deals 275.5 to 826.4 Lightning Damage
    Base duration is 3 seconds
    50% increased Cast Speed
    active skill area of effect radius +% final [-31]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelve/BeyondEncounter/BeyondDemon2-6"] = {
        name = "Fanatic of Ephij",
        life = 2.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "BeyondDemonLightningProjectile",
            "BeyondDemonStormCall",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonLightningProjectile"] = {
        name = "BeyondDemonLightningProjectile",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, 4, -35, critChance = 4, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonStormCall"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 3000, 50, -31, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Monsters grant 300% increased Experience
    monster no drops [0]
    IdMonsterSlainExperienceIncreaseBeyondDelve__
    FamilyMonsterSlainExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops Min: 0 Max: 0 Global
  • monster slain experience +% Min: 300 Max: 300 Global
  • Edit

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