-
Notifications
You must be signed in to change notification settings - Fork 99
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
Adding tob1 2024 monsters #426
Conversation
First push of TOB1 2024 monsters. Still messy but getting closer.
A bunch of monsters had some small errors. I fixed them. More fixes on the way.
Fixed spellcasting action blocks. Added some other null values.
Fixed speed JSON entries.
Page numbers added through fuzzywuzzy searches against a csv of page numbers pulled from the book.
had at least one weird space in a name that screwed up sorting. Fixed!
Fixed extra periods in special abilities, spellcasting blocks for some spellcasters, and added creature-specific legendary action descriptions.
It's actually a typo on the book itself! The spellcasting section of the mirror hag refers to it as a blood hag.
Actions werent' separating from legendary actions when a monster only had actions and legendary actions but not bonus or reactions. Fixed.
Some dumb monsters had multiple breath weapons that had to be handled separately.
Hi, thanks for your work getting these monsters input and formatted! I encountered a few problems when I tried to build the database on my local branch. I have fixed them to the point that the server builds successfully, but isn't passing all the tests yet (will look into this tomorrow). I have pushed my changes to this PR.
|
New fields in the data, but not yet exposed in the API... we should make sure we're going in open-eyed to that change. I'm considering that out-of-scope at the moment. |
Sorry, this branch is mislabeled as TOB 3 but it's actually TOB 1 2023 monsters. I spent a bunch of time parsing TOB 1 2023 monsters and I've checked them pretty thoroughly. I think they're ready to merge.