Commit graph

10 commits

Author SHA1 Message Date
9a5b27e744 Parse the BCCE Secret Items section 2024-06-30 22:02:46 -07:00
49d5e1260f Add seed and version info to output
- Add seed
- Normalize seed code to BCEX format
- Add is_bcce
- Bump version to 0.2
2024-06-30 21:51:44 -07:00
8697253ea6 Comment STATS code, misc lint fixes 2024-06-30 21:41:28 -07:00
9f7b525683 Support BCCE and its distinct STATS block
For now this just brings us to parity so a BCCE spoiler log will produce
the same JSON output as a BCEX log. More testing needed on how else BCCE
differs.
2024-06-30 21:26:11 -07:00
eb20e0561d Format pass 2024-06-30 20:55:47 -07:00
305d44bc1b Add readme and authorship variables 2021-03-28 19:44:31 -07:00
b7b8a08f77 Fix glitch in command string handling
Due to inconsistent structure of spoiler logs, r- spells with "Equal
chance of any of the following" could end a line with a ':;". This just
find-and-replaces ':;' with ':' because that should never happen in
reality.
2021-03-28 19:12:58 -07:00
48f38d9672 Clean up command hash generation
Rather than COMMANDS and its join to CHRACTERS['commands'] be a messy
cluster of \n, do some string parsing to make it look much cleaner and
more readable.
2021-03-28 19:07:41 -07:00
cf1d7c0703 Initial commit 2021-03-27 23:44:02 -07:00
9ad4b01c32 Initial commit 2021-03-28 06:13:23 +00:00