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 3b5f2a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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 triggers
{
id: 'FRU P1 Cyclonic Break Fire',
type: 'StartsUsing',
Expand Down

0 comments on commit 3b5f2a0

Please sign in to comment.