fvtt-malefices/system.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2023-02-01 14:28:08 +01:00
{
"description": "Maléfices, Le Jeu de Rôle",
"esmodules": [
"modules/malefices-main.js"
],
"gridDistance": 1,
"gridUnits": "u",
"languages": [
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
}
],
"authors": [
{
"name": "Uberwald",
"flags": {}
}
],
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-malefices/raw/branch/master/system.json",
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": "10"
},
"id": "fvtt-malefices",
"primaryTokenAttribute": "secondary.health",
"secondaryTokenAttribute": "secondary.delirium",
"socket": true,
"styles": [
"styles/simple.css"
],
"packs": [
],
"title": "Maléfices, le Jeu de Rôle",
"url": "https://www.uberwald.me/gitea/public/fvtt-malefices",
2023-02-01 21:30:35 +01:00
"version": "10.0.2",
"download": "https://www.uberwald.me/gitea/public/fvtt-malefices/archive/fvtt-malefices-v10.0.2.zip",
2023-02-01 14:28:08 +01:00
"background": "systems/fvtt-malefices/images/ui/malefice_welcome_page.webp"
}