This projects aim is to convert the Pokemon5e Companion Apps data to a module for Foundry VTT.
It addes the abilities, moves and the actual Pokemon from Pokemon5e into Foundry.
See https://github.com/foundry-vtt-community/wiki/wiki/Modules#installing-modules.
Open the Add-on Modules tab in the Configuration and Setup dialog. Click Install Module, paste https://raw.githubusercontent.com/Jerakin/p5e-foundryVTT/release/module.json
in as the Manifest URL, then click Install.
As DM go to the Manage Modules options menu in the Game Settings for your World, then enable the Pokemon5e module.
If the above installation doesn't work you can try doing it manually.
- Download the latest release
- Unzip the file into a folder named
Pokemon5e
("Extract to Pokemon5e") - Place the folder
Pokemon5e
inAppData/Local/FoundryVTT/Data/modules/
folder.
Python 3.7 or higher as well as
pip install requests
- Change Branch to
release
- Update the
VERSION
file
Get new data
This project have https://github.com/Jerakin/p5e-data-conversion added as submodule.
- Update, commit and push the submodule.
python download.py path_to_token.json
.
Build
- Run
python build.py
and it will output the module content in./dist*
Release
- run
python release.py