Skip to content

Commit

Permalink
Add phase divisions per suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
JLGarber committed Dec 1, 2024
1 parent 4fbd966 commit f83a89e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ui/raidboss/data/07-dt/ultimate/futures_rewritten.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const triggerSet: TriggerSet<Data> = {
},
timelineTriggers: [],
triggers: [
// General triggers
{
id: 'FRU ActorSetPos Collector',
type: 'ActorSetPos',
Expand All @@ -34,6 +35,7 @@ const triggerSet: TriggerSet<Data> = {
data.actorSetPosTracker[matches.id] = matches;
},
},
// P1 -- Fatebreaker
{
id: 'FRU P1 Cyclonic Break Fire',
type: 'StartsUsing',
Expand Down Expand Up @@ -246,6 +248,15 @@ const triggerSet: TriggerSet<Data> = {
},
},
},
// P2 -- Usurper Of Frost

// Crystals

// P3 -- Oracle Of Darkness

// P4 -- Duo

// P5 -- Pandora
],
timelineReplace: [
{
Expand Down

0 comments on commit f83a89e

Please sign in to comment.