Skip to content
Hammy edited this page Sep 18, 2015 · 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] (fileFormat)

Generate the pathfinder prd dataset

First get a local copy of the prd page:

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

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
Clone this wiki locally