Уста Ифижа
Демон
display monster casts lightning warp text [1]
Умения ударов в ближнем бою наносят урон по целям вокруг
80% физического урона становится уроном от молнии
monster no beyond portal [1]
monster no map drops [1]
stance movement speed +% final [112]
Mouth of Ephij
SpectreN
Tagsbeyond_commander_monster, beyond_demon, Чародейский, cleaving_weapon, demon, flesh_armour, is_unarmed, lightning_affinity, medium_height, melee, not_int, physical_affinity, red_blood, slow_movement
Packs
  • Тзитиош, Голодное пламя, Плоть Бэмита, Кровь Хааста, Око Тзтиоша, Десница Найима, Одержимый Бэмита, Гончая Тзтиоша, Служитель Хааста, Уста Ифижа, Фанатик Ифижа, Апостол Хааста, Зилот Тзтиоша
  • Хааст, Неумолимая стужа, Плоть Бэмита, Кровь Хааста, Око Тзтиоша, Десница Найима, Одержимый Бэмита, Гончая Тзтиоша, Служитель Хааста, Уста Ифижа, Фанатик Ифижа, Апостол Хааста, Зилот Тзтиоша
  • Ифиж, Сверкающее небо, Плоть Бэмита, Кровь Хааста, Око Тзтиоша, Десница Найима, Одержимый Бэмита, Гончая Тзтиоша, Служитель Хааста, Уста Ифижа, Фанатик Ифижа, Апостол Хааста, Зилот Тзтиоша
  • На'им, Сминающий камень, Плоть Бэмита, Кровь Хааста, Око Тзтиоша, Десница Найима, Одержимый Бэмита, Гончая Тзтиоша, Служитель Хааста, Уста Ифижа, Фанатик Ифижа, Апостол Хааста, Зилот Тзтиоша
  • Бэмит, Идущая тьма, Плоть Бэмита, Кровь Хааста, Око Тзтиоша, Десница Найима, Одержимый Бэмита, Гончая Тзтиоша, Служитель Хааста, Уста Ифижа, Фанатик Ифижа, Апостол Хааста, Зилот Тзтиоша
  • Здоровье
    210%
    Броня
    +20%
    Уклонение
    +20%
    Ailment Threshold
    210%
    Сопротивление
    20 20 20 0
    Damage
    150%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    116%
    Type
    BeyondDemon2
    Metadata
    BeyondDemon2-5
    Уровень
    68
    Здоровье
    13,510
    Броня
    34,548
    Уклонение
    5,687
    Энерг. щит
    0
    Damage
    560
    Урон от чар
    560
    Точность
    290
    Attack Time
    1.35
    Опыт
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 448–672
    Шанс критического удара: 5%
    Attack Time: 1.35 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    DemonLightningWarp
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
    Грозовой переход
    Шанс критического удара: 5%
    Эффективность добавленного урона: 50%
    Время применения: 1 сек.
    Герой с небольшой задержкой, зависящей от расстояния до точки и скорости передвижения, переносится в указанное место. При переходе по области вокруг точек отправления и назначения бьет молния. Повторные применения приведут к последовательным переходам.
    Наносит от 488.6 до 1466 урона от молнии
    50% уменьшение длительности
    base skill show average damage instead of dps [1]
    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-5"] = {
        name = "Mouth 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,
        skillList = {
            "Melee",
            "DemonLightningWarp",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonLightningWarp"] = {
        name = "Lightning Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
        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.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "variable_duration_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_effect_duration_+%",
            "base_skill_show_average_damage_instead_of_dps",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 23, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 27, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 33, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.55000001192093, 1.6499999761581, -50, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    display monster casts lightning warp text [1]
    IdMonsterCastsLightningWarpText
    FamilyMonsterCastsLightningWarpText
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • display monster casts lightning warp text Min: 1 Max: 1 Global
  • Умения ударов в ближнем бою наносят урон по целям вокруг
    IdMonsterMeleeSplash1
    FamilyMeleeSplash
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • melee splash Min: 1 Max: 1 Global
  • Craft Tagsattack
    80% физического урона становится уроном от молнии
    IdMonsterConvertToLightningDamage1
    FamilyLightningDamageAsPortionOfDamage
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 80 Max: 80 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Уста Ифижа
    Демон
    display monster casts lightning warp text [1]
    Умения ударов в ближнем бою наносят урон по целям вокруг
    80% физического урона становится уроном от молнии
    monster no beyond portal [1]
    monster no map drops [1]
    Монстры дают повышенный на 300% опыт
    monster no drops [0]
    stance movement speed +% final [112]
    Mouth of Ephij
    SpectreN
    Tagsbeyond_commander_monster, beyond_demon, Чародейский, cleaving_weapon, delve_monster, demon, flesh_armour, is_unarmed, lightning_affinity, medium_height, melee, no_pantheon_mod, not_int, physical_affinity, red_blood, slow_movement
    Здоровье
    210%
    Броня
    +20%
    Уклонение
    +20%
    Ailment Threshold
    210%
    Сопротивление
    20 20 20 0
    Damage
    150%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    116%
    Type
    BeyondDemon2
    Metadata
    BeyondDemon2-5
    Уровень
    68
    Здоровье
    13,510
    Броня
    34,548
    Уклонение
    5,687
    Энерг. щит
    0
    Damage
    560
    Урон от чар
    560
    Точность
    290
    Attack Time
    1.35
    Опыт
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 448–672
    Шанс критического удара: 5%
    Attack Time: 1.35 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    DemonLightningWarp
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
    Грозовой переход
    Шанс критического удара: 5%
    Эффективность добавленного урона: 50%
    Время применения: 1 сек.
    Герой с небольшой задержкой, зависящей от расстояния до точки и скорости передвижения, переносится в указанное место. При переходе по области вокруг точек отправления и назначения бьет молния. Повторные применения приведут к последовательным переходам.
    Наносит от 488.6 до 1466 урона от молнии
    50% уменьшение длительности
    base skill show average damage instead of dps [1]
    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-5"] = {
        name = "Mouth 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,
        skillList = {
            "Melee",
            "DemonLightningWarp",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonLightningWarp"] = {
        name = "Lightning Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
        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.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "variable_duration_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_effect_duration_+%",
            "base_skill_show_average_damage_instead_of_dps",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 23, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 27, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.5, 1.5, -50, critChance = 5, levelRequirement = 33, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.55000001192093, 1.6499999761581, -50, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    display monster casts lightning warp text [1]
    IdMonsterCastsLightningWarpText
    FamilyMonsterCastsLightningWarpText
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • display monster casts lightning warp text Min: 1 Max: 1 Global
  • Умения ударов в ближнем бою наносят урон по целям вокруг
    IdMonsterMeleeSplash1
    FamilyMeleeSplash
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • melee splash Min: 1 Max: 1 Global
  • Craft Tagsattack
    80% физического урона становится уроном от молнии
    IdMonsterConvertToLightningDamage1
    FamilyLightningDamageAsPortionOfDamage
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 80 Max: 80 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Монстры дают повышенный на 300% опыт
    monster no drops [0]
    IdMonsterSlainExperienceIncreaseBeyondDelve__
    FamilyMonsterSlainExperience
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • monster no drops Min: 0 Max: 0 Global
  • monster slain experience +% Min: 300 Max: 300 Global
  • IdNothing
    FamilyNothing
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsмонстр (3)
    GenerationTypeуник (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Edit

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