Skip to content
10 changes: 9 additions & 1 deletion ui/raidboss/data/07-dt/eureka/occult_crescent_north_horn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,35 +186,43 @@ const triggerSet: TriggerSet<Data> = {
timelineReplace: [
{
'locale': 'en',
'replaceText': {},
'replaceText': {
'Storm\'s Breath/Poison Breath': 'Storm\'s/Poison Breath',
},
},
{
'locale': 'de',
'missingTranslations': true,
'replaceSync': {},
'replaceText': {},
},
{
'locale': 'fr',
'missingTranslations': true,
'replaceSync': {},
'replaceText': {},
},
{
'locale': 'ja',
'missingTranslations': true,
'replaceSync': {},
'replaceText': {},
},
{
'locale': 'cn',
'missingTranslations': true,
'replaceSync': {},
'replaceText': {},
},
{
'locale': 'tc',
'missingTranslations': true,
'replaceSync': {},
'replaceText': {},
},
{
'locale': 'ko',
'missingTranslations': true,
'replaceSync': {},
'replaceText': {},
},
Expand Down
Loading