diff --git a/system.json b/system.json index a3c3832..74ecc90 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,6 @@ "author": "Uberwald/LeRatierBretonnien", "compatibleCoreVersion": "9", "description": "Mournblade RPG for FoundryVTT", - "download": "", "esmodules": [ "modules/mournblade-main.js" ], @@ -17,21 +16,52 @@ ], "library": false, "license": "LICENSE.txt", - "manifest": "", + "manifest": "https://www.uberwald.me/gitea/public/fvtt-mournblade/raw/branch/main/system.json", + "download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-0.0.4.zip", "manifestPlusVersion": "1.0.0", "media": [], "minimumCoreVersion": "0.8.0", "name": "fvtt-mournblade", "packs": [ { - "entity": "Item", - "label": "Skills", + "type": "Item", + "label": "Compétences", "name": "skills", "path": "./packs/skills.db", "system": "fvtt-mournblade", "tags": [ "skill", "competence" ] + }, + { + "type": "Item", + "label": "Armes", + "name": "weapons", + "path": "./packs/weapons.db", + "system": "fvtt-mournblade", + "tags": [ + "arme" + ] + }, + { + "type": "Item", + "label": "Protections", + "name": "protections", + "path": "./packs/protections.db", + "system": "fvtt-mournblade", + "tags": [ + "armor", "shield" + ] + }, + { + "type": "Item", + "label": "Equipement", + "name": "equipment", + "path": "./packs/equipment.db", + "system": "fvtt-mournblade", + "tags": [ + "equipement" + ] } ], "primaryTokenAttribute": "secondary.health", @@ -43,6 +73,6 @@ "templateVersion": 3, "title": "Mournblade", "url": "", - "version": "0.0.3", + "version": "0.0.4", "background": "./images/ui/mournblade_welcome.webp" } \ No newline at end of file