Skip to content

Commit

Permalink
Add Wraps of Electrostatic Potential.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Aug 12, 2020
1 parent ef216c3 commit ccd785a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Classes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2721,6 +2721,24 @@ do
end


all:RegisterAbility( "wraps_of_electrostatic_potential", {
cast = 0,
cooldown = 60,
gcd = "off",

item = 169069,
toggle = "cooldowns",

handler = function () applyDebuff( "target", "electrostatic_induction" ) end
} )

all:RegisterAura( "electrostatic_induction", {
id = 300145,
duration = 8,
max_stack = 1
} )


-- Shockbiter's Fang
all:RegisterAbility( "shockbiters_fang", {
cast = 0,
Expand Down

0 comments on commit ccd785a

Please sign in to comment.