Skip to content

Commit 363305b

Browse files
authored
raidboss: oc add additional timelines (#794)
Adds The Black Regiment: Unsure if there is a loop with the Choco Beak tutorial (would probably need to get in a dying/pre-made instance to confirm that one). I don't know that it is feasible to get accurate '--targetable--' lines given progression is based on killing all the Black Chocobos. AddedCombatant lines are used to differentiate how far the encounter has progressed. Adds With Extreme Prejudice Adds Cursed Concern Adds Eternal Watch Adds From Times Bygone Adds Noise Complaint Adds Shark Attack Adds Scourge of the Mind Adds On the Hunt Adds Company of Stone Adds Flame of Dusk - This one is making some assumptions based on my logs for pattern pool, see [comment](#794 (comment)) Fixes some issues with Calamity Bound loop and enrage sequences, adds targetable lines
1 parent f28a7ea commit 363305b

2 files changed

Lines changed: 1573 additions & 41 deletions

File tree

ui/raidboss/data/07-dt/eureka/occult_crescent_south_horn.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4708,6 +4708,10 @@ const triggerSet: TriggerSet<Data> = {
47084708
'locale': 'en',
47094709
'replaceText': {
47104710
'Vertical Crosshatch/Horizontal Crosshatch': 'Vertical/Horizontal Crosshatch',
4711+
'Twopenny Inflation / Onepenny Inflation / Fourpenny Inflation':
4712+
'Penny Inflation (knockback)',
4713+
'Shades\' Nest/Shade\'s Crossing': 'Shades\' Nest/Crossing',
4714+
'Shades\' Crossing/Shades\' Nest': 'Shades\' Crossing/Nest',
47114715
'Ray of Dangers Near / Ray of Expulsion Afar': 'Ray Near/Far',
47124716
'Demonograph of Dangers Near / Demonograph of Expulsion Afar': 'Deomograph Near/Far',
47134717
'Rotate Right / Rotate Left': 'Rotate Left/Right',
@@ -4897,6 +4901,7 @@ const triggerSet: TriggerSet<Data> = {
48974901
},
48984902
{
48994903
'locale': 'cn',
4904+
'missingTranslations': true,
49004905
'replaceSync': {
49014906
'Assassin\'s Dagger': '暗杀短剑',
49024907
'Ball of Fire': '火球',

0 commit comments

Comments
 (0)