哑风野奔者
人形
50% 的物理伤害转换为冰霜伤害
monster no map drops [1]
cannot have affliction mods [1]
monster no map drops [1]
cannot have affliction mods [1]
Mutewind Wildrunner
幽魂 | N |
---|---|
标签 | bludgeoning_weapon, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, wb_basic |
Packs |
生命
160%
闪避值
+100%
异常状态临界值
160%
抗性
0 40 0 0
伤害
108%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.65 秒
伤害分布
±20%
经验值
80%
Model Size
80%
类型
WbColdGrunt
Metadata
WbColdGrunt1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
10,293
护甲
28,790
闪避值
9,478
能量护盾
0
伤害
403
法术伤害
403
命中
290
攻击间隔
1.65
经验值
8,204
异常状态临界值
10,293
冰缓
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbDualStrike
攻击, 双持, 近战单一目标, 攻击可重复, 近战, ThresholdJewelArea
双持打击
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
使用两把武器对目标同时进行攻击并造成伤害。限定双持(不包含法杖)。
伤害总降 40%
skill double hits when dual wielding [1]
skill double hits when dual wielding [1]
WbLeapSlam
攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
跃击
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
冷却时间: 4 秒
一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。
伤害总增 25%
基础范围为 1.5 米
cast time overrides attack duration [1]
is area damage [1]
基础范围为 1.5 米
cast time overrides attack duration [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbColdGrunt1"] = { name = "Mutewind Wildrunner", life = 1.6, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "One Hand Mace", skillList = { "WbDualStrike", "Melee", "WbLeapSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["WbDualStrike"] = { name = "Dual Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attacks with both weapons, dealing the damage of both in one strike. Dual wield only. Does not work with wands.", skillTypes = { [SkillType.Attack] = true, [SkillType.DualWieldOnly] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_double_hits_when_dual_wielding", }, levels = { [1] = {-40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- 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["WbLeapSlam"] = { name = "Leap Slam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {25, 15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
50% 的物理伤害转换为冰霜伤害
Id | MonsterElementalSkeletonCold |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
哑风野奔者
人形
50% 的物理伤害转换为冰霜伤害
monster no map drops [1]
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
cannot have affliction mods [1]
monster no map drops [1]
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
cannot have affliction mods [1]
Mutewind Wildrunner
幽魂 | N |
---|---|
标签 | cold_affinity, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon, wb_basic |
Packs |
生命
160%
闪避值
+100%
异常状态临界值
160%
抗性
0 40 0 0
伤害
108%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.65 秒
伤害分布
±20%
经验值
80%
Model Size
90%
类型
WbColdGrunt
Metadata
WbColdGrunt2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
10,293
护甲
28,790
闪避值
9,478
能量护盾
0
伤害
403
法术伤害
403
命中
290
攻击间隔
1.65
经验值
8,204
异常状态临界值
10,293
冰缓
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbCleave
攻击, 范围, 攻击可重复, 近战, ThresholdJewelArea
劈砍
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
在身体前方以弧状挥动武器(双持时则挥动两把武器),对前方区域的怪物造成伤害。限定斧类与剑类。
双持武器时,每把武器联合起来造成 60% 伤害
is area damage [1]
skill double hits when dual wielding [1]
is area damage [1]
skill double hits when dual wielding [1]
WbFlickerStrike
攻击, 近战, 近战单一目标, 攻击可重复, 位移, 持续时间, 冷却
闪现打击
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
冷却时间: 1.7 秒
传送至目标怪物身边并用近战武器对其造成伤害。若是未选定目标,则系统会为其随机指定一只怪物。获得一个增益效果,使移动速度提高一段时间。消耗一个狂怒球能重置其技能冷却。
获得额外冰霜伤害, 其数值等同于物理伤害的 20%
伤害总降 30%
攻击速度加快 55%
ignores proximity shield [1]
melee defer damage prediction [1]
伤害总降 30%
攻击速度加快 55%
ignores proximity shield [1]
melee defer damage prediction [1]
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbColdGrunt2"] = { name = "Mutewind Wildrunner", life = 1.6, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "Shield", skillList = { "WbCleave", "Melee", "WbFlickerStrike", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["WbCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "is_area_damage", "skill_double_hits_when_dual_wielding", }, levels = { [1] = {-40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- 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["WbFlickerStrike"] = { name = "Flicker Strike", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Movement] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_speed_+%", "physical_damage_%_to_add_as_cold", "active_skill_damage_+%_final", "ignores_proximity_shield", "melee_defer_damage_prediction", }, levels = { [1] = {20, 0, -10, levelRequirement = 28, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {45, 0, -30, levelRequirement = 45, statInterpolation = {1, 1, 1}, cost = { }, }, [3] = {55, 20, -30, levelRequirement = 60, statInterpolation = {1, 1, 1}, cost = { }, }, }, }
50% 的物理伤害转换为冰霜伤害
Id | MonsterElementalSkeletonCold |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
Id | MonsterAttackBlock20Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
哑风野奔者
人形
50% 的物理伤害转换为冰霜伤害
monster no map drops [1]
cannot have affliction mods [1]
monster no map drops [1]
cannot have affliction mods [1]
Mutewind Wildrunner
幽魂 | N |
---|---|
标签 | has_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon, wb_basic |
Packs |
生命
160%
闪避值
+100%
异常状态临界值
160%
抗性
0 40 0 0
伤害
108%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.65 秒
伤害分布
±20%
经验值
80%
Model Size
80%
类型
WbColdGrunt
Metadata
WbColdGrunt3
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
10,293
护甲
28,790
闪避值
9,478
能量护盾
0
伤害
403
法术伤害
403
命中
290
攻击间隔
1.65
经验值
8,204
异常状态临界值
10,293
冰缓
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbWhirlingBlades
攻击, 近战, 位移, 快行
回旋之刃
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
在敌人之间穿梭,造成武器伤害。双持时使用两把武器同时发起攻击并造成一次伤害。需要匕首、爪类和单手剑。
伤害总降 30%
cast time overrides attack duration [1]
ignores proximity shield [1]
cast time overrides attack duration [1]
ignores proximity shield [1]
WbDoubleStrike
攻击, 近战单一目标, 攻击可重复, 近战, 物理
双重打击
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
使用近战武器发动两次快速打击。
物理伤害降低 15%
base skill number of additional hits [1]
base skill number of additional hits [1]
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbColdGrunt3"] = { name = "Mutewind Wildrunner", life = 1.6, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "Claw", weaponType2 = "Claw", skillList = { "WbDoubleStrike", "WbWhirlingBlades", "Melee", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["WbDoubleStrike"] = { name = "Double Strike", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Performs two fast strikes with a melee weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "base_skill_number_of_additional_hits", }, levels = { [1] = {-15, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WbWhirlingBlades"] = { name = "Whirling Blades", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.43, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "ignores_proximity_shield", "cast_time_overrides_attack_duration", }, levels = { [1] = {-30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- 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 = { }, }, }, }
50% 的物理伤害转换为冰霜伤害
Id | MonsterElementalSkeletonCold |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
哑风野奔者
人形
50% 的物理伤害转换为冰霜伤害
monster no map drops [1]
cannot have affliction mods [1]
monster no map drops [1]
cannot have affliction mods [1]
Mutewind Wildrunner
幽魂 | N |
---|---|
标签 | bludgeoning_weapon, cold_affinity, has_two_hand_mace, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, wb_basic |
Packs |
生命
160%
闪避值
+100%
异常状态临界值
160%
抗性
0 40 0 0
伤害
108%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.65 秒
伤害分布
±20%
经验值
80%
Model Size
85%
类型
WbColdGrunt
Metadata
WbColdGrunt4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
10,293
护甲
28,790
闪避值
9,478
能量护盾
0
伤害
403
法术伤害
403
命中
290
攻击间隔
1.65
经验值
8,204
异常状态临界值
10,293
冰缓
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbLeapSlam
攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
跃击
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
冷却时间: 4 秒
一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。
伤害总增 25%
基础范围为 1.5 米
cast time overrides attack duration [1]
is area damage [1]
基础范围为 1.5 米
cast time overrides attack duration [1]
is area damage [1]
WbGlacialHammer
攻击, 近战单一目标, 攻击可重复, 近战, 冰冷, ThresholdJewelArea
冰霜之锤
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
凝聚冰霜之力,转换一部分的物理伤害为冰霜伤害以重击敌人。若受到攻击的非传奇敌人被冻结且生命少于 1/3,则被冰霜之锤命中时会碎成冰屑。如连续攻击三次,则第三次冻结敌人的概率更高。限定锤类、短杖或长杖。
伤害总增 10%
物理伤害提高 12%
物理伤害的 50% 转化为冰霜伤害
有 10% 的几率对敌人造成冻结状态
攻击速度总增 15%
active skill chill duration +% final [15]
物理伤害提高 12%
物理伤害的 50% 转化为冰霜伤害
有 10% 的几率对敌人造成冻结状态
攻击速度总增 15%
active skill chill duration +% final [15]
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbColdGrunt4"] = { name = "Mutewind Wildrunner", life = 1.6, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "Two Hand Mace", skillList = { "Melee", "WbLeapSlam", "WbGlacialHammer", }, 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["WbLeapSlam"] = { name = "Leap Slam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {25, 15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WbGlacialHammer"] = { name = "Glacial Hammer", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Hits enemies, converting some of your physical damage to cold damage. If a non-unique enemy is frozen and is on less than one third life, they will shatter when hit by Glacial Hammer. If striking three times in a row, the third strike will freeze enemies more easily. Requires a Mace, Sceptre or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chance_to_freeze_%", "physical_damage_+%", "active_skill_attack_speed_+%_final", "skill_physical_damage_%_to_convert_to_cold", "active_skill_chill_duration_+%_final", "active_skill_damage_+%_final", }, levels = { [1] = {0, 0, 0, 50, 15, 10, levelRequirement = 4, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {0, 1, 0, 50, 15, 10, levelRequirement = 8, statInterpolation = {1, 1, 1}, cost = { }, }, [3] = {0, 1, 0, 50, 15, 10, levelRequirement = 11, statInterpolation = {1, 1, 1}, cost = { }, }, [4] = {0, 2, 0, 50, 15, 10, levelRequirement = 15, statInterpolation = {1, 1, 1}, cost = { }, }, [5] = {0, 2, 0, 50, 15, 10, levelRequirement = 20, statInterpolation = {1, 1, 1}, cost = { }, }, [6] = {0, 3, 0, 50, 15, 10, levelRequirement = 25, statInterpolation = {1, 1, 1}, cost = { }, }, [7] = {0, 4, 5, 50, 15, 10, levelRequirement = 29, statInterpolation = {1, 1, 1}, cost = { }, }, [8] = {0, 4, 5, 50, 15, 10, levelRequirement = 31, statInterpolation = {1, 1, 1}, cost = { }, }, [9] = {0, 5, 5, 50, 15, 10, levelRequirement = 32, statInterpolation = {1, 1, 1}, cost = { }, }, [10] = {0, 5, 5, 50, 15, 10, levelRequirement = 34, statInterpolation = {1, 1, 1}, cost = { }, }, [11] = {5, 6, 5, 50, 15, 10, levelRequirement = 37, statInterpolation = {1, 1, 1}, cost = { }, }, [12] = {5, 6, 5, 50, 15, 10, levelRequirement = 40, statInterpolation = {1, 1, 1}, cost = { }, }, [13] = {5, 7, 10, 50, 15, 10, levelRequirement = 42, statInterpolation = {1, 1, 1}, cost = { }, }, [14] = {5, 8, 10, 50, 15, 10, levelRequirement = 45, statInterpolation = {1, 1, 1}, cost = { }, }, [15] = {5, 8, 10, 50, 15, 10, levelRequirement = 50, statInterpolation = {1, 1, 1}, cost = { }, }, [16] = {5, 9, 10, 50, 15, 10, levelRequirement = 51, statInterpolation = {1, 1, 1}, cost = { }, }, [17] = {10, 9, 10, 50, 15, 10, levelRequirement = 52, statInterpolation = {1, 1, 1}, cost = { }, }, [18] = {10, 10, 10, 50, 15, 10, levelRequirement = 54, statInterpolation = {1, 1, 1}, cost = { }, }, [19] = {10, 11, 15, 50, 15, 10, levelRequirement = 58, statInterpolation = {1, 1, 1}, cost = { }, }, [20] = {10, 11, 15, 50, 15, 10, levelRequirement = 66, statInterpolation = {1, 1, 1}, cost = { }, }, [21] = {10, 12, 15, 50, 15, 10, levelRequirement = 67, statInterpolation = {1, 1, 1}, cost = { }, }, [22] = {10, 12, 15, 50, 15, 10, levelRequirement = 68, statInterpolation = {1, 1, 1}, cost = { }, }, [23] = {15, 13, 15, 50, 15, 10, levelRequirement = 69, statInterpolation = {1, 1, 1}, cost = { }, }, [24] = {15, 14, 15, 50, 15, 10, levelRequirement = 70, statInterpolation = {1, 1, 1}, cost = { }, }, [25] = {15, 14, 20, 50, 15, 10, levelRequirement = 71, statInterpolation = {1, 1, 1}, cost = { }, }, [26] = {15, 15, 20, 50, 15, 10, levelRequirement = 72, statInterpolation = {1, 1, 1}, cost = { }, }, [27] = {15, 15, 20, 50, 15, 10, levelRequirement = 73, statInterpolation = {1, 1, 1}, cost = { }, }, [28] = {15, 16, 20, 50, 15, 10, levelRequirement = 74, statInterpolation = {1, 1, 1}, cost = { }, }, [29] = {20, 16, 20, 50, 15, 10, levelRequirement = 75, statInterpolation = {1, 1, 1}, cost = { }, }, [30] = {20, 17, 20, 50, 15, 10, levelRequirement = 76, statInterpolation = {1, 1, 1}, cost = { }, }, [31] = {20, 18, 25, 50, 15, 10, levelRequirement = 77, statInterpolation = {1, 1, 1}, cost = { }, }, [32] = {20, 18, 25, 50, 15, 10, levelRequirement = 78, statInterpolation = {1, 1, 1}, cost = { }, }, [33] = {20, 19, 25, 50, 15, 10, levelRequirement = 79, statInterpolation = {1, 1, 1}, cost = { }, }, [34] = {20, 19, 25, 50, 15, 10, levelRequirement = 80, statInterpolation = {1, 1, 1}, cost = { }, }, [35] = {20, 20, 25, 50, 15, 10, levelRequirement = 81, statInterpolation = {1, 1, 1}, cost = { }, }, [36] = {20, 21, 25, 50, 15, 10, levelRequirement = 82, statInterpolation = {1, 1, 1}, cost = { }, }, }, }
50% 的物理伤害转换为冰霜伤害
Id | MonsterElementalSkeletonCold |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
哑风野奔者
人形
50% 的物理伤害转换为冰霜伤害
monster no map drops [1]
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
cannot have affliction mods [1]
monster no map drops [1]
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
cannot have affliction mods [1]
Mutewind Wildrunner
幽魂 | N |
---|---|
标签 | has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, puncturing_weapon, red_blood, wb_basic |
Packs |
生命
160%
闪避值
+100%
异常状态临界值
160%
抗性
0 40 0 0
伤害
108%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.65 秒
伤害分布
±20%
经验值
80%
Model Size
90%
类型
WbColdGrunt
Metadata
WbColdGrunt5
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
10,293
护甲
28,790
闪避值
9,478
能量护盾
0
伤害
403
法术伤害
403
命中
290
攻击间隔
1.65
经验值
8,204
异常状态临界值
10,293
冰缓
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbPhaseRun
法术, 增益, 持续时间, 可触发, 物理, 快行, 冷却
暗影迷踪
施放间隔: 0.5 秒
冷却时间: 15 秒
使你的身影难以被发现, 且增加你的移动速度. 移动时不再被敌人阻挡. 使用任何技能将移除此增益效果, 并给予另外一个增加攻击伤害的短暂增益效果. 可以使用狂怒球延长持续时间.
基础持续时间为 10 秒
移动速度加快 30%
近战物理伤害总增 70%
移动速度加快 30%
近战物理伤害总增 70%
WbFrenzy
攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 图腾技能, 陷阱技能, 地雷技能, 近战单一目标, 攻击可重复, 近战, 可触发
狂怒
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
进行一次攻击,若是命中敌人则累积一颗狂怒球。带着狂怒球的状态下将会增加你的攻击速度。
伤害总降 28%
物理伤害总增 10%
每个狂怒球使物理伤害提高 10%
额外发射 2 个投射物
每个狂怒球使攻击速度加快 10%
skill can fire arrows [1]
物理伤害总增 10%
每个狂怒球使物理伤害提高 10%
额外发射 2 个投射物
每个狂怒球使攻击速度加快 10%
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbColdGrunt5"] = { name = "Mutewind Wildrunner", life = 1.6, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", weaponType2 = "Shield", skillList = { "WbFrenzy", "Melee", "WbPhaseRun", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["WbFrenzy"] = { name = "Frenzy", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Performs an attack that gives the character a frenzy charge if it hits. Frenzy charges increase your attack speed.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_speed_+%", "number_of_additional_projectiles", "active_skill_damage_+%_final", "physical_damage_+%_per_frenzy_charge", "base_attack_speed_+%_per_frenzy_charge", "active_skill_physical_damage_+%_final", "skill_can_fire_arrows", }, levels = { [1] = {0, 0, 0, 10, 10, 10, levelRequirement = 30, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {20, 0, 0, 10, 10, 10, levelRequirement = 40, statInterpolation = {1, 1, 1}, cost = { }, }, [3] = {0, 2, -20, 10, 10, 10, levelRequirement = 50, statInterpolation = {1, 1, 1}, cost = { }, }, [4] = {0, 2, -28, 10, 10, 10, levelRequirement = 65, statInterpolation = {1, 1, 1}, cost = { }, }, [5] = {0, 2, -36, 10, 10, 10, levelRequirement = 75, statInterpolation = {1, 1, 1}, cost = { }, }, }, } -- 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["WbPhaseRun"] = { name = "Phase Run", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, [SkillType.Travel] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_movement_velocity_+%", "phase_run_melee_physical_damage_+%_final", "base_skill_effect_duration", }, levels = { [1] = {15, 50, 10000, levelRequirement = 15, statInterpolation = {1, 1}, cost = { }, }, [2] = {20, 55, 10000, levelRequirement = 30, statInterpolation = {1, 1}, cost = { }, }, [3] = {25, 60, 10000, levelRequirement = 45, statInterpolation = {1, 1}, cost = { }, }, [4] = {30, 70, 10000, levelRequirement = 60, statInterpolation = {1, 1}, cost = { }, }, }, }
50% 的物理伤害转换为冰霜伤害
Id | MonsterElementalSkeletonCold |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
Id | MonsterAttackBlock20Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
哑风野奔者
人形
50% 的物理伤害转换为冰霜伤害
cyclone extra distance [10]
monster no map drops [1]
cannot have affliction mods [1]
cyclone extra distance [10]
monster no map drops [1]
cannot have affliction mods [1]
Mutewind Wildrunner
幽魂 | N |
---|---|
标签 | cold_affinity, has_dual_wield_melee, has_one_hand_axe, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon, wb_basic |
Packs |
生命
160%
闪避值
+100%
异常状态临界值
160%
抗性
0 40 0 0
伤害
108%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.65 秒
伤害分布
±20%
经验值
80%
Model Size
90%
类型
WbColdGrunt
Metadata
WbColdGrunt6
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
10,293
护甲
28,790
闪避值
9,478
能量护盾
0
伤害
403
法术伤害
403
命中
290
攻击间隔
1.65
经验值
8,204
异常状态临界值
10,293
冰缓
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbWhiteCyclone
攻击, 范围, 近战, 位移
旋风斩
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
对周围敌人造成伤害, 接而进行一连串的旋转攻击, 边向目标地点前进边攻击路径上的敌人, 无法被多重打击和无情辅助.
获得额外冰霜伤害, 其数值等同于物理伤害的 25%
伤害总降 70%
物理伤害提高 24%
攻击速度加快 30%
移动速度总降 20%
cyclone extra distance [15]
is area damage [1]
伤害总降 70%
物理伤害提高 24%
攻击速度加快 30%
移动速度总降 20%
cyclone extra distance [15]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbColdGrunt6"] = { name = "Mutewind Wildrunner", life = 1.6, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Axe", weaponType2 = "One Hand Axe", skillList = { "Melee", "WbWhiteCyclone", }, 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["WbWhiteCyclone"] = { 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 = { "physical_damage_+%", "attack_speed_+%", "cyclone_movement_speed_+%_final", "physical_damage_%_to_add_as_cold", "active_skill_damage_+%_final", "cyclone_extra_distance", "is_area_damage", }, levels = { [1] = {12, 0, -30, 0, -55, 15, levelRequirement = 10, statInterpolation = {1, 1, 1, 1, 1}, cost = { }, }, [2] = {12, 10, -30, 15, -60, 15, levelRequirement = 25, statInterpolation = {1, 1, 1, 1, 1}, cost = { }, }, [3] = {24, 15, -20, 20, -65, 15, levelRequirement = 40, statInterpolation = {1, 1, 1, 1, 1}, cost = { }, }, [4] = {24, 30, -20, 25, -70, 15, levelRequirement = 60, statInterpolation = {1, 1, 1, 1, 1}, cost = { }, }, }, }
50% 的物理伤害转换为冰霜伤害
Id | MonsterElementalSkeletonCold |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
cyclone extra distance [10]
Id | GrandmasterCycloneDistance |
---|---|
Family | CycloneExtraDistance |
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 |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
哑风野奔者
人形
50% 的物理伤害转换为冰霜伤害
monster no map drops [1]
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
cannot have affliction mods [1]
monster no map drops [1]
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
cannot have affliction mods [1]
Mutewind Wildrunner
幽魂 | N |
---|---|
标签 | cold_affinity, has_dagger, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon, wb_basic |
生命
160%
闪避值
+100%
异常状态临界值
160%
抗性
0 40 0 0
伤害
108%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.65 秒
伤害分布
±20%
经验值
80%
Model Size
90%
类型
WbColdGrunt
Metadata
WbColdGrunt7
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
10,293
护甲
28,790
闪避值
9,478
能量护盾
0
伤害
403
法术伤害
403
命中
290
攻击间隔
1.65
经验值
8,204
异常状态临界值
10,293
冰缓
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbFrostBlades
攻击, 投射物, 近战单一目标, 攻击可重复, 近战, 冰冷, 范围攻击, ProjectilesNotFromUser
冰霜之刃
基本伤害: 323–484
暴击几率: 5%
攻击伤害: 117%
攻击伤害: 117.27%
攻击间隔: 1.65 秒
增加攻击范围。从击中的第一个敌人处释放冰霜之刃射向其他敌人。限定近战武器。
攻击伤害总增 17.27%
额外发射 2 个投射物
物理伤害的 40% 转化为冰霜伤害
近战打击范围 +1.4 米
show number of projectiles [1]
total projectile spread angle override [90]
额外发射 2 个投射物
物理伤害的 40% 转化为冰霜伤害
近战打击范围 +1.4 米
show number of projectiles [1]
total projectile spread angle override [90]
WbWhirlingBlades
攻击, 近战, 位移, 快行
回旋之刃
基本伤害: 323–484
暴击几率: 5%
攻击间隔: 1.65 秒
在敌人之间穿梭,造成武器伤害。双持时使用两把武器同时发起攻击并造成一次伤害。需要匕首、爪类和单手剑。
伤害总降 30%
cast time overrides attack duration [1]
ignores proximity shield [1]
cast time overrides attack duration [1]
ignores proximity shield [1]
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbColdGrunt7"] = { name = "Mutewind Wildrunner", life = 1.6, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "Dagger", weaponType2 = "Shield", skillList = { "WbWhirlingBlades", "Melee", "WbFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["WbWhirlingBlades"] = { name = "Whirling Blades", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.43, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "ignores_proximity_shield", "cast_time_overrides_attack_duration", }, levels = { [1] = {-30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- 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["WbFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_additional_projectiles", "melee_weapon_range_+", "skill_physical_damage_%_to_convert_to_cold", "total_projectile_spread_angle_override", "show_number_of_projectiles", }, levels = { [1] = {2, 14, 40, 90, levelRequirement = 1, statInterpolation = {}, cost = { }, }, [2] = {2, 14, 40, 90, baseMultiplier = 1.0091, levelRequirement = 4, statInterpolation = {}, cost = { }, }, [3] = {2, 14, 40, 90, baseMultiplier = 1.0182, levelRequirement = 8, statInterpolation = {}, cost = { }, }, [4] = {2, 14, 40, 90, baseMultiplier = 1.0273, levelRequirement = 12, statInterpolation = {}, cost = { }, }, [5] = {2, 14, 40, 90, baseMultiplier = 1.0364, levelRequirement = 14, statInterpolation = {}, cost = { }, }, [6] = {2, 14, 40, 90, baseMultiplier = 1.0455, levelRequirement = 18, statInterpolation = {}, cost = { }, }, [7] = {2, 14, 40, 90, baseMultiplier = 1.0545, levelRequirement = 22, statInterpolation = {}, cost = { }, }, [8] = {2, 14, 40, 90, baseMultiplier = 1.0636, levelRequirement = 26, statInterpolation = {}, cost = { }, }, [9] = {2, 14, 40, 90, baseMultiplier = 1.0727, levelRequirement = 30, statInterpolation = {}, cost = { }, }, [10] = {2, 14, 40, 90, baseMultiplier = 1.0818, levelRequirement = 34, statInterpolation = {}, cost = { }, }, [11] = {2, 14, 40, 90, baseMultiplier = 1.0909, levelRequirement = 38, statInterpolation = {}, cost = { }, }, [12] = {2, 14, 40, 90, baseMultiplier = 1.1, levelRequirement = 42, statInterpolation = {}, cost = { }, }, [13] = {2, 14, 40, 90, baseMultiplier = 1.1091, levelRequirement = 46, statInterpolation = {}, cost = { }, }, [14] = {2, 14, 40, 90, baseMultiplier = 1.1182, levelRequirement = 50, statInterpolation = {}, cost = { }, }, [15] = {2, 14, 40, 90, baseMultiplier = 1.1273, levelRequirement = 54, statInterpolation = {}, cost = { }, }, [16] = {2, 14, 40, 90, baseMultiplier = 1.1364, levelRequirement = 58, statInterpolation = {}, cost = { }, }, [17] = {2, 14, 40, 90, baseMultiplier = 1.1455, levelRequirement = 62, statInterpolation = {}, cost = { }, }, [18] = {2, 14, 40, 90, baseMultiplier = 1.1545, levelRequirement = 66, statInterpolation = {}, cost = { }, }, [19] = {2, 14, 40, 90, baseMultiplier = 1.1636, levelRequirement = 67, statInterpolation = {}, cost = { }, }, [20] = {2, 14, 40, 90, baseMultiplier = 1.1727, levelRequirement = 68, statInterpolation = {}, cost = { }, }, [21] = {2, 14, 40, 90, baseMultiplier = 1.1818, levelRequirement = 69, statInterpolation = {}, cost = { }, }, [22] = {2, 14, 40, 90, baseMultiplier = 1.1909, levelRequirement = 70, statInterpolation = {}, cost = { }, }, [23] = {2, 14, 40, 90, baseMultiplier = 1.2, levelRequirement = 71, statInterpolation = {}, cost = { }, }, [24] = {2, 14, 40, 90, baseMultiplier = 1.2091, levelRequirement = 72, statInterpolation = {}, cost = { }, }, [25] = {2, 14, 40, 90, baseMultiplier = 1.2182, levelRequirement = 73, statInterpolation = {}, cost = { }, }, [26] = {2, 14, 40, 90, baseMultiplier = 1.2273, levelRequirement = 74, statInterpolation = {}, cost = { }, }, [27] = {2, 14, 40, 90, baseMultiplier = 1.2364, levelRequirement = 75, statInterpolation = {}, cost = { }, }, [28] = {2, 14, 40, 90, baseMultiplier = 1.2455, levelRequirement = 76, statInterpolation = {}, cost = { }, }, [29] = {2, 14, 40, 90, baseMultiplier = 1.2545, levelRequirement = 77, statInterpolation = {}, cost = { }, }, [30] = {2, 14, 40, 90, baseMultiplier = 1.2636, levelRequirement = 78, statInterpolation = {}, cost = { }, }, [31] = {2, 14, 40, 90, baseMultiplier = 1.2727, levelRequirement = 79, statInterpolation = {}, cost = { }, }, [32] = {2, 14, 40, 90, baseMultiplier = 1.2818, levelRequirement = 80, statInterpolation = {}, cost = { }, }, [33] = {2, 14, 40, 90, baseMultiplier = 1.2909, levelRequirement = 81, statInterpolation = {}, cost = { }, }, [34] = {2, 14, 40, 90, baseMultiplier = 1.3, levelRequirement = 82, statInterpolation = {}, cost = { }, }, }, }
50% 的物理伤害转换为冰霜伤害
Id | MonsterElementalSkeletonCold |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
Id | MonsterAttackBlock20Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
哑风野奔者
人形
50% 的物理伤害转换为冰霜伤害
monster no map drops [1]
monster no map drops [1]
Mutewind Wildrunner
幽魂 | N |
---|---|
标签 | bludgeoning_weapon, elder_map_boss, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, non_attacking, not_int, not_str, red_blood, wb_basic |
生命
160%
闪避值
+100%
异常状态临界值
160%
抗性
0 40 0 0
伤害
108%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.65 秒
伤害分布
±20%
经验值
80%
Model Size
80%
类型
WbColdGrunt
Metadata
WbColdGrunt1Elder
Object Type
version 2 extends "Metadata/Monsters/Monster" Life { corpse_usable = false } Stats { base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 is_hidden_monster = 1 immune_to_curses = 1 immune_to_auras_from_other_entities = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbColdGrunt1Elder"] = { name = "Mutewind Wildrunner", life = 1.6, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "One Hand Mace", skillList = { }, modList = { }, }
50% 的物理伤害转换为冰霜伤害
Id | MonsterElementalSkeletonCold |
---|---|
Family | ColdDamageAsPortionOfDamage |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |