161 lines
3.6 KiB
JSON
161 lines
3.6 KiB
JSON
{
|
|
"name": "bol",
|
|
"title": "Barbarians of Lemuria",
|
|
"description": "The Barbarians of Lemuria system for FoundryVTT!",
|
|
"author": "Zigmund,LeRatierBretonnien",
|
|
"authors": ["Zigmund", "LeRatierBretonnien"],
|
|
"url": "https://github.com/ZigmundKreud/bol",
|
|
"license": "LICENSE.txt",
|
|
"flags": {},
|
|
"version": "1.2.0",
|
|
"templateVersion": 22,
|
|
"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"
|
|
}
|
|
],
|
|
"packs": [
|
|
{
|
|
"name": "boons",
|
|
"label": "Avantages",
|
|
"system": "bol",
|
|
"path": "./packs/boons.db",
|
|
"entity": "Item",
|
|
"tag": "boon",
|
|
"type": "Item",
|
|
"private": false
|
|
},
|
|
{
|
|
"name": "flaws",
|
|
"label": "Désavantages",
|
|
"system": "bol",
|
|
"path": "./packs/flaws.db",
|
|
"entity": "Item",
|
|
"tag": "flaw",
|
|
"type": "Item",
|
|
"private": false
|
|
},
|
|
{
|
|
"name": "careers",
|
|
"label": "Carrières héroïques",
|
|
"system": "bol",
|
|
"path": "./packs/careers.db",
|
|
"entity": "Item",
|
|
"tag": "career",
|
|
"type": "Item",
|
|
"private": false
|
|
},
|
|
{
|
|
"name": "origins",
|
|
"label": "Origines",
|
|
"system": "bol",
|
|
"path": "./packs/origins.db",
|
|
"entity": "Item",
|
|
"tag": "origin",
|
|
"type": "Item",
|
|
"private": false
|
|
},
|
|
{
|
|
"name": "races",
|
|
"label": "Races",
|
|
"system": "bol",
|
|
"path": "./packs/races.db",
|
|
"entity": "Item",
|
|
"tag": "race",
|
|
"type": "Item",
|
|
"private": false
|
|
},
|
|
{
|
|
"name": "equipment",
|
|
"label": "Equipement",
|
|
"system": "bol",
|
|
"path": "./packs/equipment.db",
|
|
"entity": "Item",
|
|
"tag": "item",
|
|
"type": "Item",
|
|
"private": false
|
|
},
|
|
{
|
|
"label": "Aides de Jeu",
|
|
"type": "JournalEntry",
|
|
"name": "aides-de-jeu",
|
|
"path": "packs/aides-de-jeu.db",
|
|
"system": "bol",
|
|
"entity": "JournalEntry",
|
|
"private": false
|
|
},
|
|
{
|
|
"label": "Cartes",
|
|
"type": "Scene",
|
|
"name": "cartes",
|
|
"path": "packs/cartes.db",
|
|
"system": "bol",
|
|
"entity": "Scene",
|
|
"private": false
|
|
},
|
|
{
|
|
"label": "Langues",
|
|
"type": "Item",
|
|
"name": "languages",
|
|
"path": "packs/languages.db",
|
|
"system": "bol",
|
|
"entity": "Item",
|
|
"private": false
|
|
},
|
|
{
|
|
"label": "Sorts",
|
|
"type": "Item",
|
|
"name": "spells",
|
|
"path": "packs/spells.db",
|
|
"system": "bol",
|
|
"entity": "Item",
|
|
"private": false
|
|
},
|
|
{
|
|
"label": "Dieux",
|
|
"type": "Item",
|
|
"name": "godsfaith",
|
|
"path": "packs/godsfaith.db",
|
|
"system": "bol",
|
|
"entity": "Item",
|
|
"private": false
|
|
},
|
|
{
|
|
"label": "Options de Combat",
|
|
"type": "Item",
|
|
"name": "fightoptions",
|
|
"path": "packs/fightoptions.db",
|
|
"system": "bol",
|
|
"entity": "Item",
|
|
"private": false
|
|
}
|
|
],
|
|
"system": [],
|
|
"dependencies": [],
|
|
"socket": true,
|
|
"manifest": "https://raw.githubusercontent.com/ZigmundKreud/bol/master/system.json",
|
|
"download": "https://github.com/ZigmundKreud/bol/archive/refs/heads/master.zip",
|
|
"protected": false,
|
|
"background": "images/map_lemurie.webp",
|
|
"gridDistance": 1.5,
|
|
"gridUnits": "m",
|
|
"primaryTokenAttribute": "resources.hp",
|
|
"secondaryTokenAttribute": "resources.hero"
|
|
}
|