-
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: Simple Aloalo triggers #5893
Conversation
Looks good, thank you! |
Sorry no timeline and no i18n. 😭 Simple triggers only. ae15fce
Sorry no timeline and no i18n. 😭 Simple triggers only. ae15fce
Thank you! |
{ | ||
id: 'Aloalo Quaqua Arcane Intervention', | ||
type: 'StartsUsing', | ||
netRegex: { id: '8BAE', source: 'Quaqua', capture: false }, | ||
suppressSeconds: 1, | ||
infoText: (_data, _matches, output) => output.text!(), | ||
outputStrings: { | ||
text: { | ||
en: 'Look Away from Rings', | ||
de: 'Schau von den Ringen weg', | ||
fr: 'Ne regardez pas l\'anneau', | ||
ja: '輪から視線回避', | ||
cn: '视线避开圆环', | ||
ko: '고리 모양 눈 시선 피하기', | ||
}, | ||
}, | ||
}, |
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.
Do you have a log with this in it that you can share? I never saw this ability.
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.
Oh sorry, this must be the right path that I haven't done yet.
Sorry no timeline and no i18n. 😭
Simple triggers only.