ds4/src/system.json

50 lines
1.7 KiB
JSON
Raw Normal View History

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).",
2021-01-25 01:35:58 +01:00
"version": "0.2.1",
2020-12-23 16:52:20 +01:00
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 2,
2021-01-10 21:51:47 +01:00
"author": "Johannes Loher, Gesina Schwalbe, Oliver Rümpelein, Siegfried Krug",
2020-12-23 16:52:20 +01:00
"esmodules": ["module/ds4.js"],
"styles": ["ds4.css"],
"scripts": [],
"packs": [
{
"name": "special-creature-abilities",
"label": "Besondere Kreaturenfähigkeiten (GRW)",
"system": "ds4",
"path": "./packs/special-creature-abilities.db",
"entity": "Item"
},
{
"name": "languages-and-scripts",
"label": "Sprachen und Schriftzeichen (GRW)",
"system": "ds4",
"path": "./packs/languages-and-scripts.db",
"entity": "Item"
}
],
2020-12-23 16:52:20 +01:00
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
2021-01-09 16:14:25 +01:00
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
2020-12-23 16:52:20 +01:00
}
],
"gridDistance": 1,
"gridUnits": "m",
2021-01-07 12:47:38 +01:00
"primaryTokenAttribute": "combatValues.hitPoints",
2020-12-31 05:02:38 +01:00
"url": "https://git.f3l.de/dungeonslayers/ds4",
2021-01-09 19:01:22 +01:00
"manifest": "https://git.f3l.de/dungeonslayers/ds4/-/raw/latest/src/system.json?inline=false",
2021-01-25 01:35:58 +01:00
"download": "https://git.f3l.de/dungeonslayers/ds4/-/jobs/artifacts/0.2.1/download?job=build",
2021-01-10 01:45:31 +01:00
"license": "MIT",
"initiative": "@combatValues.initiative.total"
2020-12-23 16:52:20 +01:00
}