You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe you are adding spells by reading them one by one from the book but you might have an easier time parsing markdown files created for https://github.com/thebombzen/grimoire. They are consistent enough to be parsed and complete as far as I know. So you can just add everything en masse. Checking the results to see if they are correct should be easier than adding things one by one.
And here's a json that comes out of it. It only doesn't have material components I believe I take all the text instead of just clipping description but with some modification you should be able to make a better one. https://github.com/oganm/wizaRd/blob/master/data-raw/spells.json
The text was updated successfully, but these errors were encountered:
I believe you are adding spells by reading them one by one from the book but you might have an easier time parsing markdown files created for https://github.com/thebombzen/grimoire. They are consistent enough to be parsed and complete as far as I know. So you can just add everything en masse. Checking the results to see if they are correct should be easier than adding things one by one.
Here's my pipeline for parsing them
https://github.com/oganm/wizaRd/blob/master/process/process.R
And here's a json that comes out of it. It only doesn't have material components I believe I take all the text instead of just clipping description but with some modification you should be able to make a better one.
https://github.com/oganm/wizaRd/blob/master/data-raw/spells.json
The text was updated successfully, but these errors were encountered: