-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add secondary targets #925
Conversation
One open question would be whether we should be merging "duplicate" targets, for example the 2 instances of Red/Green/Blue Guardian at Vale Guardian or Guldhem at Samarog. And Hands at Adina would technically be progress-blocking DPS targets as well, but can spawn as non-blocking targets during the final phase. Not sure how we should handle that. |
Number them like we do for Tormented Deads, Anomalies and others Maybe could make this slice of code an API since we do this for multiple encounters, don't know where to locate it though. |
From the code the only agents that would need renaming would be the Gorseval ones, others are already renamed with numbers or cardinal positions. |
For Adina, you could do a |
That would mean they only get added to the main phase when phases are being computed, right? Is it fine to have different behavior for the main phase targets depending on whether other phases are computed? |
You are right, in that case something like |
Health check is a bit problematic since Adina can easily go below 25% before the 3rd split starts. In the log I am testing with she gains Determined nearly 1s after a < 25% HP update. And Bladesworn Slashes can hit for like 250k, good timing on one could push her below 24% going into the split. Technically we could check < 23% as the Phase 4 Hands are not supposed to spawn before 20%. Alternatively I could try to do it based on Determined applies instead. They are needed for phase computation below anyway, only need to move it up. |
Should I add the "optional" hands as secondary targets to Phase 4? Edit: added it for now, can be removed if it's not wanted. |
Determined check could fail on late start logs though and add actual P4 hands as secondary targets to the main phase. |
We can go back to checking <23% health if thats more robust? |
No, a buff based system will always be more robust, we only care for hands during determined periods, with how the fight works, we only want hands from before last determined remove or everything (if no remove or last determined event is an apply, aka log ended during split phase) |
Thanks! |
This adds some "progress-blocking" split phase DPS targets as secondary targets to the main phase (akin to Kaineng Overlook).
Fractals:
Raids: