Skip to content
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

Merged
merged 2 commits into from
Dec 8, 2024

Conversation

JLGarber
Copy link
Collaborator

@JLGarber JLGarber commented Dec 8, 2024

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.

@github-actions github-actions bot added raidboss /ui/raidboss module needs-review Awaiting review labels Dec 8, 2024
@github-actions github-actions bot removed the needs-review Awaiting review label Dec 8, 2024
@github-actions github-actions bot added the needs-review Awaiting review label Dec 8, 2024
@@ -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
Copy link
Collaborator

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

@github-actions github-actions bot removed the needs-review Awaiting review label Dec 8, 2024
Copy link
Collaborator

@wexxlee wexxlee left a 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" }

wexxlee added a commit that referenced this pull request Dec 8, 2024
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.
github-actions bot pushed a commit that referenced this pull request Dec 8, 2024
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. 084f59e
github-actions bot pushed a commit that referenced this pull request Dec 8, 2024
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. 084f59e
github-actions bot pushed a commit to ShadyWhite/cactbot that referenced this pull request Dec 8, 2024
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
github-actions bot pushed a commit to ShadyWhite/cactbot that referenced this pull request Dec 8, 2024
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
@wexxlee wexxlee merged commit 291ea8b into OverlayPlugin:main Dec 8, 2024
12 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 8, 2024
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
github-actions bot pushed a commit that referenced this pull request Dec 8, 2024
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
wexxlee added a commit that referenced this pull request Dec 8, 2024
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.
github-actions bot pushed a commit that referenced this pull request Dec 8, 2024
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. 17d4452
github-actions bot pushed a commit to ShadyWhite/cactbot that referenced this pull request Dec 8, 2024
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
github-actions bot pushed a commit to ShadyWhite/cactbot that referenced this pull request Dec 8, 2024
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
@JLGarber
Copy link
Collaborator Author

JLGarber commented Dec 8, 2024

Ah, thanks for taking care of that. I was out with family all day and wasn't able to check in on things.

@JLGarber JLGarber deleted the fru-p2-timeline-improvements branch December 8, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
raidboss /ui/raidboss module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants