Bouche d'Ephij
Démondisplay monster casts lightning warp text [1]
Les Aptitudes de Frappe de mêlée infligent des Dégâts collatéraux
monster no beyond portal [1]
monster no map drops [1]
Les Aptitudes de Frappe de mêlée infligent des Dégâts collatéraux
monster no beyond portal [1]
monster no map drops [1]
stance movement speed +% final [112]
Mouth of Ephij
Vie
210%
Évasion
+20%
Ailment Threshold
210%
Résistance
Damage
150%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 8
Attack Time
1.35 Second
Damage Spread
±20%
Expérience
120%
Model Size
116%
Type
BeyondDemon2
Metadata
BeyondDemon2-5
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
13,510
Armure
28,790
Score d'Évasion
5,687
Damage
560
Dégâts des sorts
560
Précision
580
Attack Time
1.35
Expérience
12,306
Minion Life
2,930
Minion Damage
447
Ailment Threshold
13,510
Chill
43
Shock
43
Brittle
242
Scorch
43
Sap
118
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedLightning
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 448–672
Chances de coup critique: 5%
Attack Time: 1.35 sec.
Frappez vos ennemis d'un coup puissant.
DemonLightningWarp
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
Téléportation foudroyante
Chances de coup critique: 5%
Efficacité des Dégâts supplémentaires: 50%
Temps d'incantation: 1 sec.
Une téléportation différée jusqu'à une destination ciblée. Lorsque la téléportation a lieu, des dégâts de foudre sont infligés autour du joueur au départ et à l'arrivée. Lancer ce sort à plusieurs reprises permet de préparer une séquence de téléportations successives.
Inflige 488.6 à 1466 Dégâts de foudre
50% de Réduction de Durée
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 = {
"MeleeAtAnimationSpeedLightning",
"DemonLightningWarp",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedLightning"] = {
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_physical_damage_%_to_convert_to_lightning",
"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] = {75, baseMultiplier = 0.75, 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]
| Family | MonsterCastsLightningWarpText |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
Les Aptitudes de Frappe de mêlée infligent des Dégâts collatéraux
| Family | MeleeSplash |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Attaque |
monster no beyond portal [1]
| Family | CannotSpawnBeyondPortals |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
monster no map drops [1]
| Family | MonsterNoMapDrops |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
| Family | Nothing |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
stance movement speed +% final [112]
| Family | Stance |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Vitesse |
Bouche d'Ephij
Démondisplay monster casts lightning warp text [1]
Les Aptitudes de Frappe de mêlée infligent des Dégâts collatéraux
monster no beyond portal [1]
monster no map drops [1]
300% d'Augmentation de l'Expérience octroyée par les Monstres
monster no drops [0]
Les Aptitudes de Frappe de mêlée infligent des Dégâts collatéraux
monster no beyond portal [1]
monster no map drops [1]
300% d'Augmentation de l'Expérience octroyée par les Monstres
monster no drops [0]
stance movement speed +% final [112]
Mouth of Ephij
| Spectre | N |
|---|---|
| Tags | beyond_commander_monster, beyond_demon, Lanceur de sorts, cleaving_weapon, delve_monster, demon, flesh_armour, is_unarmed, lightning_affinity, medium_height, melee, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, slow_movement |
Vie
210%
Évasion
+20%
Ailment Threshold
210%
Résistance
Damage
150%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 8
Attack Time
1.35 Second
Damage Spread
±20%
Expérience
120%
Model Size
116%
Type
BeyondDemon2
Metadata
BeyondDemon2-5
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
13,510
Armure
28,790
Score d'Évasion
5,687
Damage
560
Dégâts des sorts
560
Précision
580
Attack Time
1.35
Expérience
12,306
Minion Life
2,930
Minion Damage
447
Ailment Threshold
13,510
Chill
43
Shock
43
Brittle
242
Scorch
43
Sap
118
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedLightning
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 448–672
Chances de coup critique: 5%
Attack Time: 1.35 sec.
Frappez vos ennemis d'un coup puissant.
DemonLightningWarp
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
Téléportation foudroyante
Chances de coup critique: 5%
Efficacité des Dégâts supplémentaires: 50%
Temps d'incantation: 1 sec.
Une téléportation différée jusqu'à une destination ciblée. Lorsque la téléportation a lieu, des dégâts de foudre sont infligés autour du joueur au départ et à l'arrivée. Lancer ce sort à plusieurs reprises permet de préparer une séquence de téléportations successives.
Inflige 488.6 à 1466 Dégâts de foudre
50% de Réduction de Durée
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 = {
"MeleeAtAnimationSpeedLightning",
"DemonLightningWarp",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedLightning"] = {
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_physical_damage_%_to_convert_to_lightning",
"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] = {75, baseMultiplier = 0.75, 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]
| Family | MonsterCastsLightningWarpText |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
Les Aptitudes de Frappe de mêlée infligent des Dégâts collatéraux
| Family | MeleeSplash |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Attaque |
monster no beyond portal [1]
| Family | CannotSpawnBeyondPortals |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
monster no map drops [1]
| Family | MonsterNoMapDrops |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
300% d'Augmentation de l'Expérience octroyée par les Monstres
monster no drops [0]
| Family | MonsterSlainExperience |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats |
| Family | Nothing |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
stance movement speed +% final [112]
| Family | Stance |
|---|---|
| Domains | monstre (3) |
| GenerationType | Unique (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | Vitesse |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.