ds4/src/system.json

110 lines
3.7 KiB
JSON
Raw Normal View History

2020-12-23 16:52:20 +01:00
{
"name": "ds4",
"title": "Dungeonslayers 4",
"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/). The token images by Devin Night (https://immortalnights.com/) and are licensed under the terms described at https://immortalnights.com/tokens/token-usage-rights/.",
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"
}
],
2021-09-17 20:41:52 +02:00
"url": "https://git.f3l.de/dungeonslayers/ds4",
"license": "https://git.f3l.de/dungeonslayers/ds4/-/blob/master/README.md#licensing",
"readme": "https://git.f3l.de/dungeonslayers/ds4/-/blob/master/README.md",
"bugs": "https://git.f3l.de/dungeonslayers/ds4/-/issues",
2022-01-09 00:05:52 +01:00
"changelog": "https://git.f3l.de/dungeonslayers/ds4/-/releases/1.11.2",
"version": "1.11.2",
"minimumCoreVersion": "9.238",
"compatibleCoreVersion": "9",
2020-12-23 16:52:20 +01:00
"esmodules": ["module/ds4.js"],
2021-03-17 12:15:25 +01:00
"styles": ["css/ds4.css"],
2021-09-17 20:41:52 +02:00
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"packs": [
{
"name": "special-creature-abilities",
"label": "Besondere Kreaturenfähigkeiten (GRW)",
"system": "ds4",
"module": "ds4",
"path": "./packs/special-creature-abilities.db",
"type": "Item"
},
{
"name": "languages-and-scripts",
"label": "Sprachen und Schriftzeichen (GRW)",
"system": "ds4",
"module": "ds4",
"path": "./packs/languages-and-scripts.db",
"type": "Item"
},
{
"name": "equipment",
"label": "Gegenstände (GRW)",
"system": "ds4",
"module": "ds4",
"path": "./packs/items.db",
"type": "Item"
},
{
"name": "spells",
"label": "Zauber (GRW)",
"system": "ds4",
"module": "ds4",
"path": "./packs/spells.db",
"type": "Item"
},
{
"name": "creatures",
"label": "Kreaturen (GRW)",
"system": "ds4",
"module": "ds4",
"path": "./packs/creatures.db",
"type": "Actor"
},
{
"name": "racial-abilities",
"label": "Volksfähigkeiten (GRW)",
"system": "ds4",
"module": "ds4",
"path": "./packs/racial-abilities.db",
"type": "Item"
}
],
2021-09-14 11:16:43 +02:00
"manifest": "https://git.f3l.de/api/v4/projects/dungeonslayers%2Fds4/packages/generic/ds4/latest/system.json",
2022-01-09 00:05:52 +01:00
"download": "https://git.f3l.de/dungeonslayers/ds4/-/releases/1.11.2/downloads/ds4.zip",
"initiative": "@combatValues.initiative.total",
2021-09-17 20:41:52 +02:00
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "combatValues.hitPoints",
"manifestPlusVersion": "1.0.0"
2020-12-23 16:52:20 +01:00
}