Skip to content

Commit 3b9992c

Browse files
committed
update Sacred Wisps with required WandAttack tag and add in missing WandAttack to Power Siphon of the Archmage
1 parent 5a60660 commit 3b9992c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Data/Skills/act_int.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13830,7 +13830,7 @@ skills["PowerSiphonAltX"] = {
1383013830
baseTypeName = "Power Siphon of the Archmage",
1383113831
color = 3,
1383213832
description = "Fires your wand to fire a single projectile each at a number of nearby enemies, granting you a power charge if an enemy is killed by, or soon after, the hit.",
13833-
skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Lightning] = true, },
13833+
skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Lightning] = true, [SkillType.WandAttack] = true, },
1383413834
weaponTypes = {
1383513835
["Wand"] = true,
1383613836
},

src/Data/Skills/sup_int.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4961,7 +4961,7 @@ skills["SupportSacredWisps"] = {
49614961
description = "Supports attack skills that can be used with Wands. Cannot support Vaal skills, minion skills, movement skills, or skills used by totems, traps, or mines.",
49624962
color = 3,
49634963
support = true,
4964-
requireSkillTypes = { SkillType.RangedAttack, },
4964+
requireSkillTypes = { SkillType.WandAttack, },
49654965
addSkillTypes = { },
49664966
excludeSkillTypes = { SkillType.Vaal, SkillType.SummonsTotem, SkillType.Trapped, SkillType.RemoteMined, SkillType.Minion, SkillType.DisallowTriggerSupports, },
49674967
ignoreMinionTypes = true,

0 commit comments

Comments
 (0)