幽魂 | Y |
---|---|
地區 | 隧道遺跡, 廢棄挖石場 |
標籤 | bludgeoning_weapon, cannot_be_monolith, flesh_armour, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_model, melee, mud_blood, not_int, not_str, physical_affinity, ranged, slow_movement, small_height, undead |
Packs |
生命
132%
閃避
+50%
異常狀態臨界值
132%
抗性
0 40 0 0
傷害
165%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
110%
Model Size
110%
類型
Handfinger
Metadata
Handfinger2
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
63
生命
5,908
護甲
19,330
閃避
5,951
能量護盾
0
傷害
478
法術傷害
478
命中
238
攻擊間隔
1.5
經驗值
9,935
異常狀態臨界值
5,908
冰緩
19
感電
19
易碎
106
焦灼
19
殘喘
52
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 383–574
暴擊率: 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]
HandfingerHammerThrow
攻擊, 投射物, 玩家投射物, 雙持, 範圍攻擊
基本傷害: 383–574
暴擊率: 5%
攻擊間隔: 1.5 秒
base is projectile [1]
projectile spread radius [100]
projectile spread radius [100]
HandfingerHammerThrowMultipleProjectiles
攻擊, 投射物, 玩家投射物, 雙持, 範圍攻擊
基本傷害: 383–574
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 4 秒
發射 2 個額外投射物
base is projectile [1]
projectile spread radius [100]
base is projectile [1]
projectile spread radius [100]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.35 } Monster { }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Handfinger/Handfinger2"] = { name = "Crawler", life = 1.32, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.65, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "One Hand Mace", skillList = { "MeleeAtAnimationSpeed", "HandfingerHammerThrow", "HandfingerHammerThrowMultipleProjectiles", }, 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["HandfingerHammerThrow"] = { name = "HandfingerHammerThrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.DualWieldOnly] = true, [SkillType.RangedAttack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "projectile_spread_radius", "base_is_projectile", }, levels = { [1] = {100, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HandfingerHammerThrowMultipleProjectiles"] = { name = "HandfingerHammerThrowMultipleProjectiles", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.DualWieldOnly] = true, [SkillType.RangedAttack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_additional_projectiles", "projectile_spread_radius", "base_is_projectile", }, levels = { [1] = {2, 100, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
食腐蟲
不死
stance movement speed +% final [112]
Crawler
幽魂 | Y |
---|---|
標籤 | bludgeoning_weapon, cannot_be_monolith, flesh_armour, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, large_model, melee, mud_blood, not_int, not_str, physical_affinity, ranged, slow_movement, undead |
生命
132%
閃避
+50%
異常狀態臨界值
132%
抗性
0 40 0 0
傷害
165%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
110%
Model Size
110%
類型
Handfinger
Metadata
Handfinger2Hellscape
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
8,492
護甲
28,790
閃避
7,109
能量護盾
0
傷害
616
法術傷害
616
命中
290
攻擊間隔
1.5
經驗值
11,281
異常狀態臨界值
8,492
冰緩
27
感電
27
易碎
152
焦灼
27
殘喘
74
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 493–740
暴擊率: 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]
HandfingerHammerThrow
攻擊, 投射物, 玩家投射物, 雙持, 範圍攻擊
基本傷害: 493–740
暴擊率: 5%
攻擊間隔: 1.5 秒
base is projectile [1]
projectile spread radius [100]
projectile spread radius [100]
HandfingerHammerThrowMultipleProjectiles
攻擊, 投射物, 玩家投射物, 雙持, 範圍攻擊
基本傷害: 493–740
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 4 秒
發射 2 個額外投射物
base is projectile [1]
projectile spread radius [100]
base is projectile [1]
projectile spread radius [100]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.35 } Monster { }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Handfinger/Handfinger2Hellscape"] = { name = "Crawler", life = 1.32, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.65, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "One Hand Mace", skillList = { "MeleeAtAnimationSpeed", "HandfingerHammerThrow", "HandfingerHammerThrowMultipleProjectiles", }, 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["HandfingerHammerThrow"] = { name = "HandfingerHammerThrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.DualWieldOnly] = true, [SkillType.RangedAttack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "projectile_spread_radius", "base_is_projectile", }, levels = { [1] = {100, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HandfingerHammerThrowMultipleProjectiles"] = { name = "HandfingerHammerThrowMultipleProjectiles", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.DualWieldOnly] = true, [SkillType.RangedAttack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_additional_projectiles", "projectile_spread_radius", "base_is_projectile", }, levels = { [1] = {2, 100, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |