diff --git a/module.json.template b/module.json.template index baa9db2..a970b2b 100644 --- a/module.json.template +++ b/module.json.template @@ -28,6 +28,15 @@ "module": "shared-compendia-races", "system": "dnd5e" }, + { + "name": "sc-races-new", + "label": "sc races new", + "path": "packs/sc-races-new.db", + "entity": "Item", + "type": "Item", + "module": "shared-compendia-races-new", + "system": "dnd5e" + }, { "name": "sc-racial-features", "label": "sc racial features", diff --git a/src/module.json b/src/module.json deleted file mode 100644 index a1b6139..0000000 --- a/src/module.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "id": "sc-races", - "name": "shared-compendia-races", - "title": "Shared Compendia Races", - "description": "Races list with features", - "authors": [ - { - "name": "leego neit" - } - ], - "version": "1.1.1", - "minimumCoreVersion": "9", - "compatibility": { - "minimum": "9", - "verified": "10", - "maximum": "10" - }, - "url": "https://gitea.kdiva.ru/modules/sc-races", - "manifest": "https://gitea.kdiva.ru/modules/sc-races/raw/branch/main/src/module.json", - "download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-races/1.1.1/module.zip", - "packs": [ - { - "name": "sc-races", - "label": "sc races", - "path": "packs/sc-races.db", - "entity": "Item", - "type": "Item", - "module": "shared-compendia-races", - "system": "dnd5e" - }, - { - "name": "sc-racial-features", - "label": "sc racial features", - "path": "packs/sc-racial-features.db", - "entity": "Item", - "type": "Item", - "module": "shared-compendia-races", - "system": "dnd5e" - } - ] -} diff --git a/src/packs/sc-races-new.db b/src/packs/sc-races-new.db new file mode 100644 index 0000000..e69de29