-
Notifications
You must be signed in to change notification settings - Fork 46
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: Improvements to FRU P2 timeline #537
raidboss: Improvements to FRU P2 timeline #537
Conversation
@@ -135,7 +139,9 @@ hideall "--sync--" | |||
450.5 "Sinbound Blizzard III" Ability { id: "9D42", source: "Crystal of Darkness" } | |||
|
|||
# Phase Three | |||
488.8 "--sync--" WasDefeated { source: 'Ice Veil' } window 488.8,10 |
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 think this is target: Ice Veil
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.
Approving now, just see my added comment about the Phase 3 sync. Also, it might've gotten lost in the comments because GH is annoying about tagging the right line for review comments, but these lines also have varying source names and we might want to remove the source prop. Leave it up to you though:
247.2 "Frigid Stone" Ability { id: "9D07", source: "Usurper of Frost" }
247.6 "Icicle Impact" Ability { id: "9D06", source: "Usurper of Frost" }
251.6 "Icicle Impact" Ability { id: "9D06", source: "Usurper of Frost" }
254.2 "Frigid Needle" Ability { id: "9D08", source: "Usurper of Frost" }
255.5 "Icicle Impact" Ability { id: "9D06", source: "Usurper of Frost" }
Per discussion in discord. There's an intermittent issue with stale position data on `StartsUsing` lines for Icicle Impact; this switches to `StartsUsingExtra`, which resolves the issue. I'd like to version bump again after this and #537 are merged, as this is a bug fix.
Per discussion in discord. There's an intermittent issue with stale position data on `StartsUsing` lines for Icicle Impact; this switches to `StartsUsingExtra`, which resolves the issue. I'd like to version bump again after this and OverlayPlugin#537 are merged, as this is a bug fix. 084f59e
Per discussion in discord. There's an intermittent issue with stale position data on `StartsUsing` lines for Icicle Impact; this switches to `StartsUsingExtra`, which resolves the issue. I'd like to version bump again after this and OverlayPlugin#537 are merged, as this is a bug fix. 084f59e
This has been tested in-game. I adjusted some timings to better match what I saw across my logs to match `test_timeline` and added the remaining `targetable` entries. I also combined the Shining and Frost armor entries since those always go off simultaneously but the order in the log is random. Finally, I filled out some more data on the P2 abilities in the ability list. Timings for intermission and beyond have not been modified. 291ea8b
This has been tested in-game. I adjusted some timings to better match what I saw across my logs to match `test_timeline` and added the remaining `targetable` entries. I also combined the Shining and Frost armor entries since those always go off simultaneously but the order in the log is random. Finally, I filled out some more data on the P2 abilities in the ability list. Timings for intermission and beyond have not been modified. 291ea8b
Hotfix for the FRU P2 Icicle Impact issue. We can merge #537 before merging this (once approved). My remaining comment on it is trivial and can be addressed in a follow up PR.
Hotfix for the FRU P2 Icicle Impact issue. We can merge OverlayPlugin#537 before merging this (once approved). My remaining comment on it is trivial and can be addressed in a follow up PR. 17d4452
Hotfix for the FRU P2 Icicle Impact issue. We can merge OverlayPlugin#537 before merging this (once approved). My remaining comment on it is trivial and can be addressed in a follow up PR. 17d4452
Ah, thanks for taking care of that. I was out with family all day and wasn't able to check in on things. |
This has been tested in-game. I adjusted some timings to better match what I saw across my logs to match
test_timeline
and added the remainingtargetable
entries. I also combined the Shining and Frost armor entries since those always go off simultaneously but the order in the log is random. Finally, I filled out some more data on the P2 abilities in the ability list.Timings for intermission and beyond have not been modified.