From d1e87e70bb67c305e32db9a4083bf84aef39bf8d Mon Sep 17 00:00:00 2001 From: alzer Date: Wed, 1 Oct 2025 11:36:28 +0200 Subject: [PATCH] Modul.json update? --- module.json | 20 ++++--- module_o.json | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 155 insertions(+), 7 deletions(-) create mode 100644 module_o.json diff --git a/module.json b/module.json index f27c64e..38fcda1 100644 --- a/module.json +++ b/module.json @@ -1,9 +1,13 @@ { - "title": "WFRP4e - Deutsche Übersetzung.", + "title": "WFRP4 - Deutsche Übersetzung.", "description": "Deutsche Übersetzung von Warhammer Fantasy Roleplay 4e.", "authors": [ { - "name": "LeRatierBretonnien, dene_oma, ailura", + "name": "LeRatierBretonnien", + "flags": {} + }, + { + "name": "dene_oma", "flags": {} } ], @@ -16,19 +20,21 @@ "modules/loadScripts.js" ], "styles": [ - "patch-styles.css" + { + "src": "patch-styles.css" + } ], "languages": [ { "lang": "de", - "name": "Deutsch (German)", + "name": "Deutsch", "path": "de.json", "flags": {} } ], "packs": [ { - "label": "Geriche und Gasthäuser", + "label": "Gerichte und Gasthäuser", "type": "RollTable", "name": "gerichte-gasthaeuser", "path": "packs/gerichte-gasthaeuser", @@ -102,7 +108,7 @@ ], "packFolders": [ { - "name": "Module WFRP4 DE", + "name": "Modul WFRP4 DE", "sorting": "m", "color": "#00435c", "packs": [ @@ -120,7 +126,7 @@ "download": "https://gitea.palmenalzer.de/alzer/wfrp-4e-de/archive/main.zip", "id": "wh4-de-translation", "compatibility": { - "minimum": "11", + "minimum": "13", "verified": "13" }, "relationships": { diff --git a/module_o.json b/module_o.json new file mode 100644 index 0000000..f27c64e --- /dev/null +++ b/module_o.json @@ -0,0 +1,142 @@ +{ + "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