Skip to content

Commit a13cb01

Browse files
authored
raidboss: DMU P3-P5 Timeline Updates and Voicelines (OverlayPlugin#1091)
Some of the changes: - Places BAEA Shocking Impact and BAEB Shockwave on same line. This could later be branched out. - Adds ignore for BCCD Black Spark, triggered by standing in a black hole. - C4BA changed to sync. This seems to be a mismatch of what fflogs was naming it to what it is in the network log. - Timing adjustments based on network log up to end of of fight. - Adds voiceline syncs for all phases and P1 => P2 fake/true ending. - Cleanup some failure related ids in P4, update the ids with spell variances in P4. - P5 Flood cleanup, Celestriad tower times. Probably not making any more adjustments to this now.
1 parent c3936e1 commit a13cb01

2 files changed

Lines changed: 461 additions & 407 deletions

File tree

ui/raidboss/data/07-dt/ultimate/dancing_mad.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8607,6 +8607,8 @@ const triggerSet: TriggerSet<Data> = {
86078607
'Future\'s End/Past\'s End': 'Future/Past\'s End',
86088608
'Spelldriver/Spellscatter/Spellwave': 'Spelldriver/scatter/wave',
86098609
'Longitudinal Implosion/Latitudinal Implosion': 'Long/Lat Implosion',
8610+
'Fire III/Blizzard III/Thunder III': 'Fire/Blizzard/Thunder III',
8611+
'Forsaken Ground/Forsaken Bonds': 'Forsaken Ground/Bonds',
86108612
},
86118613
},
86128614
{
@@ -8954,6 +8956,7 @@ const triggerSet: TriggerSet<Data> = {
89548956
},
89558957
{
89568958
'locale': 'cn',
8959+
'missingTranslations': true,
89578960
'replaceSync': {
89588961
'Black Hole': '黑洞',
89598962
'Chaos': '卡奥斯',

0 commit comments

Comments
 (0)