ds4/system.json
2020-10-29 16:18:38 +01:00

29 lines
612 B
JSON

{
"name": "ds4",
"title": "Dungeonslayers 4",
"description": "The Dungeonslayers 4 system for FoundryVTT!",
"version": "0.0.1",
"minimumCoreVersion": "0.7.4",
"compatibleCoreVersion": "0.7.4",
"templateVersion": 2,
"author": "Saluu",
"esmodules": ["module/ds4.js"],
"styles": ["css/ds4.css"],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "hitPoints",
"url": "",
"manifest": "",
"download": "",
"license": "LICENSE.txt"
}