fvtt-wasteland/system.json

114 lines
2.6 KiB
JSON
Raw Normal View History

2023-11-26 16:18:04 +01:00
{
"id": "fvtt-wasteland",
"description": "Wasteland RPG for FoundryVTT",
"version": "11.0.0",
"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",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-wasteland/raw/branch/v10/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-wasteland/archive/fvtt-wasteland-11.0.0.zip",
"packs": [
{
"type": "Item",
"label": "Compétences",
"name": "skills",
"path": "packs/skills.db",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
2023-11-26 16:21:37 +01:00
{
"type": "Item",
"label": "Origines",
"name": "origines",
"path": "packs/origines.db",
"system": "fvtt-mournblade",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Héritages",
"name": "heritages",
"path": "packs/heritages.db",
"system": "fvtt-mournblade",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Métiers",
"name": "metiers",
"path": "packs/metiers.db",
"system": "fvtt-mournblade",
"flags": {},
"private": false
},
2023-11-26 16:18:04 +01:00
{
"type": "Item",
"label": "Armes & Boucliers",
"name": "armes",
"path": "packs/armes.db",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Protections",
"name": "protection",
"path": "packs/protection.db",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Equipement",
"name": "equipement",
"path": "packs/equipement.db",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "RollTable",
"label": "Tables",
"name": "tables",
"path": "packs/tables.db",
"system": "fvtt-mournblade",
"flags": {},
"private": false
}
],
"primaryTokenAttribute": "secondary.health",
"secondaryTokenAttribute": "secondary.delirium",
"socket": true,
"styles": [
"styles/wasteland.css"
],
"title": "Wasteland",
"url": "https://www.uberwald.me/gitea/public/fvtt-wasteland",
"background": "systems/fvtt-wasteland/assets/ui/fond_wasteland.webp",
"compatibility": {
"minimum": "11",
"maximum": "11"
}
}