Skip to content
Christoph Stahl edited this page Aug 13, 2021 · 4 revisions

Generate Datasets

Create your own homebrew dataset

The datasets are just json files. For a detailed look into the file format, see file format

Generate the pathfinder prd dataset

First get a local copy of the prd page:

wget -m --no-parent http://paizo.com/pathfinderRPG/prd/

We need an additional spell, which is not downloaded automatically

cd paizo.com/pathfinderRPG/prd/advancedClassGuide/spells/
wget http://paizo.com/pathfinderRPG/prd/advancedClassGuide/spells/investigateMind.html#
cd -

Then run the importscript:

pySpellbook-importpathfinder /path/to/paizo.com pathfinder.json

Generate the german pathfinder prd dataset

WARNING: The DPRD website is very slow. Downloading is not encuraged.

Download the dprd with:

wget -m --no-parent http://prd.5footstep.de/

Then run the importscript:

pySpellbook-importpathfinderDE /path/to/prd.5footstep.de pathfinderDE.json