巴尔克霍
恶魔
区域: 德瑞索的幻境
monster base type attack cast speed +% and damage -% final [33]
怪物提供的经验值提高 250%
掉落的物品稀有度提高 5500%
怪物提供的经验值提高 250%
掉落的物品稀有度提高 5500%
Barkhul
幽魂 | N |
---|---|
地区 | 德瑞索的幻境 |
标签 | cleaving_weapon, demon, fire_affinity, flesh_armour, gladiator, has_two_hand_axe, has_two_handed_melee, humanoid, large_model, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood |
生命
180%
护甲
+25%
异常状态临界值
180%
抗性
42 42 42 0
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 8
攻击间隔
1.65 秒
伤害分布
±20%
经验值
120%
Model Size
115%
类型
Viking
Metadata
Viking
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
37
生命
1,413
护甲
2,685
闪避值
1,395
能量护盾
0
伤害
85
法术伤害
85
命中
81
攻击间隔
1.65
经验值
3,448
异常状态临界值
1,413
冰缓
4
Shock
4
Brittle
25
Scorch
4
Sap
12
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 68–102
暴击几率: 5%
攻击间隔: 1.65 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
VikingCyclone
攻击, 范围, 近战, 位移
旋风斩
基本伤害: 68–102
暴击几率: 5%
攻击间隔: 1.65 秒
对周围敌人造成伤害, 接而进行一连串的旋转攻击, 边向目标地点前进边攻击路径上的敌人, 无法被多重打击和无情辅助.
伤害总降 10%
基础持续时间为 5 秒
物理伤害提高 12%
攻击速度加快 30%
移动速度总降 40%
base skill number of additional hits [1]
cyclone extra distance [30]
cyclone places ground fire damage per minute [12654]
is area damage [1]
基础持续时间为 5 秒
物理伤害提高 12%
攻击速度加快 30%
移动速度总降 40%
base skill number of additional hits [1]
cyclone extra distance [30]
cyclone places ground fire damage per minute [12654]
is area damage [1]
VikingUpheaval
攻击
基本伤害: 68–102
暴击几率: 5%
攻击伤害: 70%
攻击伤害: 70%
攻击间隔: 1.65 秒
无法造成暴击
每秒造成 45.2 基础火焰伤害
攻击伤害总降 30%
基础持续时间为 5 秒
将物理伤害的 50% 转化为火焰伤害
导致 +10 次爆发
monster penalty against minions damage +% final vs player minions [-25]
每秒造成 45.2 基础火焰伤害
攻击伤害总降 30%
基础持续时间为 5 秒
将物理伤害的 50% 转化为火焰伤害
导致 +10 次爆发
monster penalty against minions damage +% final vs player minions [-25]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Two_Hand_Axe" } Transitionable { num_states = 3 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition_to_2 = "PlayGlobalTextAudio( Daresso1Combat , Metadata/NPC/Act4/Daresso );" on_transition_to_3 = "PlayGlobalTextAudio( Daresso1Complete, Metadata/NPC/Act4/Daresso );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Viking/Viking"] = { name = "Barkhul", life = 1.8, fireResist = 42, coldResist = 42, lightningResist = 42, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.65, attackRange = 8, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "Melee", "VikingCyclone", "VikingUpheaval", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VikingCyclone"] = { name = "Cyclone", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "cyclone_places_ground_fire_damage_per_minute", "physical_damage_+%", "attack_speed_+%", "active_skill_damage_+%_final", "base_skill_number_of_additional_hits", "cyclone_movement_speed_+%_final", "base_skill_effect_duration", "cyclone_extra_distance", "is_area_damage", }, levels = { [1] = {2.5, 12, 30, -10, 1, -40, 5000, 30, levelRequirement = 36, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VikingUpheaval"] = { name = "VikingUpheaval", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "base_skill_effect_duration", "upheaval_number_of_spikes", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "global_cannot_crit", }, levels = { [1] = {1, 5000, 10, -25, 50, baseMultiplier = 0.7, levelRequirement = 4, statInterpolation = {3, 1}, cost = { }, }, [2] = {1, 8000, 10, -25, 50, baseMultiplier = 0.7, levelRequirement = 50, statInterpolation = {3, 1}, cost = { }, }, [3] = {1, 20000, 10, -25, 50, baseMultiplier = 0.7, levelRequirement = 67, statInterpolation = {3, 1}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
怪物提供的经验值提高 250%
掉落的物品稀有度提高 5500%
Id | MonsterQuestBossAct4__ |
---|---|
Family | MonsterActBoss |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
巴尔克霍
恶魔
monster base type attack cast speed +% and damage -% final [33]
怪物提供的经验值提高 250%
掉落的物品稀有度提高 5500%
怪物提供的经验值提高 250%
掉落的物品稀有度提高 5500%
Barkhul
幽魂 | N |
---|---|
标签 | cleaving_weapon, demon, fire_affinity, flesh_armour, gladiator, has_two_hand_axe, has_two_handed_melee, humanoid, large_model, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood |
生命
180%
护甲
+25%
异常状态临界值
180%
抗性
42 42 42 0
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 8
攻击间隔
1.65 秒
伤害分布
±20%
经验值
120%
Model Size
115%
类型
Viking
Metadata
VikingStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
11,580
护甲
35,988
闪避值
4,739
能量护盾
0
伤害
448
法术伤害
448
命中
290
攻击间隔
1.65
经验值
12,306
异常状态临界值
11,580
冰缓
37
Shock
37
Brittle
207
Scorch
37
Sap
101
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 359–538
暴击几率: 5%
攻击间隔: 1.65 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
VikingCyclone
攻击, 范围, 近战, 位移
旋风斩
基本伤害: 359–538
暴击几率: 5%
攻击间隔: 1.65 秒
对周围敌人造成伤害, 接而进行一连串的旋转攻击, 边向目标地点前进边攻击路径上的敌人, 无法被多重打击和无情辅助.
伤害总降 10%
基础持续时间为 5 秒
物理伤害提高 12%
攻击速度加快 30%
移动速度总降 40%
base skill number of additional hits [1]
cyclone extra distance [30]
cyclone places ground fire damage per minute [57424]
is area damage [1]
基础持续时间为 5 秒
物理伤害提高 12%
攻击速度加快 30%
移动速度总降 40%
base skill number of additional hits [1]
cyclone extra distance [30]
cyclone places ground fire damage per minute [57424]
is area damage [1]
VikingUpheaval
攻击
基本伤害: 359–538
暴击几率: 5%
攻击伤害: 70%
攻击伤害: 70%
攻击间隔: 1.65 秒
无法造成暴击
每秒造成 205.1 基础火焰伤害
攻击伤害总降 30%
基础持续时间为 20 秒
将物理伤害的 50% 转化为火焰伤害
导致 +10 次爆发
monster penalty against minions damage +% final vs player minions [-25]
每秒造成 205.1 基础火焰伤害
攻击伤害总降 30%
基础持续时间为 20 秒
将物理伤害的 50% 转化为火焰伤害
导致 +10 次爆发
monster penalty against minions damage +% final vs player minions [-25]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster" Actor { main_hand_unarmed_type = "Two_Hand_Axe" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Viking/VikingStandalone"] = { name = "Barkhul", life = 1.8, fireResist = 42, coldResist = 42, lightningResist = 42, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.65, attackRange = 8, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "Melee", "VikingCyclone", "VikingUpheaval", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VikingCyclone"] = { name = "Cyclone", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "cyclone_places_ground_fire_damage_per_minute", "physical_damage_+%", "attack_speed_+%", "active_skill_damage_+%_final", "base_skill_number_of_additional_hits", "cyclone_movement_speed_+%_final", "base_skill_effect_duration", "cyclone_extra_distance", "is_area_damage", }, levels = { [1] = {2.5, 12, 30, -10, 1, -40, 5000, 30, levelRequirement = 36, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VikingUpheaval"] = { name = "VikingUpheaval", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "base_skill_effect_duration", "upheaval_number_of_spikes", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "skill_physical_damage_%_to_convert_to_fire", "global_cannot_crit", }, levels = { [1] = {1, 5000, 10, -25, 50, baseMultiplier = 0.7, levelRequirement = 4, statInterpolation = {3, 1}, cost = { }, }, [2] = {1, 8000, 10, -25, 50, baseMultiplier = 0.7, levelRequirement = 50, statInterpolation = {3, 1}, cost = { }, }, [3] = {1, 20000, 10, -25, 50, baseMultiplier = 0.7, levelRequirement = 67, statInterpolation = {3, 1}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [33]
Id | MonsterSpeedAndDamageFixupComplete |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
怪物提供的经验值提高 250%
掉落的物品稀有度提高 5500%
Id | MonsterQuestBossAct4__ |
---|---|
Family | MonsterActBoss |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |