[FEATURE] Add Earthen Azerite Surge
N6REJ opened this issue ยท 2 comments
Before You Begin
- I confirm that I have downloaded the latest version of the addon.
- I am not playing on a private server.
- I checked for an existing, open ticket for this request and was not able to find one.
- I edited the title of this feature request (above) so that it describes the issue I am reporting.
Feature Request
It would be helpful if we could put the Azerite Surge skill into the rotation
Additional Information
This is an earthen only race skill
Contact Information
Just adding my notes here incase anyone else picks this up in the meantime.
in Classes.lua
azerite_surge = {
id = 436344,
cast = 0.25 + 0.75 * state.empowerment.active,
empowered = true,
max_empower = 3,
cooldown = 120,
gcd = "off",
school = "fire",
toggle = "cooldowns",
handler = function ()
end,
},