fvtt-les-heritiers/system.json

128 lines
3.0 KiB
JSON
Raw Normal View History

2022-12-26 00:33:13 +01:00
{
"id": "fvtt-les-heritiers",
"description": "Les Héritiers pour FoundryVTT",
2023-04-08 09:55:08 +02:00
"version": "10.0.33",
2022-12-26 00:33:13 +01:00
"authors": [
{
"name": "Uberwald/LeRatierBretonnien",
"flags": {}
},
{
"name": "Prêtre",
"flags": {}
}
],
"esmodules": [
"modules/heritiers-main.js"
],
"gridDistance": 5,
"gridUnits": "m",
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/raw/branch/master/system.json",
2023-04-08 09:55:08 +02:00
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-10.0.33.zip",
2022-12-26 00:33:13 +01:00
"languages": [
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
}
],
"packs": [
{
"type": "Item",
"label": "Compétences",
2022-12-30 09:29:53 +01:00
"name": "competences",
2022-12-26 00:33:13 +01:00
"path": "packs/competences.db",
"system": "fvtt-les-heritiers",
"private": false,
"flags": {}
2022-12-29 23:23:38 +01:00
},
{
"type": "Item",
"label": "Avantages",
2022-12-30 09:29:53 +01:00
"name": "avantages",
2022-12-29 23:23:38 +01:00
"path": "packs/avantages.db",
"system": "fvtt-les-heritiers",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Désavantages",
2022-12-30 09:29:53 +01:00
"name": "desavantages",
"path": "packs/desavantages.db",
2022-12-29 23:23:38 +01:00
"system": "fvtt-les-heritiers",
"private": false,
"flags": {}
2023-01-18 16:16:18 +01:00
},
{
"type": "Item",
"label": "Capacités Naturelles",
"name": "capacites",
"path": "packs/capacites.db",
"system": "fvtt-les-heritiers",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Atouts Féériques",
"name": "atouts-feeriques",
"path": "packs/atouts-feeriques.db",
"system": "fvtt-les-heritiers",
"private": false,
"flags": {}
2023-02-19 19:32:21 +01:00
},
2023-03-07 19:33:12 +01:00
{
"type": "Item",
"label": "Fées",
"name": "archetypes-fees",
"path": "packs/archetypes-fees.db",
"system": "fvtt-les-heritiers",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Pouvoirs",
"name": "pouvoirs",
"path": "packs/pouvoirs.db",
"system": "fvtt-les-heritiers",
"private": false,
"flags": {}
},
2023-02-19 19:32:21 +01:00
{
"type": "Item",
"label": "Armes et Protections",
"name": "armes-et-protection",
"path": "packs/armes-et-protection.db",
"system": "fvtt-les-heritiers",
"private": false,
"flags": {}
2023-03-07 19:33:12 +01:00
},
{
"type": "Item",
"label": "Profils",
"name": "profils",
"path": "packs/profils.db",
"system": "fvtt-les-heritiers",
"private": false,
"flags": {}
2022-12-26 00:33:13 +01:00
}
2022-12-28 14:10:58 +01:00
],
2022-12-26 00:33:13 +01:00
"primaryTokenAttribute": "sante.vigueur",
"secondaryTokenAttribute": "bonneaventure.actuelle",
"socket": true,
"styles": [
"styles/simple.css"
],
"title": "Les Héritiers",
"url": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers",
2022-12-26 10:13:05 +01:00
"background": "systems/fvtt-les-heritiers/assets/ui/wallpaper_foundry2.webp",
2022-12-26 00:33:13 +01:00
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": "10"
}
}