fvtt-wasteland/system.json

123 lines
2.8 KiB
JSON
Raw Normal View History

2023-11-26 16:18:04 +01:00
{
"id": "fvtt-wasteland",
"description": "Wasteland RPG for FoundryVTT",
2023-11-28 21:42:31 +01:00
"version": "11.0.6",
2023-11-26 16:18:04 +01:00
"authors": [
{
"name": "Uberwald/LeRatierBretonnien",
"flags": {}
}
],
"esmodules": [
"modules/wasteland-main.js"
],
"languages": [
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json",
"flags": {}
}
],
"gridDistance": 5,
"gridUnits": "m",
"license": "LICENSE.txt",
2023-11-26 20:48:14 +01:00
"manifest": "https://www.uberwald.me/gitea/public/fvtt-wasteland/raw/branch/main/system.json",
2023-11-28 21:42:31 +01:00
"download": "https://www.uberwald.me/gitea/public/fvtt-wasteland/archive/fvtt-wasteland-v11.0.6.zip",
2023-11-26 16:18:04 +01:00
"packs": [
{
"type": "Item",
"label": "Compétences",
"name": "skills",
2023-11-26 20:46:03 +01:00
"path": "packs/skills",
2023-11-26 16:18:04 +01:00
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
2023-11-26 16:21:37 +01:00
{
"type": "Item",
"label": "Origines",
"name": "origines",
2023-11-26 20:46:03 +01:00
"path": "packs/origines",
"system": "fvtt-wasteland",
2023-11-26 16:21:37 +01:00
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Héritages",
"name": "heritages",
2023-11-26 20:46:03 +01:00
"path": "packs/heritages",
"system": "fvtt-wasteland",
2023-11-26 16:21:37 +01:00
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Métiers",
"name": "metiers",
2023-11-26 20:46:03 +01:00
"path": "packs/metiers",
"system": "fvtt-wasteland",
2023-11-26 16:21:37 +01:00
"flags": {},
"private": false
},
2023-11-26 16:18:04 +01:00
{
"type": "Item",
"label": "Armes & Boucliers",
"name": "armes",
2023-11-26 20:46:03 +01:00
"path": "packs/armes",
2023-11-26 16:18:04 +01:00
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Protections",
"name": "protection",
2023-11-26 20:46:03 +01:00
"path": "packs/protection",
2023-11-26 16:18:04 +01:00
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Equipement",
"name": "equipement",
2023-11-26 20:46:03 +01:00
"path": "packs/equipement",
2023-11-26 16:18:04 +01:00
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "RollTable",
"label": "Tables",
"name": "tables",
2023-11-26 20:46:03 +01:00
"path": "packs/tables",
"system": "fvtt-wasteland",
2023-11-26 16:18:04 +01:00
"flags": {},
"private": false
2023-11-28 20:46:34 +01:00
},
{
"type": "Scene",
"label": "Scenes",
"name": "scenes",
"path": "packs/scenes",
"system": "fvtt-wasteland",
"flags": {},
"private": false
2023-11-26 16:18:04 +01:00
}
],
2023-11-28 20:46:34 +01:00
"primaryTokenAttribute": "sante.letaux",
"secondaryTokenAttribute": "psyche.value",
2023-11-26 16:18:04 +01:00
"socket": true,
"styles": [
"styles/wasteland.css"
],
"title": "Wasteland",
"url": "https://www.uberwald.me/gitea/public/fvtt-wasteland",
2023-11-27 23:23:08 +01:00
"background": "systems/fvtt-wasteland/assets/ui/banniere_wasteland.webp",
2023-11-26 16:18:04 +01:00
"compatibility": {
"minimum": "11",
2023-11-26 17:00:12 +01:00
"verified": "11"
2023-11-26 16:18:04 +01:00
}
}