Enhance interface

This commit is contained in:
sladecraven 2022-06-01 22:40:32 +02:00
parent dca9dab577
commit cca4383c33

View File

@ -17,7 +17,7 @@
"library": false, "library": false,
"license": "LICENSE.txt", "license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-mournblade/raw/branch/main/system.json", "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.5.zip", "download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-0.0.6.zip",
"manifestPlusVersion": "1.0.0", "manifestPlusVersion": "1.0.0",
"media": [], "media": [],
"minimumCoreVersion": "0.8.0", "minimumCoreVersion": "0.8.0",
@ -36,8 +36,8 @@
{ {
"type": "Item", "type": "Item",
"label": "Armes", "label": "Armes",
"name": "weapons", "name": "armes",
"path": "./packs/weapons.db", "path": "./packs/armes.db",
"system": "fvtt-mournblade", "system": "fvtt-mournblade",
"tags": [ "tags": [
"arme" "arme"
@ -73,6 +73,6 @@
"templateVersion": 4, "templateVersion": 4,
"title": "Mournblade", "title": "Mournblade",
"url": "", "url": "",
"version": "0.0.5", "version": "0.0.6",
"background": "./images/ui/mournblade_welcome.webp" "background": "./images/ui/mournblade_welcome.webp"
} }