All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

51 lines
1.3 KiB

{
"id": "pathmuncher",
"title": "Pathmuncher: Pathbuilder character importer for PF2e",
"license": "MIT License",
"description": "Import your Pathfinder 2e characters from Pathbuilder into Foundry",
"version": "0.9.1",
"download": "https://github.com/mrprimate/pathmuncher/releases/download/0.9.1/pathmuncher.zip",
"manifest": "https://github.com/MrPrimate/pathmuncher/releases/download/latest/module.json",
"url": "https://github.com/mrprimate/pathmuncher",
"readme": "https://github.com/MrPrimate/pathmuncher/blob/main/README.md",
"changelog": "https://github.com/MrPrimate/pathmuncher/blob/main/CHANGELOG.md",
"compatibility": {
"minimum": "10",
"verified": "11"
},
"authors": [
{
"name": "MrPrimate",
"email": "jack@mrprimate.co.uk",
"url": "https://mrprimate.co.uk",
"discord": "https://discord.gg/WzPuRuDJVP",
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"verified": "4.6.8"
}
}
]
},
"esmodules": [
"dist/main.js"
],
"styles": [
"css/default.css"
],
"socket": true
}