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

25 lines
714 B
JSON
Raw Normal View History

2024-09-22 01:04:15 +02:00
{
2024-09-22 15:45:39 +02:00
"id": "kidsonbrooms",
2024-09-22 01:04:15 +02:00
"title": "Kids on Brooms System",
2024-09-26 02:50:43 +02:00
"description": "The Kids on Brooms system for FoundryVTT!",
2024-09-27 23:36:34 +02:00
"version": "1.1.5",
2024-09-22 01:04:15 +02:00
"compatibility": {
"minimum": 12,
2024-09-26 02:53:58 +02:00
"verified": 12.331
2024-09-22 01:04:15 +02:00
},
"authors": [{
2024-09-23 22:23:51 +02:00
"name": "Joscha Maier"
2024-09-22 01:04:15 +02:00
}],
"esmodules": ["module/kidsonbrooms.mjs"],
"styles": ["css/kidsonbrooms.css"],
"socket": true,
"grid": {
"distance": 5,
"units": "ft"
},
"primaryTokenAttribute": "system.adversityTokens",
2024-09-22 15:45:39 +02:00
"url": "https://gitlab.com/wintermyst/kidsonbrooms",
2024-09-23 22:26:07 +02:00
"manifest": "https://gitlab.com/wintermyst/kidsonbrooms/-/raw/master/system.json",
2024-09-23 22:33:59 +02:00
"download": "https://gitlab.com/wintermyst/kidsonbrooms/-/raw/master/kidsonbrooms.zip?inline=false"
2024-09-22 01:07:02 +02:00
}