updates to readme

bradl/monsters-adult-gold-dragon
James Miller 2019-11-15 22:46:47 -06:00
parent 6947e8946e
commit d96f0b3429
1 changed files with 17 additions and 0 deletions

View File

@ -14,6 +14,23 @@ Also, most use cases of this data will likely be read only, so the sqlite
limitations on concurrent writes won't be an issue either. Finally, it's
permissively licensed.
# Where we need the most help right now
## Spells
It's time for everyone to put physical eyes on the `data/yaml/spells.yaml` file
and compare to **the actual print book or PDF** (taking into account any Errata
of course). The scrape could only do so much and there are many small errors
here and there. Please see issue #61.
Once we have the data proofread, I'll write a glue script to get the spell data
into normalized sql form.
## Monsters
Come over to issue #40. We need help getting monsters into our (tentative) yaml
schema that you can see in the Ancient Red Dragon in `data/yaml/monsters.yaml`.
Once we have the data put together I'll write a glue script to get the monster
data into normalized sql form.
## Roadmap
1. Get data in YAML format (~~spells are in JSON for the time being; but will