FoundryToEncounter v1.13.6
Added detection for scale for asset packs when using the naming format of grids or size. For example to set a medium asset to scale at 2x include 1x1x2
or mediumx2
in the file name.
You can now automatically indicate your zip file should be an asset pack instead of a module by including the key EncounterPackDir
in your module.json
. Set it to .
to include everything, or the name of a directory in the zip file to only include those contents. For example:
"EncounterPackDir": ".",
or
"EncounterPackDir": "creatures",