Changes to Videos

This commit is contained in:
Brian Fertig 2026-02-28 11:29:22 -07:00
parent 5c02fd291e
commit f8515f207a
23 changed files with 36 additions and 0 deletions

Binary file not shown.

Binary file not shown.

2
assets/video/merge.txt Normal file
View File

@ -0,0 +1,2 @@
file 'stage-02-01.0.mp4'
file 'stage-02-01.1.mp4'

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/video/stage-01.mp4 Normal file

Binary file not shown.

Binary file not shown.

BIN
assets/video/stage-03.mp4 Normal file

Binary file not shown.

Binary file not shown.

BIN
assets/video/stage-04.mp4 Normal file

Binary file not shown.

Binary file not shown.

BIN
assets/video/stage-05.mp4 Normal file

Binary file not shown.

Binary file not shown.

BIN
assets/video/stage-06.mp4 Normal file

Binary file not shown.

34
videos.md Normal file
View File

@ -0,0 +1,34 @@
The looping video that plays on the left should be tied to whichever "stage" the Reckoning is in. The game begins in Stage 2. The stages that the Reckoning can be in after each spin is:
Stage 1
- The Lord is >= $200 ahead of Sin
- Video: assets/video/stage-01.mp4
Stage 2
- The Lord is < $200 ahead of Sin and < $200 behind Sin
- Video: assets/video/stage-01.mp4
Stage 3
- Sin is >= $200 ahead of The Lord and < $350 ahead of The Lord
- Video: assets/video/stage-01.mp4
Stage 4
- Sin is >= $350 ahead of The Lord and < $500 ahead of The Lord
- Video: assets/video/stage-01.mp4
Stage 5
- Sin is >= $500 ahead of The Lord and < $650 ahead of The Lord
- Video: assets/video/stage-01.mp4
Stage 6
- Sin is > $650 ahead of The Lord
- Video: assets/video/stage-01.mp4
Whenever changing between stages, BEFORE playing the looping video above, play a transition video a single time. The transition video is named: assets/video/stage-{from stage}-{to stage}.mp4
example: assets/video/state-02-03.mp4 for the video transitioning from stage 2 to stage 3
If multiple stages are crossed in a single spin, play each stage transition video in sequence once before the looping video. As an example, if a spin causes a move from stage 5 to stage 2, play the stage-05-04.mp4 video, then stage-04-03.mp4 video, then stage-03-02.mp4 video, then loop stage-02.mp4.
Lastly, when either The Lord or Sin reaches $2000 total, then play a victory video once and then stop playing videos. Do not revert back to a looping video. The videos for vicory are:
- The Lord: assets/video/lord-victory.mp4
- Sin: assets/video/sin-victory.mp4