ds4/src/system.json

94 lines
3 KiB
JSON
Raw Normal View History

2020-12-23 16:52:20 +01:00
{
"name": "ds4",
"title": "Dungeonslayers 4",
2021-06-27 00:21:23 +02:00
"description": "The Dungeonslayers 4 system for FoundryVTT. Dungeonslayers by Christian Kennig is licensed under CC BY-NC-SA 3.0 (https://creativecommons.org/licenses/by-nc-sa/3.0/). The icons by the authors of Game-icons.net are licensed under CC BY 3.0 (https://creativecommons.org/licenses/by/3.0/).",
2021-07-12 19:19:44 +02:00
"version": "1.1.3",
2021-06-30 14:24:23 +02:00
"minimumCoreVersion": "0.8.8",
"compatibleCoreVersion": "0.8.8",
2021-05-13 19:59:44 +02:00
"templateVersion": 6,
2021-06-26 22:02:00 +02:00
"author": "Johannes Loher, Gesina Schwalbe, Oliver Rümpelein, Siegfried Krug, Max Tharr, Sascha Martens",
"authors": [
{
"name": "Johannes Loher",
"email": "johannes.loher@fg4f.de"
},
{
"name": "Gesina Schwalbe",
"email": "gesina.schwalbe@pheerai.de"
},
{
"name": "Oliver Rümpelein",
"email": "foundryvtt@pheerai.de"
},
{
"name": "Siegfried Krug",
"email": "foundryvtt@asdil1991.de"
2021-06-26 22:02:00 +02:00
},
{
"name": "Max Tharr"
},
{
"name": "Sascha Martens"
}
],
2020-12-23 16:52:20 +01:00
"esmodules": ["module/ds4.js"],
2021-03-17 12:15:25 +01:00
"styles": ["css/ds4.css"],
2020-12-23 16:52:20 +01:00
"scripts": [],
"packs": [
{
"name": "special-creature-abilities",
"label": "Besondere Kreaturenfähigkeiten (GRW)",
"system": "ds4",
"module": "ds4",
"path": "./packs/special-creature-abilities.db",
"entity": "Item"
},
{
"name": "languages-and-scripts",
"label": "Sprachen und Schriftzeichen (GRW)",
"system": "ds4",
"module": "ds4",
"path": "./packs/languages-and-scripts.db",
"entity": "Item"
},
{
"name": "equipment",
"label": "Gegenstände (GRW)",
"system": "ds4",
"module": "ds4",
"path": "./packs/items.db",
"entity": "Item"
},
{
"name": "spells",
"label": "Zauber (GRW)",
"system": "ds4",
"module": "ds4",
"path": "./packs/spells.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-07-12 19:19:44 +02:00
"download": "https://git.f3l.de/dungeonslayers/ds4/-/jobs/artifacts/1.1.3/download?job=build",
"license": "https://git.f3l.de/dungeonslayers/ds4#licensing",
"initiative": "@combatValues.initiative.total",
"manifestPlusVersion": "1.0.0",
"bugs": "https://git.f3l.de/dungeonslayers/ds4/-/issues"
2020-12-23 16:52:20 +01:00
}