bol/system.json

194 lines
4.2 KiB
JSON

{
"name": "bol",
"title": "Barbarians of Lemuria",
"description": "The Barbarians of Lemuria system for FoundryVTT!",
"author": "LeRatierBretonnien,Zigmund",
"authors": [
{
"name": "LeRatierBretonnien"
},
{
"name": "Zigmund"
}
],
"url": "https://www.uberwald.me/gitea/public/bol",
"license": "LICENSE.txt",
"flags": {},
"version": "1.5.0",
"templateVersion": 10,
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "9",
"scripts": [],
"esmodules": [
"module/bol.js"
],
"styles": [
"css/bol.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"packs": [
{
"name": "boons",
"label": "Avantages",
"system": "bol",
"path": "./packs/boons.db",
"tag": "boon",
"type": "Item",
"private": false
},
{
"name": "boonsflawscreatures",
"label": "Avantages/Désavantages de Créatures",
"system": "bol",
"path": "./packs/boonsflawscreatures.db",
"tag": "boon",
"type": "Item",
"private": false
},
{
"name": "flaws",
"label": "Désavantages",
"system": "bol",
"path": "./packs/flaws.db",
"tag": "flaw",
"type": "Item",
"private": false
},
{
"name": "careers",
"label": "Carrières héroïques",
"system": "bol",
"path": "./packs/careers.db",
"tag": "career",
"type": "Item",
"private": false
},
{
"name": "origins",
"label": "Origines",
"system": "bol",
"path": "./packs/origins.db",
"tag": "origin",
"type": "Item",
"private": false
},
{
"name": "races",
"label": "Races",
"system": "bol",
"path": "./packs/races.db",
"tag": "race",
"type": "Item",
"private": false
},
{
"name": "equipment",
"label": "Equipement",
"system": "bol",
"path": "./packs/equipment.db",
"tag": "item",
"type": "Item",
"private": false
},
{
"label": "Aides de Jeu",
"type": "JournalEntry",
"name": "aides-de-jeu",
"path": "packs/aides-de-jeu.db",
"system": "bol",
"private": false
},
{
"label": "Cartes",
"type": "Scene",
"name": "cartes",
"path": "packs/cartes.db",
"system": "bol",
"private": false
},
{
"label": "Langues",
"type": "Item",
"name": "languages",
"path": "packs/languages.db",
"system": "bol",
"private": false
},
{
"label": "Sorts",
"type": "Item",
"name": "spells",
"path": "packs/spells.db",
"system": "bol",
"private": false
},
{
"label": "Dieux",
"type": "Item",
"name": "godsfaith",
"path": "packs/godsfaith.db",
"system": "bol",
"private": false
},
{
"label": "Options de Combat",
"type": "Item",
"name": "fightoptions",
"path": "packs/fightoptions.db",
"system": "bol",
"private": false
},
{
"label": "Alchimie - Potions",
"type": "Item",
"name": "potions-alchimie",
"path": "packs/potions-alchimie.db",
"system": "bol",
"private": false
},
{
"label": "Alchimie - Objets",
"type": "Item",
"name": "objets-alchimie",
"path": "packs/objets-alchimie.db",
"system": "bol",
"private": false
},
{
"label": "Créatures",
"type": "Actor",
"name": "creatures",
"path": "packs/creatures.db",
"system": "bol",
"private": false
}
],
"system": [],
"dependencies": [],
"socket": true,
"manifest": "https://www.uberwald.me/gitea/public/bol/raw/master/system.json",
"download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v1.5.0.zip",
"protected": false,
"background": "images/map_lemurie.webp",
"gridDistance": 1.5,
"gridUnits": "m",
"primaryTokenAttribute": "resources.hp",
"secondaryTokenAttribute": "resources.hero"
}