chore: reorder system.json
This commit is contained in:
parent
f36c7f52b7
commit
4f95ff5990
1 changed files with 24 additions and 24 deletions
|
@ -2,9 +2,6 @@
|
|||
"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/.",
|
||||
"version": "1.4.3",
|
||||
"minimumCoreVersion": "0.8.8",
|
||||
"compatibleCoreVersion": "0.8.9",
|
||||
"author": "Johannes Loher, Gesina Schwalbe, Oliver Rümpelein, Siegfried Krug, Max Tharr, Sascha Martens",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -30,9 +27,28 @@
|
|||
"name": "Sascha Martens"
|
||||
}
|
||||
],
|
||||
"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",
|
||||
"changelog": "https://git.f3l.de/dungeonslayers/ds4/-/releases/1.4.3",
|
||||
"version": "1.4.3",
|
||||
"minimumCoreVersion": "0.8.8",
|
||||
"compatibleCoreVersion": "0.8.9",
|
||||
"esmodules": ["module/ds4.js"],
|
||||
"styles": ["css/ds4.css"],
|
||||
"scripts": [],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
},
|
||||
{
|
||||
"lang": "de",
|
||||
"name": "Deutsch",
|
||||
"path": "lang/de.json"
|
||||
}
|
||||
],
|
||||
"packs": [
|
||||
{
|
||||
"name": "special-creature-abilities",
|
||||
|
@ -75,27 +91,11 @@
|
|||
"entity": "Actor"
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
},
|
||||
{
|
||||
"lang": "de",
|
||||
"name": "Deutsch",
|
||||
"path": "lang/de.json"
|
||||
}
|
||||
],
|
||||
"manifest": "https://git.f3l.de/api/v4/projects/dungeonslayers%2Fds4/packages/generic/ds4/latest/system.json",
|
||||
"download": "https://git.f3l.de/dungeonslayers/ds4/-/releases/1.4.3/downloads/ds4.zip",
|
||||
"initiative": "@combatValues.initiative.total",
|
||||
"gridDistance": 1,
|
||||
"gridUnits": "m",
|
||||
"primaryTokenAttribute": "combatValues.hitPoints",
|
||||
"url": "https://git.f3l.de/dungeonslayers/ds4",
|
||||
"manifest": "https://git.f3l.de/api/v4/projects/dungeonslayers%2Fds4/packages/generic/ds4/latest/system.json",
|
||||
"download": "https://git.f3l.de/dungeonslayers/ds4/-/releases/1.4.3/downloads/ds4.zip",
|
||||
"changelog": "https://git.f3l.de/dungeonslayers/ds4/-/releases/1.4.3",
|
||||
"license": "https://git.f3l.de/dungeonslayers/ds4#licensing",
|
||||
"initiative": "@combatValues.initiative.total",
|
||||
"manifestPlusVersion": "1.0.0",
|
||||
"bugs": "https://git.f3l.de/dungeonslayers/ds4/-/issues"
|
||||
"manifestPlusVersion": "1.0.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue