fvtt-wasteland/system.json

247 lines
5.4 KiB
JSON

{
"id": "fvtt-wasteland",
"description": "Wasteland RPG for FoundryVTT",
"version": "11.0.22",
"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/main/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-wasteland/archive/fvtt-wasteland-v11.0.22.zip",
"packFolders": [
{
"name": "Wasteland",
"sorting": "m",
"color": "#00435c",
"folders": [
{
"name": "Items d'Acteurs",
"sorting": "a",
"color": "#00435c",
"packs": [
"skills",
"pouvoirs",
"origines",
"heritages",
"metiers",
"tourscharmes",
"artifex",
"capacreature",
"mutations",
"peuples"
],
"folders": []
},
{
"name": "Acteurs",
"sorting": "a",
"color": "#00435c",
"packs": [
"bestiaire",
"heros"
],
"folders": []
},
{
"name": "Objets&Equipement",
"sorting": "a",
"color": "#00435c",
"packs": [
"armes",
"protection",
"equipement"
],
"folders": []
}
],
"packs": [
"tables",
"scenes"
]
}
],
"packs": [
{
"type": "Actor",
"label": "Bestiaire",
"name": "bestiaire",
"path": "packs/bestiaire",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Actor",
"label": "Heros",
"name": "heros",
"path": "packs/heros",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Compétences",
"name": "skills",
"path": "packs/skills",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Pouvoirs",
"name": "pouvoirs",
"path": "packs/pouvoirs",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Origines",
"name": "origines",
"path": "packs/origines",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Héritages",
"name": "heritages",
"path": "packs/heritages",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Métiers",
"name": "metiers",
"path": "packs/metiers",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Tours et Charmes",
"name": "tourscharmes",
"path": "packs/tourscharmes",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Armes & Boucliers",
"name": "armes",
"path": "packs/armes",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Protections",
"name": "protection",
"path": "packs/protection",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Equipement",
"name": "equipement",
"path": "packs/equipement",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Artifex",
"name": "artifex",
"path": "packs/artifex",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Capacités de Creature",
"name": "capacreature",
"path": "packs/capacreature",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Mutations",
"name": "mutations",
"path": "packs/mutations",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Item",
"label": "Peuples",
"name": "peuples",
"path": "packs/peuples",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "RollTable",
"label": "Tables",
"name": "tables",
"path": "packs/tables",
"system": "fvtt-wasteland",
"flags": {},
"private": false
},
{
"type": "Scene",
"label": "Scenes",
"name": "scenes",
"path": "packs/scenes",
"system": "fvtt-wasteland",
"flags": {},
"private": false
}
],
"primaryTokenAttribute": "sante.letaux",
"secondaryTokenAttribute": "psyche.value",
"socket": true,
"styles": [
"styles/wasteland.css"
],
"title": "Wasteland",
"url": "https://www.uberwald.me/gitea/public/fvtt-wasteland",
"background": "systems/fvtt-wasteland/assets/ui/banniere_wasteland.webp",
"compatibility": {
"minimum": "11",
"verified": "11"
}
}