Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this do?
Adds the 2024 Monster data
How was it tested?
It's not (yet).
Is there a Github issue this is resolving?
NA
Did you update the docs in the API? Please link an associated PR if applicable.
No
Here's a fun image for your troubles
I created the Barovian Travel Planner, a tool to calculate the distances and travel times between various locations in Curse of Strahd's tiny country of Barovia. Many DMs choose to increase the map scale, but for my campaign, I've stuck to the classic quarter mile per hex.
Sept 13, 2026
Currently this PR includes monster data from this gist, as the text extraction that I have used previously did not handle the monsters well.
The PR currently includes the function that I have created to reshape the gist data to the API format.
Known Issues
Gist data does not include the fields
skills,gear, orproficiency_bonus. Proficiency Bonus can be calculated in a future update, but Skills and Gear will need to acquired from another source.