凋落孳生.伊甸
人形
20% 法術傷害格擋率
你承受 10% 來自格擋擊中的傷害
增加 1500% 物品掉落數量
增加 2000% 物品掉落稀有度
怪物增加 100% 經驗值
不能被擊退
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
感電
3,886
易碎
21,986
焦灼
3,886
殘喘
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.9842.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.21198 閃電傷害
減少 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
    增加 1500% 物品掉落數量
    增加 2000% 物品掉落稀有度
    怪物增加 100% 經驗值
    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.