I hate this software and documentation

This commit is contained in:
Joscha Maier
2024-10-07 14:12:05 +02:00
parent 8da6565aae
commit 54798bd300
9 changed files with 54 additions and 19 deletions

View File

@@ -7,11 +7,18 @@
"minimum": 12,
"verified": 12
},
"esmodules": ["modules/kidsonbrooms.mjs"],
"esmodules": ["kidsonbrooms.mjs"],
"authors": [{
"name": "Joscha Maier",
"url": "https://github.com/josmaier"
}],
"documentTypes": {
"Actor": {
"playerCharacter": {
}
}
},
"languages": [{
"lang": "en",
"name": "English",
@@ -23,8 +30,11 @@
"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",
"grid:": {
"type": 1,
"distance": 5,
"units": "ft"
},
"relationships": {
"requires": [
{
@@ -36,5 +46,6 @@
}
}
]
}
},
"primaryTokenAttribute": "system.adversityTokens"
}