艾菲吉崇信者
恶魔
monster no beyond portal [1]
monster no map drops [1]
Fanatic of Ephij
幽魂N
标签beyond_commander_monster, beyond_demon, bludgeoning_weapon, 施法, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, lightning_affinity, medium_height, not_int, not_str, ranged, red_blood, slow_movement
Packs
  • 饥渴狂焰提耶须, 巴曼斯之体, 哈斯特之血, 提耶须之眼, 奈恩之手, 巴曼斯信徒, 提耶须猎犬, 哈斯特使徒, 艾菲吉之口, 艾菲吉崇信者, 哈斯特狂信者, 提耶须狂徒
  • 刺寒冰霜哈斯特, 巴曼斯之体, 哈斯特之血, 提耶须之眼, 奈恩之手, 巴曼斯信徒, 提耶须猎犬, 哈斯特使徒, 艾菲吉之口, 艾菲吉崇信者, 哈斯特狂信者, 提耶须狂徒
  • 破碎虚空艾菲吉, 巴曼斯之体, 哈斯特之血, 提耶须之眼, 奈恩之手, 巴曼斯信徒, 提耶须猎犬, 哈斯特使徒, 艾菲吉之口, 艾菲吉崇信者, 哈斯特狂信者, 提耶须狂徒
  • 扭曲之岩奈恩, 巴曼斯之体, 哈斯特之血, 提耶须之眼, 奈恩之手, 巴曼斯信徒, 提耶须猎犬, 哈斯特使徒, 艾菲吉之口, 艾菲吉崇信者, 哈斯特狂信者, 提耶须狂徒
  • 黑暗深渊巴曼斯, 巴曼斯之体, 哈斯特之血, 提耶须之眼, 奈恩之手, 巴曼斯信徒, 提耶须猎犬, 哈斯特使徒, 艾菲吉之口, 艾菲吉崇信者, 哈斯特狂信者, 提耶须狂徒
  • 生命
    210%
    闪避值
    +20%
    异常状态临界值
    210%
    抗性
    20 20 20 0
    伤害
    150%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 8
    攻击间隔
    1.35 秒
    伤害分布
    ±20%
    经验值
    120%
    Model Size
    120%
    类型
    BeyondDemon2
    Metadata
    BeyondDemon2-6
    等级
    68
    生命
    13,510
    护甲
    28,790
    闪避值
    5,687
    伤害
    560
    法术伤害
    560
    命中
    580
    攻击间隔
    1.35
    经验值
    12,306
    Minion Life
    2,930
    Minion Damage
    447
    异常状态临界值
    13,510
    冰缓
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    BeyondDemonLightningProjectile
    法术, 投射物, 玩家投射物, 可触发
    暴击几率: 4%
    施放间隔: 1 秒
    造成 135.2 - 405.5 闪电伤害
    base is projectile [1]
    monster projectile variation [4]
    spell maximum action distance +% [-35]
    BeyondDemonStormCall
    法术, 伤害, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 可触发, 法术可重复, 闪电, 可秘能爆发, 可齐射, 范围法术
    风暴呼唤
    暴击几率: 5%
    伤害效用: 80%
    施放间隔: 0.5 秒
    在目标区域设置一个标记。经过一小段时间后,闪电会攻击那个标记,对其周围造成伤害,同时使闪电攻击你施放的其他标记。
    造成 275.5 - 826.4 闪电伤害
    基础持续时间为 3
    施法速度加快 50%
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 艾菲吉崇信者
    恶魔
    monster no beyond portal [1]
    monster no map drops [1]
    怪物提供的经验值提高 300%
    monster no drops [0]
    Fanatic of Ephij
    幽魂N
    标签beyond_commander_monster, beyond_demon, bludgeoning_weapon, 施法, delve_monster, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, lightning_affinity, medium_height, no_pantheon_mod, not_int, not_str, ranged, red_blood, slow_movement
    生命
    210%
    闪避值
    +20%
    异常状态临界值
    210%
    抗性
    20 20 20 0
    伤害
    150%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 8
    攻击间隔
    1.35 秒
    伤害分布
    ±20%
    经验值
    120%
    Model Size
    120%
    类型
    BeyondDemon2
    Metadata
    BeyondDemon2-6
    等级
    68
    生命
    13,510
    护甲
    28,790
    闪避值
    5,687
    伤害
    560
    法术伤害
    560
    命中
    580
    攻击间隔
    1.35
    经验值
    12,306
    Minion Life
    2,930
    Minion Damage
    447
    异常状态临界值
    13,510
    冰缓
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    BeyondDemonLightningProjectile
    法术, 投射物, 玩家投射物, 可触发
    暴击几率: 4%
    施放间隔: 1 秒
    造成 135.2 - 405.5 闪电伤害
    base is projectile [1]
    monster projectile variation [4]
    spell maximum action distance +% [-35]
    BeyondDemonStormCall
    法术, 伤害, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 可触发, 法术可重复, 闪电, 可秘能爆发, 可齐射, 范围法术
    风暴呼唤
    暴击几率: 5%
    伤害效用: 80%
    施放间隔: 0.5 秒
    在目标区域设置一个标记。经过一小段时间后,闪电会攻击那个标记,对其周围造成伤害,同时使闪电攻击你施放的其他标记。
    造成 275.5 - 826.4 闪电伤害
    基础持续时间为 3
    施法速度加快 50%
    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
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 怪物提供的经验值提高 300%
    monster no drops [0]
    IdMonsterSlainExperienceIncreaseBeyondDelve__
    FamilyMonsterSlainExperience
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no drops Min: 0 Max: 0 全域
  • monster slain experience +% Min: 300 Max: 300 全域
  • Edit

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