PSOBB Beat Time is a JavaScript beat time tracker for Phantasy Star Online: Blue Burst.
This is a very simple vanillaJS application with no dependencies or network requirements.
- Displays current Swatch .beat Time.
- Denotes whether Divine Punishment is currently active via text and color cues.
- Displays a countdown timer that shows when Divine Punishment will next turn on or off.
- Uses speech synthesis to tell the user when Divine Punishment has begun or ended (can be disabled).
- Perform unit tests by adding the query string "?debug=true". Unit tests are shown in the console.
- The countdown timer is largely accurate, but can be off by 1 second on some ticks due to ballpark estimations in .beat-to-IRL time conversion.
PSOBB Beat Time is licensed under the MIT License. Please see the attached license file for more information.