Readd creature compendium to system.json
This commit is contained in:
parent
9de7645f1b
commit
d3ec463201
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "ds4",
|
"name": "ds4",
|
||||||
"title": "Dungeonslayers 4",
|
"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/).",
|
"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 creature images by Devin Night (https://immortalnights.com/) and are licensed under the terms described at https://immortalnights.com/tokens/token-usage-rights/.",
|
||||||
"version": "1.1.3",
|
"version": "1.1.3",
|
||||||
"minimumCoreVersion": "0.8.8",
|
"minimumCoreVersion": "0.8.8",
|
||||||
"compatibleCoreVersion": "0.8.8",
|
"compatibleCoreVersion": "0.8.8",
|
||||||
|
@ -66,6 +66,14 @@
|
||||||
"module": "ds4",
|
"module": "ds4",
|
||||||
"path": "./packs/spells.db",
|
"path": "./packs/spells.db",
|
||||||
"entity": "Item"
|
"entity": "Item"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "creatures",
|
||||||
|
"label": "Kreaturen (GRW)",
|
||||||
|
"system": "ds4",
|
||||||
|
"module": "ds4",
|
||||||
|
"path": "./packs/creatures.db",
|
||||||
|
"entity": "Actor"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"languages": [
|
"languages": [
|
||||||
|
|
Loading…
Reference in a new issue