Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 660 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 660 Bytes

sw5e-fvtt-import

Python script made to import sw5e data from the API to a FVTT compatible format.

To use, simply run the main.py file with python 3.8 or newer. This will generate the .json files in the output folder. To import those files into foundry itself, copy them to a folder named sw5e-compendiums inside your foundry's data folder, add the fvtt-import-macro.js as a macro into your world, and run it.

Currently imports:

  • Archetypes
  • Classes
  • Equipments
  • Feats
  • Features
  • Species

Credits:

  • Speedreeder for help with the sw5e api
  • Giddy for help with regexes for feature extractions