Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

O5N Timeline #43

Merged
merged 2 commits into from
Feb 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions ui/raidboss/data/manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ timelines/o1s.txt
timelines/o2s.txt
timelines/o3s.txt
timelines/o4s.txt
timelines/o5n.txt
timelines/o5s.txt
timelines/o6s.txt
timelines/o7s.txt
Expand Down
72 changes: 72 additions & 0 deletions ui/raidboss/data/timelines/o5n.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# Omega - Sigmascape V1.0 - O5N

hideall "--Reset--"
hideall "--sync--"

# Saintly Beam: 0 light appears, 5 target, 12 hit
# Diabolic Light: 0 target appears, 8 target, 13 hit

##############################################################
0 "--Reset--" sync /Removing combatant Phantom Train\. Max HP: 12860067\./ window 10000 jump 0

0 "Start" sync /:Engage!:/ window 1,0
8 "--sync--" sync /:28AE:Wroth Ghost/ window 8,3
13 "Encumber" sync /:Wroth Ghost:28AE:/
27 "Head On" sync /:Phantom Train:28AF:/
38 "Ghost Beams" sync /:Phantom Train:28AA:/
47 "Saintly Beam" duration 12
63 "Diabolic Headlamp" sync /:Phantom Train:28B0:/ window 5,5
73 "Diabolic Whistle (tethers)" sync /:Phantom Train:28A5:/
80 "Saintly Beam" duration 12
102 "Doom Strike" sync /:Phantom Train:28A3:/
116 "Diabolic Wind" sync /:Phantom Train:28B9:/
119 "Diabolic Whistle (dives)" sync /:Phantom Train:28A5:/
139 "Diabolic Light" duration 13
162 "Acid Rain" sync /:Phantom Train:28AB:/

# add phase start
163 "--untargetable--" sync /:Phantom Train:28A7:/
178 "Adds spawn"
193 "Diabolic Wind" sync /:Phantom Train:28B9:/
250 "Diabolic Chimney" sync /:Phantom Train:28A9:/ window 100,100
260 "Ghosts active"

# add phase end
320 "--sync--" sync /:Phantom Train:28A8:/ window 320,320 # boss reappears
324 "--targetable--"
338 "Diabolic Whistle (tethers)" sync /:Phantom Train:28A5:/
342 "Saintly Beam" duration 12
346 "Acid Rain" sync /:Phantom Train:28AB:/
366 "Doom Strike" sync /:Phantom Train:28A3:/
376 "Diabolic Whistle (dives)" sync /:Phantom Train:28A5:/
386 "Head On" sync /:Phantom Train:28AF:/
391 "Acid Rain" sync /:Phantom Train:28AB:/
398 "Diabolic Light" duration 13
403 "Diabolic Headlamp" sync /:Phantom Train:28B0:/
425 "Doom Strike" sync /:Phantom Train:28A3:/

# Loop starts here
433 "Diabolic Whistle (tethers)" sync /:Phantom Train:28A5:/
437 "Saintly Beam" duration 12
441 "Acid Rain" sync /:Phantom Train:28AB:/
463 "Head On" sync /:Phantom Train:28AF:/
465 "Diabolic Wind" sync /:Phantom Train:28B9:/
470 "Acid Rain" sync /:Phantom Train:28AB:/
477 "Diabolic Whistle (dives)" sync /:Phantom Train:28A5:/
483 "Encumber" sync /:Wroth Ghost:28AE:/
491 "Diabolic Wind" sync /:Phantom Train:28B9:/
498 "Diabolic Headlamp" sync /:Phantom Train:28B0:/
504 "Acid Rain" sync /:Phantom Train:28AB:/
509 "Diabolic Light" duration 13
513 "Doom Strike" sync /:Phantom Train:28A3:/
527 "Saintly Beam" duration 12
528 "Acid Rain" sync /:Phantom Train:28AB:/
544 "Diabolic Wind" sync /:Phantom Train:28B9:/
559 "Doom Strike" sync /:Phantom Train:28A3:/

567 "Diabolic Whistle (tethers)" sync /:Phantom Train:28A5:/ jump 433 # repeats after this?

# Visual continuity
571 "Saintly Beam" duration 12
575 "Acid Rain"
597 "Head On"
1 change: 1 addition & 0 deletions ui/raidboss/data/triggers/o5n.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// O5N - Sigmascape 1.0 Normal
[{
zoneRegex: /^(Sigmascape \(V1\.0\)|Sigmascape V1\.0)$/,
timelineFile: 'o5n.txt',
triggers: [
{
id: 'O5N Doom Strike',
Expand Down