mysurvive / pf2e-thaum-vuln

Improvement for Thaumaturge Exploit Vulnerability
MIT License
10 stars 11 forks source link

Adding buildPacks and extractPacks #143

Closed mysurvive closed 3 months ago

mysurvive commented 3 months ago

Adds npm run extractPacks and npm run buildPacks and adds buildPacks to the build pipeline. This is a watered down, less robust, more error prone version of PF2e system's extract/build packs functions. It also requires @foundryvtt/foundryvtt-cli to run, so an npm ci is required.

mysurvive commented 3 months ago

Looks like there is some stuff that might be able to be cleaned up using the transformEntry option within extractPack