tassaron / dnd-character

library for making Dungeons & Dragons 5e characters as serializable data
https://pypi.org/project/dnd-character/
Eclipse Public License 2.0
45 stars 17 forks source link

Update cache with new SRD API structure #7

Closed TheOafidian closed 1 year ago

TheOafidian commented 1 year ago

I regenerated the json_cache and had a look at the starting equipment options function.

Closes #4

tassaron commented 1 year ago

Wow! I totally missed this pull request until now. Sorry about that.

I looked through it all. Seems like the main differences are the API changing to have a lot more consistency, renamed armor, and the number of bard class features changing. All is well I think. Just need to rename the armour_class property to finish closing #4

Good job on the starting_equipment stuff, it looks a lot cleaner than before!