Skip to content

Commit

Permalink
raidboss/oopsy: ex6 improvements (#5804)
Browse files Browse the repository at this point in the history
Based on #5425 (thank you!)
Closes #5425.

Changes:
* forcejump in timelines
* fixes Arctic Assault (east/west seemed reversed)
* combines Arctic Assault with Terrastorm / Gale Sphere
* combines partner/healer stack with Gale Sphere calls
* calls out Gale Sphere incrementally
* Azdaja tells so you know what's coming
* headmarker triggers (knockback, flare, towers)
* followup calls during front/back "phases of the X" mechanic
* changed `--jump--` to `--middle--` and `--north--` for clarity
* updated front/back timeline entries to reflect damage snapshots
* removed `(record)` entries from timeline as they seemed noisy
  • Loading branch information
quisquous authored Sep 29, 2023
1 parent 126385c commit f28cc54
Show file tree
Hide file tree
Showing 3 changed files with 651 additions and 214 deletions.
7 changes: 5 additions & 2 deletions ui/oopsyraidsy/data/06-ew/trial/golbez-ex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ const triggerSet: OopsyTriggerSet<Data> = {
'GolbezEx Phases of the Blade 1': '86DB', // forward 180 cleave
'GolbezEx Phases of the Blade 2': '86F2', // backwards 180 cleave
'GolbezEx Arctic Assault': '8461', // ice walls hitting quadrants
'GolbezEx Gale Sphere': '845A', // wind orb line aoes
'GolbezEx Gale Sphere 1': '8458', // wind orb line aoes
'GolbezEx Gale Sphere 2': '8459', // wind orb line aoes
'GolbezEx Gale Sphere 3': '845A', // wind orb line aoes
'GolbezEx Gale Sphere 4': '845B', // wind orb line aoes
'GolbezEx Phases of the Shadow 1': '86E7', // forward 180 cleave
'GolbezEx Phases of the Shadow 2': '86EF', // forward 180 cleave
'GolbezEx Phases of the Shadow 2': '86EF', // backwards 180 cleave
'GolbezEx Rising Beacon': '86EC', // "get out" during Phases of the Shadow
'GolbezEx Rising Ring': '86ED', // "get in" during Phases of the Shadow
},
Expand Down
Loading

0 comments on commit f28cc54

Please sign in to comment.