fvtt-never-stop-blowing-up/system.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2024-09-22 01:11:29 +02:00
{
2024-09-29 14:58:03 +02:00
"name": "kidsonbrooms",
2024-09-22 01:11:29 +02:00
"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
},
2024-09-29 14:58:03 +02:00
"esmodules": ["modules/kidsonbrooms.mjs"],
2024-09-22 01:11:29 +02:00
"authors": [{
"name": "Joscha Maier",
"url": "https://github.com/josmaier"
}],
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
2024-09-29 14:58:03 +02:00
"packs": [],
"packFolders": [],
2024-09-22 01:11:29 +02:00
"socket": true,
2024-09-29 14:58:03 +02:00
"url": "https://gitlab.com/wintermyst/kidsonbrooms",
2024-09-22 01:11:29 +02:00
"manifest": "https://your/hosted/system/repo/system.json",
2024-09-29 14:58:03 +02:00
"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"
}
}
]
}
2024-09-22 01:11:29 +02:00
}