2020-12-23 16:52:20 +01:00
|
|
|
{
|
|
|
|
"name": "ds4",
|
|
|
|
"title": "Dungeonslayers 4",
|
2020-12-31 05:02:38 +01:00
|
|
|
"description": "The Dungeonslayers 4 system for FoundryVTT. Dungeonslayers (© Christian Kennig) is licensed under CC BY-NC-SA 3.0 (https://creativecommons.org/licenses/by-nc-sa/3.0/de/deed.en).",
|
2020-12-23 16:52:20 +01:00
|
|
|
"version": "0.1.0",
|
|
|
|
"minimumCoreVersion": "0.7.9",
|
|
|
|
"compatibleCoreVersion": "0.7.9",
|
|
|
|
"templateVersion": 2,
|
2020-12-31 05:02:38 +01:00
|
|
|
"author": "Johannes Loher, Gesina Schwalbe, Oliver Rümpelein",
|
2020-12-23 16:52:20 +01:00
|
|
|
"esmodules": ["module/ds4.js"],
|
|
|
|
"styles": ["ds4.css"],
|
|
|
|
"scripts": [],
|
|
|
|
"packs": [],
|
|
|
|
"languages": [
|
|
|
|
{
|
|
|
|
"lang": "en",
|
|
|
|
"name": "English",
|
|
|
|
"path": "lang/en.json"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"gridDistance": 1,
|
|
|
|
"gridUnits": "m",
|
2020-12-31 05:02:38 +01:00
|
|
|
"primaryTokenAttribute": "combatValues.hitPoints.current",
|
|
|
|
"url": "https://git.f3l.de/dungeonslayers/ds4",
|
|
|
|
"manifest": "https://git.f3l.de/dungeonslayers/ds4/-/blob/master/src/system.json",
|
|
|
|
"download": "https://git.f3l.de/dungeonslayers/ds4/-/archive/master/ds4-master.zip",
|
|
|
|
"license": "MIT"
|
2020-12-23 16:52:20 +01:00
|
|
|
}
|