boilerplate
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user