Ajout tarot et autres

This commit is contained in:
2023-02-02 22:20:35 +01:00
parent 326c29d87e
commit db846f944e
35 changed files with 162 additions and 179 deletions

View File

@ -19,6 +19,26 @@
"flags": {}
}
],
"packs": [
{
"type": "Item",
"label": "Tarots",
"name": "malefices-tarots",
"path": "packs/malefices-tarots.db",
"system": "fvtt-malefices",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Armes",
"name": "malefices-armes",
"path": "packs/malefices-armes.db",
"system": "fvtt-malefices",
"private": false,
"flags": {}
}
],
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-malefices/raw/branch/master/system.json",
"compatibility": {
@ -33,11 +53,9 @@
"styles": [
"styles/simple.css"
],
"packs": [
],
"title": "Maléfices, le Jeu de Rôle",
"url": "https://www.uberwald.me/gitea/public/fvtt-malefices",
"version": "10.0.2",
"download": "https://www.uberwald.me/gitea/public/fvtt-malefices/archive/fvtt-malefices-v10.0.2.zip",
"version": "10.0.4",
"download": "https://www.uberwald.me/gitea/public/fvtt-malefices/archive/fvtt-malefices-v10.0.4.zip",
"background": "systems/fvtt-malefices/images/ui/malefice_welcome_page.webp"
}