Foundry VTT
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.
Installation
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.
Manual Installation
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
Pokemon5einAppData/Local/FoundryVTT/Data/modules/folder.
Develop
Requirements
Python 3.7 or higher as well as
pip install requests
Making a release
- Change Branch to
release - Update the
VERSIONfile
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.pyand it will output the module content in./dist*
Release
- run
python release.py
