Skip to content

Commit

Permalink
Add Spores trinket.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Nov 17, 2023
1 parent e032a18 commit 6488b67
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion Dragonflight/Items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2158,5 +2158,27 @@ all:RegisterAbilities( {
max_stack = 1
}
}
}
},

-- Everbloom
spores_of_alacrity = {
cast = 0,
cooldown = 120,
gcd = "off",

item = 110014,
toggle = "cooldowns",

handler = function()
applyBuff( "alacritous_spores" )
end,

auras = {
alacritous_spores = {
id = 429276,
duration = 20,
max_stack = 10 -- Ticks down?
}
}
},
} )

0 comments on commit 6488b67

Please sign in to comment.