From d7df7ef0f299228f4d790c8d7980aeefc7167ffd Mon Sep 17 00:00:00 2001 From: alzer Date: Wed, 1 Oct 2025 11:46:15 +0200 Subject: [PATCH] .. --- module.json | 20 +++---- module_o.json | 142 -------------------------------------------------- 2 files changed, 7 insertions(+), 155 deletions(-) delete mode 100644 module_o.json diff --git a/module.json b/module.json index 38fcda1..f27c64e 100644 --- a/module.json +++ b/module.json @@ -1,13 +1,9 @@ { - "title": "WFRP4 - Deutsche Übersetzung.", + "title": "WFRP4e - Deutsche Übersetzung.", "description": "Deutsche Übersetzung von Warhammer Fantasy Roleplay 4e.", "authors": [ { - "name": "LeRatierBretonnien", - "flags": {} - }, - { - "name": "dene_oma", + "name": "LeRatierBretonnien, dene_oma, ailura", "flags": {} } ], @@ -20,21 +16,19 @@ "modules/loadScripts.js" ], "styles": [ - { - "src": "patch-styles.css" - } + "patch-styles.css" ], "languages": [ { "lang": "de", - "name": "Deutsch", + "name": "Deutsch (German)", "path": "de.json", "flags": {} } ], "packs": [ { - "label": "Gerichte und Gasthäuser", + "label": "Geriche und Gasthäuser", "type": "RollTable", "name": "gerichte-gasthaeuser", "path": "packs/gerichte-gasthaeuser", @@ -108,7 +102,7 @@ ], "packFolders": [ { - "name": "Modul WFRP4 DE", + "name": "Module WFRP4 DE", "sorting": "m", "color": "#00435c", "packs": [ @@ -126,7 +120,7 @@ "download": "https://gitea.palmenalzer.de/alzer/wfrp-4e-de/archive/main.zip", "id": "wh4-de-translation", "compatibility": { - "minimum": "13", + "minimum": "11", "verified": "13" }, "relationships": { diff --git a/module_o.json b/module_o.json deleted file mode 100644 index f27c64e..0000000 --- a/module_o.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "title": "WFRP4e - Deutsche Übersetzung.", - "description": "Deutsche Übersetzung von Warhammer Fantasy Roleplay 4e.", - "authors": [ - { - "name": "LeRatierBretonnien, dene_oma, ailura", - "flags": {} - } - ], - "url": "https://gitea.palmenalzer.de/alzer/wfrp-4e-de", - "version": "8.5.33", - "esmodules": [ - "modules/babele-register.js", - "modules/addon-register.js", - "modules/import-stat-2.js", - "modules/loadScripts.js" - ], - "styles": [ - "patch-styles.css" - ], - "languages": [ - { - "lang": "de", - "name": "Deutsch (German)", - "path": "de.json", - "flags": {} - } - ], - "packs": [ - { - "label": "Geriche und Gasthäuser", - "type": "RollTable", - "name": "gerichte-gasthaeuser", - "path": "packs/gerichte-gasthaeuser", - "system": "wfrp4e", - "flags": {}, - "ownership": { - "PLAYER": "NONE", - "ASSISTANT": "OWNER" - } - }, - { - "label": "Dons de Rhya", - "type": "JournalEntry", - "name": "dons-de-rhya", - "path": "packs/dons-de-rhya", - "system": "wfrp4e", - "flags": {}, - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - } - }, - { - "label": "Aides de Jeu FR", - "type": "JournalEntry", - "name": "aides-de-jeu-fr", - "path": "packs/aides-de-jeu-fr", - "system": "wfrp4e", - "flags": {}, - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - } - }, - { - "label": "Herbes & Potions", - "type": "Item", - "name": "antidotes-and-remedes", - "path": "packs/antidotes-and-remedes", - "system": "wfrp4e", - "flags": {}, - "ownership": { - "PLAYER": "NONE", - "ASSISTANT": "OWNER" - } - }, - { - "label": "Tables des Traductions", - "type": "JournalEntry", - "name": "tables-des-traductions", - "path": "packs/tables-des-traductions", - "system": "wfrp4e", - "flags": {}, - "ownership": { - "PLAYER": "OBSERVER", - "ASSISTANT": "OWNER" - } - }, - { - "label": "Apothicarium", - "type": "JournalEntry", - "name": "apothicarium", - "path": "packs/apothicarium", - "system": "wfrp4e", - "flags": {}, - "ownership": { - "PLAYER": "NONE", - "ASSISTANT": "OWNER" - } - } - ], - "packFolders": [ - { - "name": "Module WFRP4 DE", - "sorting": "m", - "color": "#00435c", - "packs": [ - "apothicarium", - "tables-des-traductions", - "antidotes-and-remedes", - "aides-de-jeu-fr", - "dons-de-rhya", - "gerichte-gasthaeuser" - ], - "folders": [] - } - ], - "manifest": "https://gitea.palmenalzer.de/alzer/wfrp-4e-de/raw/branch/main/module.json", - "download": "https://gitea.palmenalzer.de/alzer/wfrp-4e-de/archive/main.zip", - "id": "wh4-de-translation", - "compatibility": { - "minimum": "11", - "verified": "13" - }, - "relationships": { - "systems": [ - { - "id": "wfrp4e", - "type": "system", - "compatibility": {} - } - ], - "requires": [ - { - "id": "babele", - "type": "module", - "compatibility": {} - } - ] - } -} \ No newline at end of file