Files
vermine2047/system.json
T
François-Xavier Guillois 7d7ec478e5 protections
2023-06-05 15:27:58 +02:00

35 lines
904 B
JSON

{
"id": "totem",
"title": "Totem",
"description": "The Totem system for FoundryVTT!",
"version": "0.0.10",
"compatibility": {
"minimum": 10,
"verified": "10.287",
"maximum": 10
},
"authors": [{
"name": "François-Xavier Guillois"
}],
"esmodules": ["module/totem.mjs"],
"styles": ["css/style.css", "css/totem.css"],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "https://gitlab.com/init-status/fvtt_systems/totem",
"manifest": "https://gitlab.com/init-status/fvtt_systems/totem/-/raw/main/system.json",
"download": "https://gitlab.com/api/v4/projects/44983384/repository/archive.zip",
"license": "LICENSE.txt",
"changelog": "CHANGELOG.md"
}