Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3391717
add initial timeline
Legends0 Aug 16, 2026
bb19db0
fix predate issue
Legends0 Aug 16, 2026
00be0fe
missed line in lookahead
Legends0 Aug 16, 2026
10098d2
missing question mark
Legends0 Aug 16, 2026
662debe
add imbalanced diet
Legends0 Aug 17, 2026
6f0b8c0
add middle to startsusing lines for change
Legends0 Aug 17, 2026
bc7b00e
add many mouths to feed
Legends0 Aug 18, 2026
2a97718
move question to outside parenthesis
Legends0 Aug 18, 2026
9516b0c
fix typo
Legends0 Aug 18, 2026
7c4350b
clarify BCEF, appears to be cast for wall damage
Legends0 Aug 18, 2026
1640c3b
clarify BBF6 and B86E as wall damage
Legends0 Aug 18, 2026
97afa9c
add mouths to feed replacetext
Legends0 Aug 18, 2026
6354424
add web of terror
Legends0 Aug 19, 2026
e7b6b1a
add double-trouble
Legends0 Aug 20, 2026
979d964
add a beast unleashed
Legends0 Aug 21, 2026
18423cf
missed lines to move and typo
Legends0 Aug 21, 2026
0f9d18c
add dark artistry
Legends0 Aug 21, 2026
d0b401f
add cursed resurgence
Legends0 Aug 21, 2026
8b6cced
add tiny terror
Legends0 Aug 22, 2026
bbf0cac
fix line order from adding startsUsing
Legends0 Aug 22, 2026
24d5d58
add ahead of the competition
Legends0 Aug 23, 2026
9e2b75b
add appalling behavior
Legends0 Aug 23, 2026
ed30f81
add lost on the wind
Legends0 Aug 23, 2026
e3ac0df
remove a readahead line
Legends0 Aug 23, 2026
6638aae
add quarried away
Legends0 Aug 23, 2026
69b827c
add forbidden folios and familiar tactics
Legends0 Aug 23, 2026
80f31dc
merge accept no imitators
Legends0 Aug 23, 2026
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
25 changes: 24 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 @@ -185,35 +185,58 @@ const triggerSet: TriggerSet<Data> = {
timelineReplace: [
{
'locale': 'en',
'replaceText': {},
'replaceText': {
'Claw to Tail/Tail to Claw \(Tail/Claw\)': 'Tail/Claw',
'Claw to Tail \(Tail\)': 'Tail',
'Tail to Claw \(Claw\)': 'Claw',
'Nigh-drawn Eruption/Far-flung Eruption': 'Nigh-drawn/Far-flung Eruption',
'Far-flung Eruption/Nigh-drawn Eruption': 'Far-flung/Nigh-drawn Eruption',
'Knowledge Level 4 Holy/Knowledge Level 3 Flare/Knowledge Level 5 Death/Prime Knowledge Level Death':
'Knowledge Level Check',
'Central Gardening/Side Gardening': 'Central/Side Gardening',
'Side Gardening/Central Gardening': 'Side/Central Gardening',
'Regurgitomato/Regurgitonion': 'Regurgitomato/onion',
'Regurgitonion/Regurgitomato': 'Regurgitonion/tomato',
'Rotten Tomato/Rotten Onion': 'Rotten Tomato/Onion',
'Shapeshifting Supercell': 'Supercell',
'Right-Left Combination/Left-Right Combination': 'Right-Left/Left-Right Combination',
'Tiny Flare/Tiny Holy': 'Tiny Flare/Holy',
'Tiny Meteor (castbar)': '--sync--',
},
},
{
'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
Loading