A build and extract tool for FoundryVTT database files. This project is no longer in active development.
Install the npm package with npm i foundry-atomizer
.
Alternatively, clone this repository and then run npm install
to install dependencies.
This script takes all of your Foundry VTT database files and organizes them into JSON files.
To use this script navigate to the directory where you have atomizer installed and run one of these commands:
node extract.mjs <path to foundry world>
node extract.mjs <path to foundry module>
This script takes the JSON files generated by the extract
script and updates the Foundry VTT database files with any modifications made.
To use this script navigate to the directory where you have atomizer installed and run one of these commands:
node build.mjs <path to foundry world>
node build.mjs <path to foundry module>
This script sorts the order of the entries in a given database file by their ID.
To use this script navigate to the directory where you have atomizer installed and run this command:
node sort.mjs <path to database file>
Copyright © 2021 arcanist
This package is under an MIT license and the Foundry Virtual Tabletop Limited License Agreement for module development.
You can submit bugs via Github Issues or on my Discord server.
Come hang out on my my Discord server or click here to send me an email.