refactor: use new format for packs
This commit is contained in:
parent
4b97bde6d9
commit
032b006dd5
1546 changed files with 70353 additions and 79060 deletions
20
system.json
20
system.json
|
@ -34,6 +34,12 @@
|
|||
"bugs": "https://git.f3l.de/dungeonslayers/ds4/issues",
|
||||
"changelog": "https://git.f3l.de/dungeonslayers/ds4/releases/tag/1.19.5-0",
|
||||
"version": "1.19.5-0",
|
||||
"flags": {
|
||||
"hotReload": {
|
||||
"extensions": ["css", "hbs", "json"],
|
||||
"paths": ["templates", "css", "lang"]
|
||||
}
|
||||
},
|
||||
"compatibility": {
|
||||
"minimum": "10.290",
|
||||
"verified": "10"
|
||||
|
@ -58,7 +64,7 @@
|
|||
"label": "Besondere Kreaturenfähigkeiten (GRW)",
|
||||
"system": "ds4",
|
||||
"module": "ds4",
|
||||
"path": "./packs/special-creature-abilities.db",
|
||||
"path": "./packs/special-creature-abilities",
|
||||
"type": "Item"
|
||||
},
|
||||
{
|
||||
|
@ -66,7 +72,7 @@
|
|||
"label": "Sprachen und Schriftzeichen (GRW)",
|
||||
"system": "ds4",
|
||||
"module": "ds4",
|
||||
"path": "./packs/languages-and-scripts.db",
|
||||
"path": "./packs/languages-and-scripts",
|
||||
"type": "Item"
|
||||
},
|
||||
{
|
||||
|
@ -74,7 +80,7 @@
|
|||
"label": "Gegenstände (GRW)",
|
||||
"system": "ds4",
|
||||
"module": "ds4",
|
||||
"path": "./packs/items.db",
|
||||
"path": "./packs/items",
|
||||
"type": "Item"
|
||||
},
|
||||
{
|
||||
|
@ -82,7 +88,7 @@
|
|||
"label": "Zauber (GRW)",
|
||||
"system": "ds4",
|
||||
"module": "ds4",
|
||||
"path": "./packs/spells.db",
|
||||
"path": "./packs/spells",
|
||||
"type": "Item"
|
||||
},
|
||||
{
|
||||
|
@ -90,7 +96,7 @@
|
|||
"label": "Kreaturen (GRW)",
|
||||
"system": "ds4",
|
||||
"module": "ds4",
|
||||
"path": "./packs/creatures.db",
|
||||
"path": "./packs/creatures",
|
||||
"type": "Actor"
|
||||
},
|
||||
{
|
||||
|
@ -98,7 +104,7 @@
|
|||
"label": "Volksfähigkeiten (GRW)",
|
||||
"system": "ds4",
|
||||
"module": "ds4",
|
||||
"path": "./packs/racial-abilities.db",
|
||||
"path": "./packs/racial-abilities",
|
||||
"type": "Item"
|
||||
},
|
||||
{
|
||||
|
@ -106,7 +112,7 @@
|
|||
"label": "Talente (GRW)",
|
||||
"system": "ds4",
|
||||
"module": "ds4",
|
||||
"path": "./packs/talents.db",
|
||||
"path": "./packs/talents",
|
||||
"type": "Item"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue