菌潮之音伊登
人形
20% 法术伤害格挡几率
被格挡的击中对你造成 10% 伤害
怪物提供的经验值提高 100%
monster dropped item quantity +% [1500]
monster dropped item rarity +% [2000]
无法被击退
Eden, Blightspeaker
幽魂N
标签blight_boss, blight_monster, 施法, hard_armour, has_wand, human, humanoid, large_height, lightning_affinity, not_dex, not_str, physical_affinity, ranged, red_blood, very_slow_movement
生命
1400%
生命转为护盾
50%
异常状态临界值
1400%
抗性
40 40 40 25
伤害
90%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 40
攻击间隔
1.17 秒
伤害分布
±20%
经验值
200%
Model Size
160%
类型
BlightAxisCasterBoss
Metadata
BlackguardCasterBoss
等级
68
生命
1,950,849
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
383
法术伤害
572
命中
290
攻击间隔
0.7839
经验值
112,805
异常状态临界值
1,229,035
冰缓
3,886
Shock
3,886
Brittle
21,986
Scorch
3,886
Sap
10,737
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 269–403
攻击暴击率: 5%
攻击间隔: 1.17 秒
对你的敌人无情痛击。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterSparkBlight
法术, 投射物, 玩家投射物, 伤害, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 闪电, 可齐射
电球
攻击暴击率: 5%
伤害效用: 70%
施放间隔: 0.65 秒
施放出多颗变幻莫测的电球,这些电球将会随机移动直到撞到敌人或是自然消失.
造成 280.9 - 842.6 闪电伤害
基础持续时间为 3.5
额外发射 2 个投射物
投射物速度加快 25%
base is projectile [1]
BlackguardDuoSummonWrathZone
法术, 法术可重复, 可触发
施放间隔: 1 秒
冷却时间: 8 秒
施法速度总增 200%
alternate minion [153]
number of monsters to summon [1]
summon specific monsters radius +% [-95]
summoned monsters are minions [1]
BlackguardDuoSummonConductivityZone
法术, 法术可重复, 可触发
施放间隔: 1 秒
冷却时间: 8 秒
施法速度总增 200%
alternate minion [157]
number of monsters to summon [1]
summon specific monsters radius +% [-95]
summoned monsters are minions [1]
AxisCasterArcBlight
法术, 伤害, 陷阱技能, 图腾技能, 地雷技能, 连锁, 法术可重复, 可触发, 闪电, 可齐射
电弧
攻击暴击率: 5%
伤害效用: 70%
施放间隔: 1 秒
一道电弧从施放者射向目标,并会弹射至其他敌人,但不会立刻向原目标弹射。每次主电弧弹射时,也会向另一个主电弧尚未击中的敌人发射次电弧,次电弧不能再连锁弹射。
造成 399.2 - 1198 闪电伤害
效果区域缩小 50%
连锁弹射 +1
10% 的几率使敌人感电
BlightMassLightningThorns
法术
施放间隔: 2 秒
冷却时间: 10 秒

Object Type

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

Actor
{
	main_hand_unarmed_type = "Wand"
}

Object Type Codes

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

Preload
{
	preload_misc_beam = "HarbingerShock"
	preload_misc_animated = "RepeatedPulseLightning"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act3/lightning_sheild/lightning_sheild_mid.ao"
	preload_epk = "Metadata/Effects/Spells/monsters_effects/act3/lightning_sheild/lightning_sheild_epk.epk"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBlight/Generic/BlackguardCasterBoss"] = {
    name = "Eden, Blightspeaker",
    life = 14,
    energyShield = 0.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 0.9,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 40,
    accuracy = 1,
    weaponType1 = "Wand",
    weaponType2 = "Shield",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MonsterSparkBlight",
        "AxisCasterArcBlight",
        "BlackguardDuoSummonWrathZone",
        "BlackguardDuoSummonConductivityZone",
        "BlightMassLightningThorns",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterSparkBlight"] = {
    name = "Spark",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.65,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "number_of_additional_projectiles",
        "base_skill_effect_duration",
        "base_projectile_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, 2, 3500, 25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AxisCasterArcBlight"] = {
    name = "Arc",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Chains] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "beam_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_chance_to_shock_%",
        "number_of_chains",
        "skill_range_+%",
    },
    levels = {
        [1] = {0.5, 1.5, 10, 1, -50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlackguardDuoSummonWrathZone"] = {
    name = "BlackguardDuoSummonWrathZone",
    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_+%",
        "active_skill_cast_speed_+%_final",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {1, 153, -95, 200, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlackguardDuoSummonConductivityZone"] = {
    name = "BlackguardDuoSummonConductivityZone",
    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_+%",
        "active_skill_cast_speed_+%_final",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {1, 157, -95, 200, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlightMassLightningThorns"] = {
    name = "BlightMassLightningThorns",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
20% 法术伤害格挡几率
被格挡的击中对你造成 10% 伤害
IdMonsterSpellBlock25Bypass30___
FamilyMonsterBlockAndBypass
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • base spell block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    怪物提供的经验值提高 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.