Skip to content

Conversation

@xiashtra
Copy link
Collaborator

@xiashtra xiashtra commented Oct 10, 2025

Initial quick triggers. Further improvements planned for a follow-up PR.

Initial quick triggers; further improvements later.
@github-actions github-actions bot added raidboss /ui/raidboss module needs-review Awaiting review labels Oct 10, 2025
Copy link
Collaborator

@JLGarber JLGarber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That all looks good, thanks for assembling it. Square really did a good job with this encounter. The "gotcha" elements are maybe a little annoying, but it feels really good to do it right.

type: 'Ability',
netRegex: { id: 'AC32', source: 'Devoured Eater', capture: false },
delaySeconds: 3,
response: Responses.moveAway('alert'),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good enough for a first pass. The circles are a sequential AC33 cast with what looks like good position data, so we can probably math out the start and call a direction in a follow-up.

Comment on lines 127 to 132
// AC2A = first cast, horizontal exaflares, front safe
// AC2B = first cast, vertical exaflares, left or right safe
// AC2C = second instant cast, horizontal exaflares, back safe
// AC2D = second instant cast, vertical exaflares, left or right safe
// AC2F = diamonds glow, exaflares start at end of cast
// AC30 = instant, exaflare explosion/damage
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's also AC2E, used approximately 7 seconds after each horizontal/vertical indicator, that seems like it has good position data for the Exaflare starting positions on the Overlay Plugin 264 lines. We should be able to call the safe corner in a follow-up.

},
{
id: 'PT 99 Eminent Grief Drain Aether',
// AC3[BD] = failstate casts?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems correct. In my logs, these secondary abilities never hit all four players, and comparing against my recordings they only resolve on players who were late switching debuffs.

@github-actions github-actions bot removed the needs-review Awaiting review label Oct 12, 2025
@xiashtra xiashtra merged commit be1803f into OverlayPlugin:main Oct 12, 2025
10 checks passed
@xiashtra xiashtra deleted the pt-final-verse branch October 12, 2025 04:38
github-actions bot pushed a commit that referenced this pull request Oct 12, 2025
Initial quick triggers. Further improvements planned for a follow-up PR. be1803f
github-actions bot pushed a commit that referenced this pull request Oct 12, 2025
Initial quick triggers. Further improvements planned for a follow-up PR. be1803f
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.

2 participants