-
Notifications
You must be signed in to change notification settings - Fork 383
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: add simple call for classical concepts #5725
Conversation
@@ -294,7 +294,7 @@ const getHeadmarkerId = (data: Data, matches: NetMatches['HeadMarker']) => { | |||
export interface Data extends RaidbossData { | |||
readonly triggerSetConfig: { | |||
engravement1DropTower: 'quadrant' | 'clockwise' | 'tower'; | |||
classicalConceptsPairOrder: 'xsct' | 'cxts' | 'ctsx' | 'ctxs'; | |||
classicalConceptsPairOrder: 'xsct' | 'cxts' | 'ctsx' | 'ctxs' | 'shapeAndDebuff'; |
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.
Sorry for one last comment, but can you make this the default? I think this is a better default than bpog.
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.
Sorry for one last comment, but can you make this the default? I think this is a better default than bpog.
😭
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.
Sorry! I think it's better to not make assumptions about strats if we can. I'll make a release note.
No description provided.