Skip to content

oopsy: add r10s#1015

Open
Bing-su wants to merge 1 commit intoOverlayPlugin:mainfrom
Bing-su:oopsy/r10s
Open

oopsy: add r10s#1015
Bing-su wants to merge 1 commit intoOverlayPlugin:mainfrom
Bing-su:oopsy/r10s

Conversation

@Bing-su
Copy link
Collaborator

@Bing-su Bing-su commented Feb 22, 2026

  • oopsyraidsy/data/07-dt/raid/r10s.ts

@github-actions github-actions bot added oopsy /ui/oopsyraidsy module needs-review Awaiting review labels Feb 22, 2026
Comment on lines +71 to +88
{
// Share warn for Red Hot's Xtreme Wave, except players affected by Watery Grave.
id: 'R10S Xtreme Wave Red Hot',
type: 'Ability',
netRegex: NetRegexes.ability({ id: 'B5D1', ...playerDamageFields }),
condition: (data, matches) => !data.hasWateryGrave[matches.target],
mistake: (data, matches) => {
const numTargets = parseInt(matches.targetCount);
const numWateryGrave = Object.values(data.hasWateryGrave).filter(Boolean).length;
if (isNaN(numTargets) || numTargets <= numWateryGrave + 1)
return;
return {
type: 'warn',
blame: matches.target,
reportId: matches.targetId,
text: GetShareMistakeText(matches.ability, numTargets - numWateryGrave),
};
},
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There are edge cases where this trigger does not work as intended if the Red Hot marker target does not aim for the center.

@github-actions github-actions bot removed the needs-review Awaiting review label Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

oopsy /ui/oopsyraidsy module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant