菌潮行者艾菲克西斯
恶魔
monster raises undead text [1]
复原闪电防御塔
有几率免疫冰冻
有几率免疫冰缓
有几率免疫点燃
不受感电影响
怪物提供的经验值提高 100%
monster dropped item quantity +% [1500]
monster dropped item rarity +% [2000]
无法被击退
Ephrexis, Blight Strider
幽魂N
标签animal_claw_weapon, blight_boss, blight_monster, 施法, demon, flesh_armour, insect_blood, is_unarmed, large_height, lightning_affinity, melee, not_dex, not_str, physical_affinity, ranged, very_slow_movement
生命
1400%
生命转为护盾
50%
异常状态临界值
1400%
抗性
40 40 40 25
伤害
200%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 12
攻击间隔
1.56 秒
伤害分布
±20%
经验值
200%
Model Size
130%
类型
BlightLightningNecromancerBoss
Metadata
BlightLightningNecromancerBoss_
等级
68
生命
1,950,849
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
851
法术伤害
1,270
命中
290
攻击间隔
1.0452
经验值
112,805
异常状态临界值
1,229,035
冰缓
3,886
Shock
3,886
Brittle
21,986
Scorch
3,886
Sap
10,737
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 598–897
攻击暴击率: 5%
攻击间隔: 1.56 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
BlightNecromancerBossSkeletonBall
法术, 投射物, 玩家投射物, 可触发
攻击暴击率: 5%
施放间隔: 1.17 秒
冷却时间: 13 秒
造成 736.5 - 2210 闪电伤害
投射物贯穿所有目标
base is projectile [1]
monster projectile variation [119]
number of projectiles override [1]
projectile uses contact position [1]
GeometryTriggerBlightNecrobossDesecrate
可触发, 法术
施放间隔: 1.1 秒
冷却时间: 5 秒
BlightNecrobossSummonedSkeletons
法术, 法术可重复, 可触发
施放间隔: 1 秒
alternate minion [411]
number of monsters to summon [1]
summon specific monsters radius +% [-95]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
BlightNecrobossDesecrateTriggered
法术, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 可触发, DoT, 法术可重复, 混沌, 可秘能爆发, 范围法术
亵渎
施放间隔: 1 秒
腐化一块地面, 召唤灵柩并对所有站在该地面上的敌人造成混沌伤害.
每秒造成 286.4 基础混沌伤害
基础持续时间为 3
生成的灵柩等级上限为 100
active skill area of effect radius +% final [50]
is area damage [1]
GeometrySpellBlightNecroballImpact
法术, 可触发
攻击暴击率: 5%
施放间隔: 1 秒
造成 1768 - 2651 闪电伤害
is area damage [1]
BlightNecromancerBossMiniBall
法术, 可触发
攻击暴击率: 5%
施放间隔: 1 秒
造成 203 - 609.1 闪电伤害
base is projectile [1]
projectile uses contact position [1]
skill visual scale +% [-60]
GeometrySpellBlightNecroballImpactMini
法术, 可触发
攻击暴击率: 5%
施放间隔: 1 秒
造成 589.2 - 883.8 闪电伤害
active skill area of effect radius +% final [-60]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBoss"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueBlight/BlightMonsterBoss"

Life
{
	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Blight/Mind_Control_Epk/boss/necro_lightning.epk );"
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Blight/Mind_Control_Epk/boss/necro_lightning.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBlight/Lightning/BlightLightningNecromancerBoss_"] = {
    name = "Ephrexis, Blight Strider",
    life = 14,
    energyShield = 0.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.56,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "Melee",
        "BlightNecromancerBossSkeletonBall",
        "BlightNecromancerBossMiniBall",
        "BlightNecrobossDesecrateTriggered",
        "BlightNecrobossSummonedSkeletons",
        "GeometrySpellBlightNecroballImpact",
        "GeometrySpellBlightNecroballImpactMini",
        "GeometryTriggerBlightNecrobossDesecrate",
    },
    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["BlightNecromancerBossSkeletonBall"] = {
    name = "BlightNecromancerBossSkeletonBall",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.17,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "monster_projectile_variation",
        "number_of_projectiles_override",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "always_pierce",
    },
    levels = {
        [1] = {0.5, 1.5, 119, 1, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightNecromancerBossMiniBall"] = {
    name = "BlightNecromancerBossMiniBall",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = 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",
        "skill_visual_scale_+%",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.5, 1.5, -60, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightNecrobossDesecrateTriggered"] = {
    name = "Desecrate",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Desecrates the ground, summoning corpses and dealing chaos damage to all enemies in the area. The corpses will be chosen from the monsters in the current area and any Spectres that have existed in this instance.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Chaos] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_chaos_damage_to_deal_per_minute",
        "desecrate_corpse_level",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_effect_duration",
        "is_area_damage",
    },
    levels = {
        [1] = {1, 100, 50, 3000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightNecrobossSummonedSkeletons"] = {
    name = "BlightNecrobossSummonedSkeletons",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "alternate_minion",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
    },
    levels = {
        [1] = {1, 411, -95, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GeometrySpellBlightNecroballImpact"] = {
    name = "GeometrySpellBlightNecroballImpact",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = 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",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GeometrySpellBlightNecroballImpactMini"] = {
    name = "GeometrySpellBlightNecroballImpactMini",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = 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",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -60, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GeometryTriggerBlightNecrobossDesecrate"] = {
    name = "GeometryTriggerBlightNecrobossDesecrate",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster raises undead text [1]
IdMonsterRaisesUndeadText
FamilyMonsterRaisesUndeadText
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster raises undead text Min: 1 Max: 1 全域
  • 复原闪电防御塔
    IdBlightLightningType
    FamilyBlightMonsterType
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • is blight lightning monster Min: 1 Max: 1 全域
  • 有几率免疫冰冻
    有几率免疫冰缓
    有几率免疫点燃
    不受感电影响
    IdMonsterImmuneToShock
    FamilyAvoidStatusAilments
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base avoid chill % Min: 0 Max: 0 全域
  • base avoid freeze % Min: 0 Max: 0 全域
  • base avoid ignite % Min: 0 Max: 0 全域
  • unaffected by shock Min: 1 Max: 1 全域
  • Craft Tagselemental fire cold lightning ailment
    怪物提供的经验值提高 100%
    monster dropped item quantity +% [1500]
    monster dropped item rarity +% [2000]
    IdMonsterBlightMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 2000 Max: 2000 全域
  • monster dropped item quantity +% Min: 1500 Max: 1500 全域
  • 无法被击退
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • Edit

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