Remove warnings

This commit is contained in:
sladecraven 2022-08-04 21:06:32 +02:00
parent 42736e02a7
commit 545807d533
1 changed files with 22 additions and 7 deletions

View File

@ -2,7 +2,7 @@
"name": "fvtt-yggdrasill",
"title": "Yggdrasill",
"description": "Système non-officiel Yggdrasill (7ième Cercle) pour FoundryVTT",
"version": "1.2.2",
"version": "1.2.3",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
@ -17,131 +17,146 @@
{
"label": "Compétences Générales",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "competences-generales",
"path": "packs/competences-generales.db"
},
{
"label": "Compétences Martiales",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "competences-martiales",
"path": "packs/competences-martiales.db"
},
{
"label": "Compétences Magiques",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "competences-magiques",
"path": "packs/competences-magiques.db"
},
{
"label": "Prouesses Martiales",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "prouesses-martiales",
"path": "packs/prouesses-martiales.db"
},
{
"label": "Dons",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "dons",
"path": "packs/dons.db"
},
{
"label": "Faiblesses",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "faiblesses",
"path": "packs/faiblesses.db"
},
{
"label": "Blessures",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "blessures",
"path": "packs/blessures.db"
},
{
"label": "Armes",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "armes",
"path": "packs/armes.db"
},
{
"label": "Armures",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "armures",
"path": "packs/armures.db"
},
{
"label": "Runes",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "runes",
"path": "packs/runes.db"
},
{
"label": "Sejdr - Transmission des Forces",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "sejdr-transmission-des-forces",
"path": "packs/sejdr-transmission-des-forces.db"
},
{
"label": "Sejdr - Malédictions",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "sejdr-maledictions",
"path": "packs/sejdr-maledictions.db"
},
{
"label": "Sejdr - Maîtrise des Elements",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "sejdr-maitrise-des-elements",
"path": "packs/sejdr-maitrise-des-elements.db"
},
{
"label": "Sejdr - Guérison",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "sejdr-guerison",
"path": "packs/sejdr-guerison.db"
},
{
"label": "Sejdr - Divination",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "sejdr-divination",
"path": "packs/sejdr-divination.db"
},
{
"label": "Poisons",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "poisons",
"path": "packs/poisons.db"
},
{
"label": "Galdr - Malédictions",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "galdr-maledictions",
"path": "packs/galdr-maledictions.db"
},
{
"label": "Galdr - Illusions",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "galdr-illusions",
"path": "packs/galdr-illusions.db"
},
{
"label": "Galdr - Charme",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "galdr-charme",
"path": "packs/galdr-charme.db"
},
{
"label": "Equipement",
"type": "Item",
"system": "fvtt-yggdrasill",
"name": "equipement",
"path": "packs/equipement.db"
}
],
"library": false,
"languages": [
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
}
],
"dependencies": [
{
@ -160,6 +175,6 @@
"socket": true,
"url": "https://www.uberwald.me/gitea/public/fvtt-yggdrasill/",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-yggdrasill/raw/main/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-yggdrasill/archive/fvtt-yggdrasill-1.2.2.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-yggdrasill/archive/fvtt-yggdrasill-1.2.3.zip",
"license": "LICENSE.txt"
}