雄壯之翼
野獸
地區: 絕望深淵
當你失去 1 顆靈體能量球時,恢復 % 生命
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
emerge speed +% [0,20]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
emerge speed +% [0,20]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
emerge speed +% [0,20]
Wellwing
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/MineBat/MineBatAbyssSpectre |
地區 | 絕望深淵, 絕望深淵, 絕望深淵, 絕望深淵, 絕望深淵 |
標籤 | abyssal, animal_claw_weapon, beast, 法術, cold_affinity, flesh_armour, flying, has_one_hand_sword, has_one_handed_melee, mammal_beast, medium_height, melee, not_int, not_str, physical_affinity, red_blood, slow_movement |
生命
182%
閃避
+20%
異常狀態臨界值
182%
抗性
0 0 40 0
傷害
173%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
110%
Model Size
100%
類型
MineBatAbyss
Metadata
MineBatAbyss
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
11,709
護甲
28,790
閃避
5,687
能量護盾
0
傷害
646
法術傷害
646
命中
290
攻擊間隔
1.5
經驗值
11,281
異常狀態臨界值
11,709
冰緩
37
感電
37
易碎
209
焦灼
37
殘喘
102
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 517–775
暴擊率: 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]
MineBatAbyssVomitCascade
法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
冰川之刺
暴擊率: 6%
附加傷害效用: 80%
施放時間: 0.8 秒
冷卻時間: 2.5 秒
冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
造成 100.9 至 155.2 物理傷害
造成 186.2 至 283.2 冰冷傷害
爆發 +5
active skill area of effect radius +% final [-50]
is area damage [1]
造成 186.2 至 283.2 冰冷傷害
爆發 +5
active skill area of effect radius +% final [-50]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/Skeletons/AbyssCorpseSink" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "HideMeshSegment( glow_meshShape );" on_spawned_dead = "HideMeshSegment( glow_meshShape );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/MineBat/MineBatAbyss"] = { name = "Wellwing", life = 1.82, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.73, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "MineBatAbyssVomitCascade", }, 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["MineBatAbyssVomitCascade"] = { name = "Glacial Cascade", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.", 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.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "upheaval_number_of_spikes", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 5, -50, levelRequirement = 4, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [2] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 5, -50, critChance = 6, levelRequirement = 36, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [3] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 5, -50, critChance = 6, levelRequirement = 56, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, }
當你失去 1 顆靈體能量球時,恢復 % 生命
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
Id | SpiritChargeTier1 |
---|---|
Family | SpiritCharge |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,20]
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,20]
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
雄壯之翼
野獸
地區: 高地神塔地圖
當你失去 1 顆靈體能量球時,恢復 % 生命
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
emerge speed +% [0,20]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
emerge speed +% [0,20]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
emerge speed +% [0,20]
Wellwing
幽魂 | Y |
---|---|
地區 | 高地神塔地圖 |
標籤 | abyssal, animal_claw_weapon, beast, 法術, cold_affinity, flesh_armour, flying, has_one_hand_sword, has_one_handed_melee, mammal_beast, medium_height, melee, not_int, not_str, physical_affinity, red_blood, slow_movement |
Packs |
生命
182%
閃避
+20%
異常狀態臨界值
182%
抗性
0 0 40 0
傷害
173%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
110%
Model Size
100%
類型
MineBatAbyss
Metadata
MineBatAbyssStandalone
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
84
生命
64,237
護甲
99,834
閃避
9,744
能量護盾
0
傷害
1,649
法術傷害
1,649
命中
538
攻擊間隔
1.5
經驗值
14,575
異常狀態臨界值
64,237
冰緩
203
感電
203
易碎
1,149
焦灼
203
殘喘
561
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 1319–1979
暴擊率: 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]
MineBatAbyssVomitCascade
法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
冰川之刺
暴擊率: 6%
附加傷害效用: 80%
施放時間: 0.8 秒
冷卻時間: 2.5 秒
冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
造成 188.9 至 290.6 物理傷害
造成 348.7 至 530.4 冰冷傷害
爆發 +5
active skill area of effect radius +% final [-50]
is area damage [1]
造成 348.7 至 530.4 冰冷傷害
爆發 +5
active skill area of effect radius +% final [-50]
is area damage [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua minions["Metadata/Monsters/MineBat/MineBatAbyssStandalone"] = { name = "Wellwing", life = 1.82, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.73, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "MineBatAbyssVomitCascade", }, 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["MineBatAbyssVomitCascade"] = { name = "Glacial Cascade", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.", 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.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "upheaval_number_of_spikes", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 5, -50, levelRequirement = 4, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [2] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 5, -50, critChance = 6, levelRequirement = 36, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [3] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 5, -50, critChance = 6, levelRequirement = 56, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, }
當你失去 1 顆靈體能量球時,恢復 % 生命
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
Id | SpiritChargeTier1 |
---|---|
Family | SpiritCharge |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,20]
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,20]
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
雄壯之翼
野獸
當你失去 1 顆靈體能量球時,恢復 % 生命
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
Wellwing
幽魂 | Y |
---|---|
標籤 | abyssal, animal_claw_weapon, beast, 法術, cold_affinity, flesh_armour, flying, has_one_hand_sword, has_one_handed_melee, mammal_beast, melee, not_int, not_str, physical_affinity, red_blood, slow_movement |
生命
182%
閃避
+20%
異常狀態臨界值
182%
抗性
0 0 40 0
傷害
173%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
110%
Model Size
100%
類型
MineBatAbyss
Metadata
MineBatAbyssSpectre
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
11,709
護甲
28,790
閃避
5,687
能量護盾
0
傷害
646
法術傷害
646
命中
290
攻擊間隔
1.5
經驗值
11,281
異常狀態臨界值
11,709
冰緩
37
感電
37
易碎
209
焦灼
37
殘喘
102
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 517–775
暴擊率: 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]
MineBatAbyssVomitCascade
法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
冰川之刺
暴擊率: 6%
附加傷害效用: 80%
施放時間: 0.8 秒
冷卻時間: 2.5 秒
冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
造成 100.9 至 155.2 物理傷害
造成 186.2 至 283.2 冰冷傷害
爆發 +5
active skill area of effect radius +% final [-50]
is area damage [1]
造成 186.2 至 283.2 冰冷傷害
爆發 +5
active skill area of effect radius +% final [-50]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "HideMeshSegment( glow_meshShape );" on_spawned_dead = "HideMeshSegment( glow_meshShape );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/MineBat/MineBatAbyssSpectre"] = { name = "Wellwing", life = 1.82, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.73, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "MineBatAbyssVomitCascade", }, 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["MineBatAbyssVomitCascade"] = { name = "Glacial Cascade", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.", 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.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "upheaval_number_of_spikes", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 5, -50, levelRequirement = 4, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [2] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 5, -50, critChance = 6, levelRequirement = 36, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [3] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 5, -50, critChance = 6, levelRequirement = 56, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, }
當你失去 1 顆靈體能量球時,恢復 % 生命
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
Id | SpiritChargeTier1 |
---|---|
Family | SpiritCharge |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
雄壯之翼
野獸
地區: 深淵拱橋
當你失去 1 顆靈體能量球時,恢復 % 生命
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
emerge speed +% [0,20]
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
emerge speed +% [0,20]
emerge speed +% [0,20]
Wellwing
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/MineBat/MineBatAbyssSpectre |
地區 | 深淵拱橋, 深淵拱橋, 深淵拱橋, 深淵拱橋, 深淵拱橋, 深淵拱橋, 深淵拱橋, 深淵拱橋 |
標籤 | abyssal, animal_claw_weapon, beast, 法術, cold_affinity, delve_monster, flesh_armour, flying, has_one_hand_sword, has_one_handed_melee, mammal_beast, medium_height, melee, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, slow_movement |
生命
182%
閃避
+20%
異常狀態臨界值
182%
抗性
0 0 40 0
傷害
173%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
110%
Model Size
100%
類型
MineBatAbyssDelve
Metadata
MineBatAbyssDelve
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
11,709
護甲
28,790
閃避
5,687
能量護盾
0
傷害
646
法術傷害
646
命中
290
攻擊間隔
1.5
經驗值
11,281
異常狀態臨界值
11,709
冰緩
37
感電
37
易碎
209
焦灼
37
殘喘
102
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 517–775
暴擊率: 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]
MineBatAbyssVomitCascade
法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
冰川之刺
暴擊率: 6%
附加傷害效用: 80%
施放時間: 0.8 秒
冷卻時間: 2.5 秒
冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
造成 100.9 至 155.2 物理傷害
造成 186.2 至 283.2 冰冷傷害
爆發 +5
active skill area of effect radius +% final [-50]
is area damage [1]
造成 186.2 至 283.2 冰冷傷害
爆發 +5
active skill area of effect radius +% final [-50]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/Skeletons/AbyssCorpseSink" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "HideMeshSegment( glow_meshShape );" on_spawned_dead = "HideMeshSegment( glow_meshShape );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/MineBat/MineBatAbyssDelve"] = { name = "Wellwing", life = 1.82, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.73, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "MineBatAbyssVomitCascade", }, 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["MineBatAbyssVomitCascade"] = { name = "Glacial Cascade", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.", 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.Physical] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "upheaval_number_of_spikes", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 5, -50, levelRequirement = 4, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [2] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 5, -50, critChance = 6, levelRequirement = 36, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [3] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 5, -50, critChance = 6, levelRequirement = 56, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, }
當你失去 1 顆靈體能量球時,恢復 % 生命
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
Id | SpiritChargeTier1 |
---|---|
Family | SpiritCharge |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,20]
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,20]
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats |