fvtt-never-stop-blowing-up/system.json
Joscha Maier bcf1d8827d
stuff
2024-09-29 14:58:03 +02:00

41 lines
1.1 KiB
JSON

{
"name": "kidsonbrooms",
"title": "Kids on Brooms",
"description": "This is a implementation of the Kids on Brooms system in FoundryVTT.",
"version": "0.1.0",
"compatibility": {
"minimum": 12,
"verified": 12
},
"esmodules": ["modules/kidsonbrooms.mjs"],
"authors": [{
"name": "Joscha Maier",
"url": "https://github.com/josmaier"
}],
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
"packs": [],
"packFolders": [],
"socket": true,
"url": "https://gitlab.com/wintermyst/kidsonbrooms",
"manifest": "https://your/hosted/system/repo/system.json",
"download": "https://your/packaged/download/archive.zip",
"gridDistance": 5,
"gridUnits": "ft",
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"compatibility": {
"minimum": "1.0.0.0",
"verified": "1.12.6.0"
}
}
]
}
}