[REC] Casting Lightning Bolt or Chain Lightning prevents actions which check Lightning Rod debuff
mwojtkowski 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 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).
Spec
Shaman - Elemental
Describe the Issue
Both Lightning Bolt and Chain Lightning have:
if talent.lightning_rod.enabled then applyDebuff( "target", "lightning_rod" ) end
which should be removed
only Tempest, Earth Shock, Elemental Blast, and Earthquake can apply that debuff to the target
Because of above if lightning rod debuff is missing on current target but we are casting lightning bolt or chain lightning any action that checks if lightning rod debuff is missing will fail until end of that cast
Action List single_target, Entry 24 Earth Shock
( ( buff.master_of_the_elements.up | lightning_rod = 0 )
& cooldown.stormkeeper.remains > 10
& ( rolling_thunder.next_tick > 5 | ! talent.rolling_thunder.enabled ) | buff.stormkeeper.up )
& talent.storm_elemental.enabled
& spell_targets.chain_lightning = 1
above action will not be recommended while casting LB or CL even if target has not lightning rod debuff
How to Reproduce
- Enter game as Elemental shaman
- Use Single Target build from wowhear (Farseer)
- When Hekili will suggest Earth Shock start casting Lightning Bolt or Chain Lightning
- Earth Shock Icon will disappear until you finish your cast
Snapshot (Link)
Raidbots Sim Report (Link)
No response
Additional Information
No response
Contact Information
No response
I see, the issue is that there is a difference between Elemental and Enhance as to which spells trigger it.