forked from quisquous/cactbot
-
Notifications
You must be signed in to change notification settings - Fork 45
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
raidboss: Add window
to Divine Judgment
TEA timeline
#91
Open
valarnin
wants to merge
1
commit into
OverlayPlugin:main
Choose a base branch
from
valarnin:tea-add-timeline-window
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If waiting until the last possible second to kill AP can push
Divine Judgment
back to something more like795.3
, would it make sense just to change the timeline entry to795.3
and then do awindow 90,2
?Since the ability timing is variable, the exact time listed on the line is I guess a bit arbitrary, but it will control when the ability shows up on the timeline by default until there's a sync. In that case, I think it might make more sense for the default position to be at the latest possible execution time, and then let it sync if it happens early. Otherwise, you would end up with the ability running on the timeline and disappearing while the phase is still active (even though it will later sync), which seems less optimal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have exact timings for everything and my team's done with TEA for now, so I could only submit this adjustment because it's the only one I was actually able to test.
If we bump the start time up for
Divine Judgement
, then the followingDown for the Count
and--targetable--
entries also need to be bumped up, and I'm not sure if the linear time increase of+8s
would always be applicable or not. We always kill extremely close to the cast finishing, so if e.g. a speedkill run were attempted, I'm not sure if those times would still line up.I can adjust the times for those as part of this PR as requested, but I don't have any way to actually test those changes beyond the one log file I still have ready for testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could test against log files from fflogs. Perhaps grab a handful of recent-ish speedkills?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tend to agree with wexxlee that we want the display time for an ability like this to be the absolute latest that's possible. I don't know of any other situation where the timing of mechanics that follow a synced cast like that would vary, so I think the adjustment should be safe enough, particularly if we can get some confirmation from testing against FFLogs. I'll look at seeing whether I can run some of those tests independently tomorrow and double-check my intuition.