Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add Earthen Azerite Surge #3649

Open
4 tasks done
N6REJ opened this issue Sep 4, 2024 · 2 comments
Open
4 tasks done

[FEATURE] Add Earthen Azerite Surge #3649

N6REJ opened this issue Sep 4, 2024 · 2 comments
Assignees
Labels
backlog Low priority; awaiting time/resource availability. enhancement

Comments

@N6REJ
Copy link

N6REJ commented Sep 4, 2024

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

@N6REJ

@N6REJ N6REJ added enhancement 🧑‍⚕️ triage Issue needs initial triage to determine if action needs to be taken. labels Sep 4, 2024
@syrifgit
Copy link
Collaborator

This is being worked on

@syrifgit syrifgit self-assigned this Sep 10, 2024
@syrifgit syrifgit added accepted and removed 🧑‍⚕️ triage Issue needs initial triage to determine if action needs to be taken. accepted labels Sep 10, 2024
@syrifgit
Copy link
Collaborator

syrifgit commented Sep 10, 2024

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

@syrifgit syrifgit added backlog Low priority; awaiting time/resource availability. and removed in testing labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Low priority; awaiting time/resource availability. enhancement
Projects
None yet
Development

No branches or pull requests

3 participants