You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Sacred Wisps applying to non-Wand Attacks (#9272)
* update CalcTools to handle differing weaponTypes
* update for Varunastra
* update for supports having more weaponTypes than Active Skill
* better var name
* Handle edge case of Varunustra with shield skills
Handles the edge case of using Varunustra with a shield skill and wisps
Varunustra was not being restricted to the melee skills when checking for the active skill type
---------
Co-authored-by: LocalIdentity <[email protected]>
-- Special case for Sacred Wisps, i.e. Wisps Support has a weaponType of Wand so it should only match with Active Skills that at least have Wand as a weaponType.
110
+
-- Super special case for Varunastra, e.g. allow Nightblade to support Smite.
111
+
localactorHasAllOneHand= (activeSkill.actor.weaponData1andactiveSkill.actor.weaponData1.countsAsAll1H) or (activeSkill.actor.weaponData2andactiveSkill.actor.weaponData2.countsAsAll1H)
112
+
ifgrantedEffect.weaponTypesthen
113
+
-- Build a lookup of the active skill's weapon types
0 commit comments