v10 dev WIP

This commit is contained in:
sladecraven 2022-09-20 08:01:23 +02:00
parent 8d43ae6b6e
commit 4a0a57870c
1 changed files with 15 additions and 11 deletions

View File

@ -1,7 +1,12 @@
{ {
"author": "Uberwald/LeRatierBretonnien", "id": "fvtt-mournblade",
"compatibleCoreVersion": "9",
"description": "Mournblade RPG for FoundryVTT", "description": "Mournblade RPG for FoundryVTT",
"version": "10.0.0",
"authors": [
{
"name": "Uberwald/LeRatierBretonnien"
}
],
"esmodules": [ "esmodules": [
"modules/mournblade-main.js" "modules/mournblade-main.js"
], ],
@ -16,21 +21,20 @@
], ],
"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/v10/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-0.0.27.zip", "download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-10.0.0.zip",
"manifestPlusVersion": "1.0.0", "manifestPlusVersion": "1.0.0",
"media": [], "media": [],
"minimumCoreVersion": "0.8.0",
"name": "fvtt-mournblade",
"packs": [ "packs": [
{ {
"type": "Item", "type": "Item",
"label": "Compétences", "label": "Compétences",
"name": "skills", "name": "skills",
"path": "./packs/skills.db", "path": "./packs/skills.db",
"system": "fvtt-mournblade", "system": "fvtt-mournblade",
"tags": [ "tags": [
"skill", "competence" "skill",
"competence"
] ]
}, },
{ {
@ -50,7 +54,8 @@
"path": "./packs/protection.db", "path": "./packs/protection.db",
"system": "fvtt-mournblade", "system": "fvtt-mournblade",
"tags": [ "tags": [
"armor", "shield" "armor",
"shield"
] ]
}, },
{ {
@ -152,6 +157,5 @@
"templateVersion": 18, "templateVersion": 18,
"title": "Mournblade", "title": "Mournblade",
"url": "", "url": "",
"version": "0.0.27",
"background": "./assets/ui/fond_mournblade.webp" "background": "./assets/ui/fond_mournblade.webp"
} }