From 7d5c7c72efeba065fece12fd5f62b7d378523047 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Mon, 29 May 2023 17:44:57 +0200 Subject: [PATCH] v11 compat --- module.json | 61 +++++++++++++++++++++++------------------------------ 1 file changed, 26 insertions(+), 35 deletions(-) diff --git a/module.json b/module.json index 6ef73a6..099a0c7 100644 --- a/module.json +++ b/module.json @@ -1,5 +1,4 @@ { - "name": "foundryvtt-rdd-fontaine-ortigrise", "id": "foundryvtt-rdd-fontaine-ortigrise", "title": "La Fontaine d'Ortigrise", "description": "Scénario du livre de base de Rêve de Dragon v2 et v3", @@ -15,66 +14,58 @@ ], "url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-rdd-fontaine-ortigrise", "manifest": "https://www.uberwald.me/gitea/public/foundryvtt-rdd-fontaine-ortigrise/raw/branch/master/module.json", - "download": "https://www.uberwald.me/gitea/public/foundryvtt-rdd-fontaine-ortigrise/archive/foundryvtt-rdd-fontaine-ortigrise-10.1.0.zip", - "flags": {}, - "version": "10.1.0", - "minimumCoreVersion": "10", - "compatibleCoreVersion": "10", + "download": "https://www.uberwald.me/gitea/public/foundryvtt-rdd-fontaine-ortigrise/archive/foundryvtt-rdd-fontaine-ortigrise-11.0.0.zip", + "version": "11.0.0", "compatibility": { "minimum": "10", - "verified": "10.291", - "maximum": "10" + "verified": "11", + "maximum": "11" }, - "scripts": [], - "esmodules": [], - "styles": [], - "languages": [], "packs": [ { "label": "Ortigrise - Acteurs", "name": "ortigrise-acteurs", - "path": "./packs/ortigrise-acteurs.db", + "path": "packs/ortigrise-acteurs.db", "system": "foundryvtt-reve-de-dragon", - "package": "foundryvtt-rdd-fontaine-ortigrise", "private": false, - "type": "Actor" + "type": "Actor", + "flags": {} }, { "label": "Ortigrise - Journal", "name": "ortigrise-journal", - "path": "./packs/ortigrise-journal.db", - "package": "foundryvtt-rdd-fontaine-ortigrise", + "path": "packs/ortigrise-journal.db", "private": false, - "type": "JournalEntry" + "type": "JournalEntry", + "system": "foundryvtt-reve-de-dragon", + "flags": {} }, { "label": "Ortigrise - Objets", "name": "ortigrise-objets", - "path": "./packs/ortigrise-objets.db", + "path": "packs/ortigrise-objets.db", "system": "foundryvtt-reve-de-dragon", - "package": "foundryvtt-rdd-fontaine-ortigrise", "private": false, - "type": "Item" + "type": "Item", + "flags": {} }, { "label": "Ortigrise - Scènes", "name": "ortigrise-scenes", - "path": "./packs/ortigrise-scenes.db", + "path": "packs/ortigrise-scenes.db", "system": "foundryvtt-reve-de-dragon", - "package": "foundryvtt-rdd-fontaine-ortigrise", "private": false, - "type": "Scene" + "type": "Scene", + "flags": {} } ], - "system": [], - "dependencies": [ - { - "name": "foundryvtt-reve-de-dragon", - "type": "system" - } - ], - "socket": false, - "protected": false, - "coreTranslation": false, - "library": false + "relationships": { + "systems": [ + { + "id": "foundryvtt-reve-de-dragon", + "type": "system", + "compatibility": {} + } + ] + } } \ No newline at end of file