84 lines
1.9 KiB
JSON
84 lines
1.9 KiB
JSON
{
|
|
"name": "bol",
|
|
"title": "Barbarians of Lemuria",
|
|
"description": "The Barbarians of Lemuria system for FoundryVTT!",
|
|
"version": "0.8.8.7",
|
|
"minimumCoreVersion": "0.8.6",
|
|
"compatibleCoreVersion": "0.8.9",
|
|
"templateVersion": 8,
|
|
"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"
|
|
}
|
|
],
|
|
"gridDistance": 1.5,
|
|
"gridUnits": "m",
|
|
"primaryTokenAttribute": "traits.hp",
|
|
"secondaryTokenAttribute": "traits.hero",
|
|
"url": "https://github.com/ZigmundKreud/bol",
|
|
"manifest": "https://raw.githubusercontent.com/ZigmundKreud/bol/master/system.json",
|
|
"download": "https://github.com/ZigmundKreud/bol/archive/refs/tags/0.8.8.1.zip",
|
|
"license": "LICENSE.txt"
|
|
}
|