-
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/oopsy: Add Byakko Unreal #502
Conversation
(I'm not sure how this work, but if the timeline text changes, should the |
That's entirely true, thank you for catching that. Since you mentioned it, I looked over the replacements and removed the now-superfluous |
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.
Overall looks ok. I added some suggestions to bring the calls more in line with our current standards, and some severity change suggestions to add some variation so everything isn't at the same level.
type: 'HeadMarker', | ||
netRegex: { id: '0004' }, | ||
condition: Conditions.targetIsYou(), | ||
alarmText: (_data, _matches, output) => output.text!(), |
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.
alarmText: (_data, _matches, output) => output.text!(), | |
alertText: (_data, _matches, output) => output.text!(), |
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.
This one I think is worth leaving as an alarm, since if the puddles are dropped poorly they will cause wipes. I don't feel super strongly about that, but I do think there's some merit to having this be alarmed.
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.
This looks ready for merge to me.
(Sorry I haven't been around for a while, life has been That Way. I'll get my Sphene normal package in place Soon. This one was some quick work I did because I did Unreal today.) Tested in-game. No visible issues. I made some small stylistic changes to the Stormblood files to better fit modern conventions, since in 2017 we were a lot more freeform about structure and style. ce14c90
(Sorry I haven't been around for a while, life has been That Way. I'll get my Sphene normal package in place Soon. This one was some quick work I did because I did Unreal today.) Tested in-game. No visible issues. I made some small stylistic changes to the Stormblood files to better fit modern conventions, since in 2017 we were a lot more freeform about structure and style. ce14c90
(Sorry I haven't been around for a while, life has been That Way. I'll get my Sphene normal package in place Soon. This one was some quick work I did because I did Unreal today.)
Tested in-game. No visible issues. I made some small stylistic changes to the Stormblood files to better fit modern conventions, since in 2017 we were a lot more freeform about structure and style.