Premise
Allow the basic (and eventually the web version when completed) to lookup existing spells in the spells.json file.
Method
Looking at the calls in make_spells_dir.py and going to the url for any given spell, all the information needed is there. This could then be implemented in the web version by having it make API calls and then rendering it directly. Possibly having a menu to find the spell, sorting by class, level, school, etc.
Premise
Allow the basic (and eventually the web version when completed) to lookup existing spells in the
spells.jsonfile.Method
Looking at the calls in
make_spells_dir.pyand going to the url for any given spell, all the information needed is there. This could then be implemented in the web version by having it make API calls and then rendering it directly. Possibly having a menu to find the spell, sorting by class, level, school, etc.