ブライト・ストライダー、エフレシス
悪魔
monster raises undead text [1]
雷タワーに耐性
確率で凍結無効化
確率で冷却無効化
確率で発火無効化
感電の効果を受けない
ドロップするアイテムの数量が1500%増加する
ドロップするアイテムのレアリティが2000%増加する
モンスターの付与する経験値が100%増加する
ノックバックを受けることがない
Ephrexis, Blight Strider
SpectreN
Tagsanimal_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%
Energy Shield From Life
50%
Ailment Threshold
1400%
耐性
40 40 40 25
Damage
200%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 12
Attack Time
1.56 Second
Damage Spread
±20%
経験値
200%
Model Size
130%
Type
BlightLightningNecromancerBoss
Metadata
BlightLightningNecromancerBoss_
レベル
68
ライフ
1,950,849
防具
28,790
回避力
4,739
エナジーシールド
3,064
Damage
851
スペルダメージ
1,270
命中
290
Attack Time
1.0452
経験値
112,805
Ailment Threshold
1,229,035
Chill
3,886
Shock
3,886
Brittle
21,986
Scorch
3,886
Sap
10,737
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 598–897
クリティカル率: 5%
Attack Time: 1.56 秒
強力な一撃で敵を打ち倒す。
skill can fire arrows [1]
skill can fire wand projectiles [1]
BlightNecromancerBossSkeletonBall
Spell, Projectile, ProjectilesFromUser, Triggerable
クリティカル率: 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
Triggerable, Spell
キャストタイム: 1.1 秒
クールダウン時間: 5 秒
BlightNecrobossSummonedSkeletons
Spell, Multicastable, Triggerable
キャストタイム: 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
Spell, Area, Duration, Trappable, Totemable, Mineable, Triggerable, DamageOverTime, Multicastable, Chaos, Cascadable, AreaSpell
デセクレート
キャストタイム: 1 秒
地面を冒涜し、死体を召喚し、範囲内の全ての敵に混沌ダメージを与える。召喚される死体は現在のエリアにいる敵とそのインスタンスに存在したことのあるスペクターから選ばれる。
毎秒286.4の基礎混沌ダメージを与える
基礎持続時間は3
最大レベル100までの死体をスポーンさせる
active skill area of effect radius +% final [50]
is area damage [1]
GeometrySpellBlightNecroballImpact
Spell, Triggerable
クリティカル率: 5%
キャストタイム: 1 秒
1768から2651の雷ダメージを与える
is area damage [1]
BlightNecromancerBossMiniBall
Spell, Triggerable
クリティカル率: 5%
キャストタイム: 1 秒
203から609.1の雷ダメージを与える
base is projectile [1]
projectile uses contact position [1]
skill visual scale +% [-60]
GeometrySpellBlightNecroballImpactMini
Spell, Triggerable
クリティカル率: 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 Global
  • 雷タワーに耐性
    IdBlightLightningType
    FamilyBlightMonsterType
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • is blight lightning monster Min: 1 Max: 1 Global
  • 確率で凍結無効化
    確率で冷却無効化
    確率で発火無効化
    感電の効果を受けない
    IdMonsterImmuneToShock
    FamilyAvoidStatusAilments
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base avoid chill % Min: 0 Max: 0 Global
  • base avoid freeze % Min: 0 Max: 0 Global
  • base avoid ignite % Min: 0 Max: 0 Global
  • unaffected by shock Min: 1 Max: 1 Global
  • Craft Tagselemental fire cold lightning ailment
    ドロップするアイテムの数量が1500%増加する
    ドロップするアイテムのレアリティが2000%増加する
    モンスターの付与する経験値が100%増加する
    IdMonsterBlightMapBoss
    FamilyMonsterMapBoss
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 2000 Max: 2000 Global
  • monster dropped item quantity +% Min: 1500 Max: 1500 Global
  • ノックバックを受けることがない
    IdMonsterCannotBeKnockedBack
    FamilyCannotBeKnockedBack
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Edit

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