Hekili Priority Helper

Hekili Priority Helper

44M Downloads

[REC] [Dragonflight] - Balance druid - Starsurge issue

marekCs opened this issue · 5 comments

commented

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 issue and was not able to find one.
  • I edited the title of this issue (above) so that it describes the issue I am reporting.
  • I am reporting an issue with the default priority included with the specialization (imported or edited priorities are not supported).

Describe the Issue

Starsurge is recommended even I cannot cast it. I'm as NF Balance Druid. But not sure if it's an issue or I have to just wait.

How to Reproduce

Enter the game as Balance druid with NF.
Go to dummies.
Try rotation with Fixed dual setup.

Snapshot (Link)

https://pastebin.com/qHX3H2XL

Raidbots Sim Report (Link)

No response

Additional Information

No response

Contact Information

Markô#2877

commented

Disabling T28 set bonus seems to fix this

-- spec:RegisterGear( "tier28", 188853, 188851, 188849, 188848, 188847 )
-- spec:RegisterSetBonuses( "tier28_2pc", 364423, "tier28_4pc", 363497 )
commented

Base cost of Starsurge has been increased from 30 to 40
https://www.wowhead.com/spell=78674/starsurge
image

Dragonflight/DruidBalance.lua line 2508:

    starsurge = {
        id = 78674,
        cast = 0,
        cooldown = 0,
        gcd = "spell",

        spend = function ()
            if buff.oneths_clear_vision.up or buff.starweavers_weft.up then return 0 end
            return 30 * ( 1 - ( buff.timeworn_dreambinder.stack * 0.1 ) ) * ( set_bonus.tier28_4pc > 0 and ( buff.eclipse_solar.up or buff.eclipse_lunar.up ) and 0.85 or 1 )
        end,
commented

Base cost of Starsurge has been increased from 30 to 40 https://www.wowhead.com/spell=78674/starsurge

image

    starsurge = {
        id = 78674,
        cast = 0,
        cooldown = 0,
        gcd = "spell",

        spend = function ()
            if buff.oneths_clear_vision.up or buff.starweavers_weft.up then return 0 end
            return 30 * ( 1 - ( buff.timeworn_dreambinder.stack * 0.1 ) ) * ( set_bonus.tier28_4pc > 0 and ( buff.eclipse_solar.up or buff.eclipse_lunar.up ) and 0.85 or 1 )
        end,

Oh, that might be it, thanks

commented

Also looks like Elune's Guidance astral power cost reduction isn't implemented yet

commented

This has been addressed as of release 05.