Skip to content

Commit

Permalink
Merge pull request #551 from xpdota/timeline-auto-update
Browse files Browse the repository at this point in the history
Automatic Timeline Update
  • Loading branch information
xpdota authored Oct 3, 2024
2 parents 6fcb0f0 + 4a29725 commit 21cbc32
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions timelines/src/main/resources/timeline/valigarmanda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ hideall "--sync--"
101.5 "Strangling Coil/Slithering Strike/Susurrant Breath" Ability { id: ["8D3B", "8D3D", "8D3F"], source: "Valigarmanda" }

# After the opener, the boss begins storm or ice phase, followed by the opposite.
# There is an HP push here (unknown), so we need a backwards window.
# Because the Skyruin casts that start each phase are used in both loops,
# we can't use windows or forcejumps to move between phases.
# we can't use forcejumps to move between phases.
# Instead, lump both phases together and create two branches based on starting phase.
108.4 "--sync--" StartsUsing { id: "95C2", source: "Valigarmanda" } jump "initial-storm-ice"
108.4 "--sync--" StartsUsing { id: "8D41", source: "Valigarmanda" } jump "initial-ice-storm"
108.4 "--sync--" StartsUsing { id: "95C2", source: "Valigarmanda" } window 108.4,50 jump "initial-storm-ice"
108.4 "--sync--" StartsUsing { id: "8D41", source: "Valigarmanda" } window 108.4,50 jump "initial-ice-storm"
119.8 "Skyruin (storm/ice phase?)"

508.4 label "initial-storm-ice"
Expand Down

0 comments on commit 21cbc32

Please sign in to comment.