35 lines
887 B
JSON
35 lines
887 B
JSON
{
|
|
"id": "totem",
|
|
"title": "Totem",
|
|
"description": "The Totem system for FoundryVTT!",
|
|
"version": "0.0.3",
|
|
"compatibility": {
|
|
"minimum": 10,
|
|
"verified": "10.287",
|
|
"maximum": 10
|
|
},
|
|
"authors": [{
|
|
"name": "Asacolips"
|
|
}],
|
|
"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"
|
|
}
|