bol/system.json

84 lines
2.0 KiB
JSON
Raw Normal View History

2021-07-08 10:12:12 +02:00
{
"name": "bol",
"title": "Barbarians of Lemuria",
"description": "The Barbarians of Lemuria system for FoundryVTT!",
2021-11-07 20:23:48 +01:00
"version": "0.8.9.0",
2021-07-08 10:12:12 +02:00
"minimumCoreVersion": "0.8.6",
2021-11-01 22:23:43 +01:00
"compatibleCoreVersion": "0.8.9",
"templateVersion": 8,
2021-07-08 10:12:12 +02:00
"author": "Zigmund",
"esmodules": ["module/bol.js"],
"styles": ["css/bol.css"],
"scripts": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"packs": [
{
"name": "boons",
"label": "Avantages",
"system": "bol",
"path": "./packs/boons.db",
"entity": "Item",
"tag": "boon"
},
{
"name": "flaws",
"label": "Désavantages",
"system": "bol",
"path": "./packs/flaws.db",
"entity": "Item",
"tag": "flaw"
},
{
"name": "careers",
"label": "Carrières héroïques",
"system": "bol",
"path": "./packs/careers.db",
"entity": "Item",
"tag": "career"
},
{
"name": "origins",
"label": "Origines",
"system": "bol",
"path": "./packs/origins.db",
"entity": "Item",
"tag": "origin"
},
{
"name": "races",
"label": "Races",
"system": "bol",
"path": "./packs/races.db",
"entity": "Item",
"tag": "race"
},
{
"name": "equipment",
"label": "Equipement",
"system": "bol",
"path": "./packs/equipment.db",
"entity": "Item",
"tag": "item"
}
],
"background": "ui/splash-page.webp",
2021-07-08 10:12:12 +02:00
"gridDistance": 1.5,
"gridUnits": "m",
2021-11-08 14:40:29 +01:00
"primaryTokenAttribute": "resources.hp",
"secondaryTokenAttribute": "resources.hero",
2021-07-08 10:20:12 +02:00
"url": "https://github.com/ZigmundKreud/bol",
"manifest": "https://raw.githubusercontent.com/ZigmundKreud/bol/master/system.json",
"download": "https://github.com/ZigmundKreud/bol/archive/refs/heads/master.zip",
2021-07-08 10:12:12 +02:00
"license": "LICENSE.txt"
2021-11-08 14:40:29 +01:00
}