屍肉指揮官
不死
地區: 遠古陵墓
增加 % 物品掉落稀有度
monster no map drops [1]
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
monster no map drops [1]
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
增加 150% 攻擊速度
stance movement speed +% final [600]
stance movement speed +% final [600]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
level 33 or lower life +% final [-20]
Commander of Flesh
幽魂 | N |
---|---|
地區 | 遠古陵墓, 遠古陵墓 |
標籤 | 法術, flesh_armour, has_one_hand_sword, has_one_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, raises_dead, red_blood, undead, vaalsidearea_boss, very_slow_movement, zombie |
生命
220%
護甲
+50%
異常狀態臨界值
220%
抗性
30
30
30
20
傷害
336%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
2.4 秒
傷害分佈
±30%
經驗值
200%
Model Size
120%
類型
BlackguardZombieBossSideArea
Metadata
BlackguardZombieBossSideArea
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
14,153
護甲
28,790
閃避
4,739
能量護盾
0
傷害
1,255
法術傷害
1,255
命中
0
攻擊間隔
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]
MassReviveUndeadZombieBossSideArea
法術, 範圍, 範圍法術
施放時間: 6 秒
冷卻時間: 8 秒
增加 200% 施放速度
ElementalStrikeBossSideArea
攻擊, 近戰單一目標, 攻擊可重複, 近戰, 閃電, 冰冷, 火焰, 投射物, 範圍, 連鎖, 範圍攻擊, ProjectilesNotFromUser, RandomElement
野性打擊
基本傷害: 879–1632
暴擊率: 5%
攻擊間隔: 2.4 秒
使用近戰武器打擊敵人,將部分傷害轉換為隨機的元素傷害。根據轉換成的元素釋放出爆破、閃電或冰霜。會避免連續選擇相同的元素。
投射物穿透全部目標
連鎖 +4 次
60% 的物理傷害隨機轉換成火焰、冰冷、或閃電傷害
action attack or cast time uses animation length [1]
base is projectile [1]
fixed projectile spread [70]
連鎖 +4 次
60% 的物理傷害隨機轉換成火焰、冰冷、或閃電傷害
action attack or cast time uses animation length [1]
base is projectile [1]
fixed projectile spread [70]
SummonZombiesBossSideArea
法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
施放時間: 1 秒
冷卻時間: 8 秒
alternate minion [18]
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]
BlackguardZombieEnrage
Object Type
version 2 extends "Metadata/Monsters/Zombies/Zombie" Actor { basic_action = "BlackguardZombieEnrage" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" main_hand_unarmed_type = "One_Hand_Sword" }
Object Type Codes
version 2 extends "Metadata/Monsters/Zombies/Zombie"
-- src\Data\Spectres.lua minions["Metadata/Monsters/ZombieDismember/Blackguard/BlackguardZombieBossSideArea"] = { name = "Commander of Flesh", life = 2.2, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 3.36, damageSpread = 0.3, attackTime = 2.4, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MassReviveUndeadZombieBossSideArea", "SummonZombiesBossSideArea", "ElementalStrikeBossSideArea", "BlackguardZombieEnrage", }, 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["MassReviveUndeadZombieBossSideArea"] = { name = "MassReviveUndeadZombieBossSideArea", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 6, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_cast_speed_+%", }, levels = { [1] = {200, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonZombiesBossSideArea"] = { name = "SummonZombiesBossSideArea", 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, 18, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ElementalStrikeBossSideArea"] = { name = "Wild Strike", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Your melee weapon strikes enemies, converting physical damage to a random element. Then, depending on the element chosen, it releases a fiery explosion, an arcing bolt of lightning, or an icy wave. It will avoid choosing the same element twice in a row.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Lightning] = true, [SkillType.Cold] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.Chains] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, [SkillType.RandomElement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "elemental_strike_physical_damage_%_to_convert", "number_of_chains", "fixed_projectile_spread", "always_pierce", "action_attack_or_cast_time_uses_animation_length", "base_is_projectile", }, levels = { [1] = {60, 4, 70, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BlackguardZombieEnrage"] = { name = "BlackguardZombieEnrage", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
增加 % 物品掉落稀有度
Id | MonsterSideAreaBoss |
---|---|
Family | MonsterSideAreaBoss |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
Id | MonsterInvasionMercilessDrops1 |
---|---|
Family | MonsterMercilessDrops |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
增加 150% 攻擊速度
stance movement speed +% final [600]
Id | BlackguardZombieBossSideAreaSpeedStance |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 0 |
Stats | |
Craft Tags | attack speed |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.