死亡骑士
Death Knight
Spectre | Y |
---|---|
Area | 高墙庭院 |
Tags | 2HSharpMetal_onhit_audio, allows_inc_aoe, construct, humanoid, melee, monster_barely_moves, not_dex, not_int, physical_affinity, very_slow_movement |
Packs |
生命
200%
[护甲]
+80%
抗性




伤害
220%
命中
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
5 ~ 14
攻击间隔
2.505 Second
Damage Spread
±30%
经验值
200%
Model Size
100%
Type
DeathKnight
Metadata
DeathKnight1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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).
DeathKnightSlamEAA
可触发, 攻击
Base Damage: 41–76
暴击几率: 5%
攻击伤害: 200%
攻击间隔: 2.505 秒
冷却时间: 8 秒
攻击伤害总增 100%
攻击速度总降 20%
action attack or cast time uses animation length [1]
base skill can be blocked [1]
base skill effect duration [3000]
is area damage [1]
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
普通攻击
Base Damage: 41–76
暴击几率: 5%
攻击间隔: 2.505 秒
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_base_heavy_stun_duration_ms = 3000 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Functions { HideMeshSegments = "HideMeshSegments( DeathKnightweaponShape);" ShowMeshSegments = "ShowMeshSegments( DeathKnightweaponShape);" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Knight/DeathKnight1"] = { name = "Death Knight", life = 2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.2, damageSpread = 0.3, attackTime = 2.505, attackRange = 14, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "MeleeAtAnimationSpeed", "DeathKnightSlamEAA", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = 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["DeathKnightSlamEAA"] = { name = "DeathKnightSlamEAA", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_attack_speed_+%_final", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", "base_skill_can_be_blocked", }, levels = { [1] = {3000, -20, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
死亡骑士
Death Knight
Spectre | Y |
---|---|
Area | 永恒墓场, Holten, Wolvenhold, Necropolis, The Ziggurat Refuge |
Tags | 2HSharpMetal_onhit_audio, allows_inc_aoe, construct, humanoid, melee, monster_barely_moves, not_dex, not_int, physical_affinity, very_slow_movement |
Packs |
生命
200%
[护甲]
+80%
抗性




伤害
220%
命中
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
5 ~ 14
攻击间隔
2.505 Second
Damage Spread
±30%
经验值
200%
Model Size
100%
Type
DeathKnight
Metadata
DeathKnightNecropolis
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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).
DeathKnightSlamEAA
可触发, 攻击
Base Damage: 327–607
暴击几率: 5%
攻击伤害: 200%
攻击间隔: 2.505 秒
冷却时间: 8 秒
攻击伤害总增 100%
攻击速度总降 20%
action attack or cast time uses animation length [1]
base skill can be blocked [1]
base skill effect duration [3000]
is area damage [1]
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
普通攻击
Base Damage: 327–607
暴击几率: 5%
攻击间隔: 2.505 秒
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_base_heavy_stun_duration_ms = 3000 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Functions { HideMeshSegments = "HideMeshSegments( DeathKnightweaponShape);" ShowMeshSegments = "ShowMeshSegments( DeathKnightweaponShape);" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Knight/DeathKnightNecropolis"] = { name = "Death Knight", life = 2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.2, damageSpread = 0.3, attackTime = 2.505, attackRange = 14, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "MeleeAtAnimationSpeed", "DeathKnightSlamEAA", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = 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["DeathKnightSlamEAA"] = { name = "DeathKnightSlamEAA", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_attack_speed_+%_final", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", "base_skill_can_be_blocked", }, levels = { [1] = {3000, -20, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Death Knight


Spectre | N |
---|---|
Tags | 2HSharpMetal_onhit_audio, allows_inc_aoe, construct, humanoid, melee, monster_barely_moves, not_dex, not_int, physical_affinity, very_slow_movement |
Packs |
生命
200%
[护甲]
+80%
抗性




伤害
220%
命中
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
5 ~ 14
攻击间隔
2.505 Second
Damage Spread
±30%
经验值
200%
Model Size
100%
Type
DeathKnight
Metadata
DeathKnightNecropolisStrongbox
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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).
DeathKnightSlamEAA
可触发, 攻击
Base Damage: 359–667
暴击几率: 5%
攻击伤害: 200%
攻击间隔: 2.505 秒
冷却时间: 8 秒
攻击伤害总增 100%
攻击速度总降 20%
action attack or cast time uses animation length [1]
base skill can be blocked [1]
base skill effect duration [3000]
is area damage [1]
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
普通攻击
Base Damage: 359–667
暴击几率: 5%
攻击间隔: 2.505 秒
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_base_heavy_stun_duration_ms = 3000 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Functions { HideMeshSegments = "HideMeshSegments( DeathKnightweaponShape);" ShowMeshSegments = "ShowMeshSegments( DeathKnightweaponShape);" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Knight/DeathKnightNecropolisStrongbox"] = { name = "Death Knight", life = 2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.2, damageSpread = 0.3, attackTime = 2.505, attackRange = 14, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "MeleeAtAnimationSpeed", "DeathKnightSlamEAA", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = 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["DeathKnightSlamEAA"] = { name = "DeathKnightSlamEAA", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_attack_speed_+%_final", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", "base_skill_can_be_blocked", }, levels = { [1] = {3000, -20, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Death Knight
Spectre | Y |
---|---|
Area | The Ziggurat Refuge |
Tags | 2HSharpMetal_onhit_audio, allows_inc_aoe, construct, humanoid, melee, monster_barely_moves, not_dex, not_int, physical_affinity, very_slow_movement |
Packs |
生命
200%
[护甲]
+80%
抗性




伤害
220%
命中
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
5 ~ 14
攻击间隔
2.505 Second
Damage Spread
±30%
经验值
200%
Model Size
100%
Type
DeathKnight
Metadata
DeathKnightNecropolisElite
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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).
DeathKnightSlamEAA
可触发, 攻击
Base Damage: 327–607
暴击几率: 5%
攻击伤害: 200%
攻击间隔: 2.505 秒
冷却时间: 8 秒
攻击伤害总增 100%
攻击速度总降 20%
action attack or cast time uses animation length [1]
base skill can be blocked [1]
base skill effect duration [3000]
is area damage [1]
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
普通攻击
Base Damage: 327–607
暴击几率: 5%
攻击间隔: 2.505 秒
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

GADeathKnightOverheadslamforward
可触发, 攻击
Base Damage: 327–607
暴击几率: 5%
攻击伤害: 175%
攻击间隔: 2.505 秒
攻击伤害总增 75%
攻击速度总降 20%
action attack or cast time uses animation length [1]
attack maximum action distance + [30]
base skill effect duration [3000]
is area damage [1]
GADeathKnightOverheadslam
可触发, 攻击
Base Damage: 327–607
暴击几率: 5%
攻击伤害: 175%
攻击间隔: 2.505 秒
攻击伤害总增 75%
action attack or cast time uses animation length [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Knight/DeathKnight"
Object Type Codes
version 2 extends "Metadata/Monsters/Knight/DeathKnight"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Knight/DeathKnightNecropolisElite"] = { name = "Death Knight", life = 2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.2, damageSpread = 0.3, attackTime = 2.505, attackRange = 14, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "MeleeAtAnimationSpeed", "GADeathKnightOverheadslam", "GADeathKnightOverheadslamforward", "DeathKnightSlamEAA", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = 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["GADeathKnightOverheadslam"] = { name = "GADeathKnightOverheadslam", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GADeathKnightOverheadslamforward"] = { name = "GADeathKnightOverheadslamforward", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_attack_speed_+%_final", "attack_maximum_action_distance_+", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {3000, -20, 30, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeathKnightSlamEAA"] = { name = "DeathKnightSlamEAA", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_attack_speed_+%_final", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", "base_skill_can_be_blocked", }, levels = { [1] = {3000, -20, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Death Knight


Spectre | N |
---|---|
Tags | 2HSharpMetal_onhit_audio, allows_inc_aoe, construct, humanoid, melee, monster_barely_moves, not_dex, not_int, physical_affinity, very_slow_movement |
生命
200%
[护甲]
+80%
抗性




伤害
220%
命中
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
5 ~ 14
攻击间隔
2.505 Second
Damage Spread
±30%
经验值
200%
Model Size
100%
Type
DeathKnight
Metadata
DeathKnightNecropolisEliteStrongbox
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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).
DeathKnightSlamEAA
可触发, 攻击
Base Damage: 359–667
暴击几率: 5%
攻击伤害: 200%
攻击间隔: 2.505 秒
冷却时间: 8 秒
攻击伤害总增 100%
攻击速度总降 20%
action attack or cast time uses animation length [1]
base skill can be blocked [1]
base skill effect duration [3000]
is area damage [1]
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
普通攻击
Base Damage: 359–667
暴击几率: 5%
攻击间隔: 2.505 秒
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]

GADeathKnightOverheadslamforward
可触发, 攻击
Base Damage: 359–667
暴击几率: 5%
攻击伤害: 175%
攻击间隔: 2.505 秒
攻击伤害总增 75%
攻击速度总降 20%
action attack or cast time uses animation length [1]
attack maximum action distance + [30]
base skill effect duration [3000]
is area damage [1]
GADeathKnightOverheadslam
可触发, 攻击
Base Damage: 359–667
暴击几率: 5%
攻击伤害: 175%
攻击间隔: 2.505 秒
攻击伤害总增 75%
action attack or cast time uses animation length [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Knight/DeathKnight"
Object Type Codes
version 2 extends "Metadata/Monsters/Knight/DeathKnight"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Knight/DeathKnightNecropolisEliteStrongbox"] = { name = "Death Knight", life = 2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 2.2, damageSpread = 0.3, attackTime = 2.505, attackRange = 14, accuracy = 1, weaponType1 = "Two Hand Axe", skillList = { "MeleeAtAnimationSpeed", "GADeathKnightOverheadslam", "GADeathKnightOverheadslamforward", "DeathKnightSlamEAA", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = 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["GADeathKnightOverheadslam"] = { name = "GADeathKnightOverheadslam", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GADeathKnightOverheadslamforward"] = { name = "GADeathKnightOverheadslamforward", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_attack_speed_+%_final", "attack_maximum_action_distance_+", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {3000, -20, 30, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DeathKnightSlamEAA"] = { name = "DeathKnightSlamEAA", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "active_skill_attack_speed_+%_final", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", "base_skill_can_be_blocked", }, levels = { [1] = {3000, -20, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.