Skip to content

Commit

Permalink
Balance: Add missing PvP talent auras.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Oct 2, 2023
1 parent 386601d commit e4b9b10
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Dragonflight/DruidBalance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,13 @@ spec:RegisterAuras( {
mechanic = "stun",
max_stack = 1
},
-- PvP Talent: Entering an Eclipse summons a beam of light at your location granting you 50% reduction in silence and interrupts for 6 sec.
-- https://www.wowhead.com/spell=234084
moon_and_stars = {
id = 234084,
duration = 6,
max_stack = 1
},
-- Suffering $w1 Arcane damage every $t1 sec.
-- https://wowhead.com/beta/spell=164812
moonfire = {
Expand All @@ -513,6 +520,13 @@ spec:RegisterAuras( {
max_stack = 1,
copy = 155625
},
-- PvP Talent: Starsurge grants 4% spell critical strike chance to 8 allies within 40 yards for 18 sec, stacking up to 3 times.
-- https://www.wowhead.com/spell=209746
moonkin_aura = {
id = 209746,
duration = 18,
max_stack = 3
},
-- Talent: Spell damage increased by $s9%. Immune to Polymorph effects.$?$w3>0[ Armor increased by $w3%.][]
-- https://wowhead.com/beta/spell=24858
moonkin_form = {
Expand Down Expand Up @@ -1720,7 +1734,6 @@ spec:RegisterAbilities( {

toggle = "cooldowns",


handler = function ()
applyBuff( "celestial_alignment" )
stat.haste = stat.haste + 0.1
Expand Down

0 comments on commit e4b9b10

Please sign in to comment.