Hekili / hekili

Hekili Priority Helper for DPS and Tanks (WoW Retail)
419 stars 222 forks source link

[FEATURE] Add Earthen Azerite Surge #3649

Open N6REJ opened 2 months ago

N6REJ commented 2 months ago

Before You Begin

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

@N6REJ

syrifgit commented 1 month ago

This is being worked on

syrifgit commented 1 month ago

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,

    },

image