feat: updated to github version

This commit is contained in:
Joscha Maier
2024-09-22 01:11:29 +02:00
parent 9337233b21
commit 84067f07dc
11 changed files with 2032 additions and 0 deletions

23
system.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Kids-On-Brooms",
"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
},
"authors": [{
"name": "Joscha Maier",
"url": "https://github.com/josmaier"
}],
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
"socket": true,
"url": "https://github.com/josmaier/KidsOnBroomsFoundryVTT",
"manifest": "https://your/hosted/system/repo/system.json",
"download": "https://your/packaged/download/archive.zip"
}