怨靈劍客
幽魂 | Y |
---|---|
地區 | 魅影船墓, 永恆實驗室, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶虛空, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 記憶碎片, 幽靜海灣, 卡蘭德迷湖 |
標籤 | cleaving_weapon, fast_movement, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, medium_height, melee, not_str, physical_affinity, undead |
Packs |
生命
144%
生命轉為護盾
50%
閃避
+50%
異常狀態臨界值
144%
抗性
0
0
40
0
傷害
126%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
120%
Model Size
110%
類型
GhostChampion
Metadata
GhostPirateChampion
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
83
生命
46,104
護甲
92,477
閃避
7,860
能量護盾
0
傷害
1,134
法術傷害
1,134
命中
0
攻擊間隔
1.5
經驗值
15,758
異常狀態臨界值
46,104
冰緩
146
感電
146
易碎
825
焦灼
146
殘喘
403
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 908–1361
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]
GhostPirateChampionSpectralThrow
攻擊, 範圍攻擊, 投射物, 玩家投射物
靈體投擲
基本傷害: 908–1361
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 4 秒
投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
造成 52% 更少傷害
發射 2 個額外投射物
base is projectile [1]
發射 2 個額外投射物
base is projectile [1]
GhostPirateChampionSpectralThrowSpectre
攻擊, 範圍攻擊, 投射物, 玩家投射物
靈體投擲
基本傷害: 908–1361
暴擊率: 5%
攻擊間隔: 1.5 秒
投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
造成 52% 更少傷害
發射 2 個額外投射物
base is projectile [1]
發射 2 個額外投射物
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/GhostPirates/GhostPirate"
Object Type Codes
version 2 extends "Metadata/Monsters/GhostPirates/GhostPirate" Targetable { }
-- src\Data\Spectres.lua minions["Metadata/Monsters/GhostPirates/GhostPirateChampion"] = { name = "Spectral Swashbuckler", life = 1.44, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "GhostPirateChampionSpectralThrow", "GhostPirateChampionSpectralThrowSpectre", }, 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["GhostPirateChampionSpectralThrow"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-52, 2, levelRequirement = 15, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GhostPirateChampionSpectralThrowSpectre"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-52, 2, levelRequirement = 15, statInterpolation = {}, cost = { }, }, }, }
50% 物理傷害轉換為閃電傷害
Id | MonsterElementalSkeletonLightning |
---|---|
Family | LightningDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental lightning |
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
Id | MonsterAttackSpellBlock20Bypass40 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
怨靈劍客
不死
50% 物理傷害轉換為閃電傷害
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
Spectral Swashbuckler
幽魂 | Y |
---|---|
標籤 | cleaving_weapon, fast_movement, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, melee, not_str, physical_affinity, undead |
Packs |
生命
144%
生命轉為護盾
50%
閃避
+50%
異常狀態臨界值
144%
抗性
0
0
40
0
傷害
126%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
120%
Model Size
110%
類型
GhostChampion
Metadata
GhostPirateChampionHellscape
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
9,264
護甲
28,790
閃避
4,739
能量護盾
0
傷害
471
法術傷害
471
命中
0
攻擊間隔
1.5
經驗值
12,306
異常狀態臨界值
9,264
冰緩
29
感電
29
易碎
166
焦灼
29
殘喘
81
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]
GhostPirateChampionSpectralThrow
攻擊, 範圍攻擊, 投射物, 玩家投射物
靈體投擲
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 4 秒
投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
造成 52% 更少傷害
發射 2 個額外投射物
base is projectile [1]
發射 2 個額外投射物
base is projectile [1]
GhostPirateChampionSpectralThrowSpectre
攻擊, 範圍攻擊, 投射物, 玩家投射物
靈體投擲
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 1.5 秒
投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
造成 52% 更少傷害
發射 2 個額外投射物
base is projectile [1]
發射 2 個額外投射物
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/GhostPirates/GhostPirate"
Object Type Codes
version 2 extends "Metadata/Monsters/GhostPirates/GhostPirate" Targetable { }
-- src\Data\Spectres.lua minions["Metadata/Monsters/GhostPirates/GhostPirateChampionHellscape"] = { name = "Spectral Swashbuckler", life = 1.44, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "GhostPirateChampionSpectralThrow", "GhostPirateChampionSpectralThrowSpectre", }, 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["GhostPirateChampionSpectralThrow"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-52, 2, levelRequirement = 15, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GhostPirateChampionSpectralThrowSpectre"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-52, 2, levelRequirement = 15, statInterpolation = {}, cost = { }, }, }, }
50% 物理傷害轉換為閃電傷害
Id | MonsterElementalSkeletonLightning |
---|---|
Family | LightningDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental lightning |
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
Id | MonsterAttackSpellBlock20Bypass40 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
怨靈劍客
不死
50% 物理傷害轉換為閃電傷害
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
Spectral Swashbuckler
幽魂 | Y |
---|---|
標籤 | cleaving_weapon, fast_movement, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, medium_height, melee, not_str, physical_affinity, undead |
生命
144%
生命轉為護盾
50%
閃避
+50%
異常狀態臨界值
144%
抗性
0
0
40
0
傷害
126%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
120%
Model Size
110%
類型
GhostChampion
Metadata
GhostPirateChampionChest
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
9,264
護甲
28,790
閃避
4,739
能量護盾
0
傷害
471
法術傷害
471
命中
0
攻擊間隔
1.5
經驗值
12,306
異常狀態臨界值
9,264
冰緩
29
感電
29
易碎
166
焦灼
29
殘喘
81
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]
GhostPirateChampionSpectralThrow
攻擊, 範圍攻擊, 投射物, 玩家投射物
靈體投擲
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 4 秒
投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
造成 52% 更少傷害
發射 2 個額外投射物
base is projectile [1]
發射 2 個額外投射物
base is projectile [1]
GhostPirateChampionSpectralThrowSpectre
攻擊, 範圍攻擊, 投射物, 玩家投射物
靈體投擲
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 1.5 秒
投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
造成 52% 更少傷害
發射 2 個額外投射物
base is projectile [1]
發射 2 個額外投射物
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/GhostPirates/GhostPirate" Animated { }
Object Type Codes
version 2 extends "Metadata/Monsters/GhostPirates/GhostPirate" Targetable { }
-- src\Data\Spectres.lua minions["Metadata/Monsters/GhostPirates/GhostPirateChampionChest"] = { name = "Spectral Swashbuckler", life = 1.44, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "GhostPirateChampionSpectralThrow", "GhostPirateChampionSpectralThrowSpectre", }, 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["GhostPirateChampionSpectralThrow"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-52, 2, levelRequirement = 15, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GhostPirateChampionSpectralThrowSpectre"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-52, 2, levelRequirement = 15, statInterpolation = {}, cost = { }, }, }, }
50% 物理傷害轉換為閃電傷害
Id | MonsterElementalSkeletonLightning |
---|---|
Family | LightningDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental lightning |
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
Id | MonsterAttackSpellBlock20Bypass40 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
怨靈劍客
不死
50% 物理傷害轉換為閃電傷害
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
Spectral Swashbuckler
幽魂 | Y |
---|---|
標籤 | cleaving_weapon, fast_movement, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, melee, not_str, physical_affinity, undead |
Packs |
生命
144%
生命轉為護盾
50%
閃避
+50%
異常狀態臨界值
144%
抗性
0
0
40
0
傷害
126%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
120%
Model Size
110%
類型
GhostChampion
Metadata
GhostPirateChampionExpedition
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
9,264
護甲
28,790
閃避
4,739
能量護盾
0
傷害
471
法術傷害
471
命中
0
攻擊間隔
1.5
經驗值
12,306
異常狀態臨界值
9,264
冰緩
29
感電
29
易碎
166
焦灼
29
殘喘
81
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]
GhostPirateChampionSpectralThrow
攻擊, 範圍攻擊, 投射物, 玩家投射物
靈體投擲
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 4 秒
投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
造成 52% 更少傷害
發射 2 個額外投射物
base is projectile [1]
發射 2 個額外投射物
base is projectile [1]
GhostPirateChampionSpectralThrowSpectre
攻擊, 範圍攻擊, 投射物, 玩家投射物
靈體投擲
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 1.5 秒
投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
造成 52% 更少傷害
發射 2 個額外投射物
base is projectile [1]
發射 2 個額外投射物
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/GhostPirates/GhostPirate" Positioned { team = 125 }
Object Type Codes
version 2 extends "Metadata/Monsters/GhostPirates/GhostPirate" Targetable { }
-- src\Data\Spectres.lua minions["Metadata/Monsters/GhostPirates/GhostPirateChampionExpedition"] = { name = "Spectral Swashbuckler", life = 1.44, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "GhostPirateChampionSpectralThrow", "GhostPirateChampionSpectralThrowSpectre", }, 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["GhostPirateChampionSpectralThrow"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-52, 2, levelRequirement = 15, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GhostPirateChampionSpectralThrowSpectre"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-52, 2, levelRequirement = 15, statInterpolation = {}, cost = { }, }, }, }
50% 物理傷害轉換為閃電傷害
Id | MonsterElementalSkeletonLightning |
---|---|
Family | LightningDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental lightning |
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
Id | MonsterAttackSpellBlock20Bypass40 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
怨靈劍客
不死
50% 物理傷害轉換為閃電傷害
cannot be used as minion [1]
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
cannot be used as minion [1]
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
Spectral Swashbuckler
幽魂 | N |
---|---|
標籤 | delve_monster, fast_movement, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, medium_height, melee, no_pantheon_mod, not_str, physical_affinity, ranged, slashing_weapon, undead |
Packs |
生命
144%
生命轉為護盾
50%
閃避
+50%
異常狀態臨界值
144%
抗性
0
0
40
0
傷害
126%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 8
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
120%
Model Size
110%
類型
GhostChampion
Metadata
DelveGhostPirateEncounter3
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
9,264
護甲
28,790
閃避
4,739
能量護盾
0
傷害
471
法術傷害
471
命中
0
攻擊間隔
1.5
經驗值
12,306
異常狀態臨界值
9,264
冰緩
29
感電
29
易碎
166
焦灼
29
殘喘
81
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
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]
GhostPirateChampionSpectralThrow
攻擊, 範圍攻擊, 投射物, 玩家投射物
靈體投擲
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 4 秒
投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
造成 52% 更少傷害
發射 2 個額外投射物
base is projectile [1]
發射 2 個額外投射物
base is projectile [1]
GhostPirateChampionSpectralThrowSpectre
攻擊, 範圍攻擊, 投射物, 玩家投射物
靈體投擲
基本傷害: 377–565
暴擊率: 5%
攻擊間隔: 1.5 秒
投擲你近戰武器的靈體版本。此靈體將會向外飛出並如同迴力鏢一般回到你的身邊,對所有碰觸到的敵人造成傷害。
造成 52% 更少傷害
發射 2 個額外投射物
base is projectile [1]
發射 2 個額外投射物
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/GhostPirates/GhostPirate"
Object Type Codes
version 2 extends "Metadata/Monsters/GhostPirates/GhostPirate" Life { on_death = "HideMeshSegments( pPlaneShape1, pPlaneShape2 );" on_spawned_dead = "HideMeshSegments( pPlaneShape1, pPlaneShape2 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/GhostPirates/DelveGhostPirateEncounter3"] = { name = "Spectral Swashbuckler", life = 1.44, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "MeleeAtAnimationSpeed", "GhostPirateChampionSpectralThrow", "GhostPirateChampionSpectralThrowSpectre", }, 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["GhostPirateChampionSpectralThrow"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-52, 2, levelRequirement = 15, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GhostPirateChampionSpectralThrowSpectre"] = { name = "Spectral Throw", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {-52, 2, levelRequirement = 15, statInterpolation = {}, cost = { }, }, }, }
50% 物理傷害轉換為閃電傷害
Id | MonsterElementalSkeletonLightning |
---|---|
Family | LightningDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental lightning |
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
20% 攻擊傷害格擋率
20% 法術傷害格擋率
你承受 40% 來自格擋擊中的傷害
Id | MonsterAttackSpellBlock20Bypass40 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
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.