역병 질주자 에프렉시스
악마
monster raises undead text [1]
번개 탑에 내성
동결 회피
냉각 회피
점화 회피
감전의 영향을 받지 않음
몬스터가 주는 경험치 100% 증가
monster dropped item quantity +% [1500]
monster dropped item rarity +% [2000]
밀려날 수 없음
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 초
지면을 훼손하고 시체를 소환하여 범위 내의 대상에게 카오스 피해를 줍니다. 시신들은 현재 지역의 적들 중에서 선택됩니다.
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
    몬스터가 주는 경험치 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 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.