Skip to content
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: TOP add missing replaceSync #5649

Merged
merged 1 commit into from
Jul 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ui/raidboss/data/06-ew/ultimate/the_omega_protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2599,6 +2599,7 @@ const triggerSet: TriggerSet<Data> = {
'Omega-M': 'Omega-M',
'Optical Unit': 'Optikmodul',
'Rear Power Unit': 'hinter(?:e|er|es|en) Antriebseinheit',
'Left Arm Unit': 'link(?:e|er|es|en) Arm',
'Right Arm Unit': 'recht(?:e|er|es|en) Arm',
'Rocket Punch': 'Raketenschlag',
},
Expand Down Expand Up @@ -2680,6 +2681,7 @@ const triggerSet: TriggerSet<Data> = {
'Omega-M': 'Oméga-M',
'Optical Unit': 'unité optique',
'Rear Power Unit': 'unité arrière',
'Left Arm Unit': 'unité bras gauche',
'Right Arm Unit': 'unité bras droit',
'Rocket Punch': 'Astéropoing',
},
Expand Down Expand Up @@ -2761,6 +2763,7 @@ const triggerSet: TriggerSet<Data> = {
'Omega-M': 'オメガM',
'Optical Unit': 'オプチカルユニット',
'Rear Power Unit': 'リアユニット',
'Left Arm Unit': 'レフトアームユニット',
'Right Arm Unit': 'ライトアームユニット',
'Rocket Punch': 'ロケットパンチ',
},
Expand Down Expand Up @@ -2841,6 +2844,7 @@ const triggerSet: TriggerSet<Data> = {
'Omega-M': '欧米茄M',
'Optical Unit': '视觉组',
'Rear Power Unit': '尾部组',
'Left Arm Unit': '左臂组',
'Right Arm Unit': '右臂组',
'Rocket Punch': '火箭飞拳',
},
Expand Down