受詛隊長
不死
drop additional rare items [3]
Captain of the Damned
幽魂 | N |
---|---|
標籤 | 法術, cold_affinity, flesh_armour, is_unarmed, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, undead, very_slow_movement, zombie |
生命
220%
護甲
+50%
異常狀態臨界值
220%
抗性
20 20 20 0
傷害
336%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
2.4 秒
傷害分佈
±30%
經驗值
200%
Model Size
120%
類型
ProphecyBlackguardZombie
Metadata
ProphecyBlackguardZombieBoss
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
14,153
護甲
43,185
閃避
4,739
能量護盾
0
傷害
1,255
法術傷害
1,255
命中
290
攻擊間隔
2.4
經驗值
20,510
異常狀態臨界值
14,153
冰緩
45
感電
45
易碎
253
焦灼
45
殘喘
124
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 879–1632
暴擊率: 5%
攻擊間隔: 2.4 秒
用強大的攻擊擊倒敵人。
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ProphecySummonZombiesBoss
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1 秒
冷卻時間: 8 秒
alternate minion [142]
number of monsters to summon [6]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [6]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
ProphecyColdSnap
法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 可秘能爆發, 範圍法術
霜暴
暴擊率: 4%
施放時間: 0.85 秒
冷卻時間: 8 秒
在指定地點凝聚冰之結晶並從地面竄出。在此區域的怪物將會受到傷害並被凍結。釋放一顆暴擊球能重置其技能冷卻。
造成 459.5 至 689.2 冰冷傷害
active skill chill duration +% final [10]
is area damage [1]
spell maximum action distance +% [-50]
active skill chill duration +% final [10]
is area damage [1]
spell maximum action distance +% [-50]
ProphecyBlackguardGrab
法術
施放時間: 1 秒
冷卻時間: 10 秒
active skill area of effect radius +% final [-25]
Object Type
version 2 extends "Metadata/Monsters/Zombies/Zombie" Actor { basic_action = "BlackguardZombieEnrage" }
Object Type Codes
version 2 extends "Metadata/Monsters/Zombies/Zombie" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/StatusAilments/monsters/prophecy_unique.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ZombieDismember/Blackguard/ProphecyBlackguardZombieBoss"] = { name = "Captain of the Damned", life = 2.2, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 3.36, damageSpread = 0.3, attackTime = 2.4, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ProphecyColdSnap", "ProphecyBlackguardGrab", "ProphecySummonZombiesBoss", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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["ProphecyColdSnap"] = { name = "Cold Snap", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Ice crystals protrude from the ground at target location. Monsters in this area take damage and become frozen. The cooldown can be bypassed by expending a Power Charge.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Cascadable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.85, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "active_skill_chill_duration_+%_final", "spell_maximum_action_distance_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, -50, critChance = 4, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ProphecyBlackguardGrab"] = { name = "ProphecyBlackguardGrab", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {-25, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ProphecySummonZombiesBoss"] = { name = "ProphecySummonZombiesBoss", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {6, 142, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
drop additional rare items [3]
Id | ProphecyAdditionalRareItemsBoss |
---|---|
Family | MonsterDropAdditionalRareItems |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |