[FEATURE] Assassination Rogue - Track Envenom TTK stacks
djopero 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
Hey, is it possible for Hekili to track Twist the Knife stacks of Envenom? It allows you to get two stacks and in the Simc APL it has this line. As guideline you want to try and clip the 2nd stack with this talent not just the overall envenom stack.
Check to clip envenom
actions+=/variable,name=clip_envenom,value=buff.envenom.up&buff.envenom.remains.1<=1
Which is tracking the second stack of envenom with "buff.envenom.remains.1<=1" which returns nil in Hekili. If I edit the current Hekili line of "buff.envenom.remains<=1" which is just tracking overall Envenom
Maybe it's not even that line but the apl is intended to try and clip the Envenom stack as it's about to lose the second stack.
Additional Information
No response
Contact Information
No response
buff.envenom.remains.1<=1
I definitely won't support that syntax directly, but I'll add a way to track overlaps and update the priority accordingly.