Files
vermine2047/system.json
T
François-Xavier Guillois fa8e32f4dd boilerplate
2023-04-19 17:10:01 +02:00

35 lines
683 B
JSON

{
"id": "totem",
"title": "Totem",
"description": "The Totem system for FoundryVTT!",
"version": "1.2.0",
"compatibility": {
"minimum": 10,
"verified": "10.287",
"maximum": 10
},
"authors": [{
"name": "Asacolips"
}],
"esmodules": ["module/totem.mjs"],
"styles": ["css/totem.css"],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "",
"manifest": "",
"download": "",
"license": "LICENSE.txt",
"changelog": "CHANGELOG.md"
}