bol/system.json

143 lines
3.2 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!",
2022-02-12 21:49:26 +01:00
"author": "Zigmund,LeRatierBretonnien",
"authors": ["Zigmund", "LeRatierBretonnien"],
2021-12-29 19:15:06 +01:00
"url": "https://github.com/ZigmundKreud/bol",
"license": "LICENSE.txt",
"flags": {},
2022-02-19 17:25:42 +01:00
"version": "1.0.9",
2022-02-18 21:58:53 +01:00
"templateVersion": 20,
2021-07-08 10:12:12 +02:00
"minimumCoreVersion": "0.8.6",
2021-12-29 20:33:59 +01:00
"compatibleCoreVersion": "9",
2021-07-08 10:12:12 +02:00
"scripts": [],
2021-12-29 19:15:06 +01:00
"esmodules": [
"module/bol.js"
],
"styles": [
"css/bol.css"
],
2021-07-08 10:12:12 +02:00
"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",
2021-12-29 19:15:06 +01:00
"tag": "boon",
"type": "Item",
"private": false
2021-07-08 10:12:12 +02:00
},
{
"name": "flaws",
"label": "Désavantages",
"system": "bol",
"path": "./packs/flaws.db",
"entity": "Item",
2021-12-29 19:15:06 +01:00
"tag": "flaw",
"type": "Item",
"private": false
2021-07-08 10:12:12 +02:00
},
{
"name": "careers",
"label": "Carrières héroïques",
"system": "bol",
"path": "./packs/careers.db",
"entity": "Item",
2021-12-29 19:15:06 +01:00
"tag": "career",
"type": "Item",
"private": false
2021-07-08 10:12:12 +02:00
},
{
"name": "origins",
"label": "Origines",
"system": "bol",
"path": "./packs/origins.db",
"entity": "Item",
2021-12-29 19:15:06 +01:00
"tag": "origin",
"type": "Item",
"private": false
2021-07-08 10:12:12 +02:00
},
{
"name": "races",
"label": "Races",
"system": "bol",
"path": "./packs/races.db",
"entity": "Item",
2021-12-29 19:15:06 +01:00
"tag": "race",
"type": "Item",
"private": false
2021-07-08 10:12:12 +02:00
},
{
"name": "equipment",
"label": "Equipement",
"system": "bol",
"path": "./packs/equipment.db",
"entity": "Item",
2021-12-29 19:15:06 +01:00
"tag": "item",
"type": "Item",
"private": false
2022-01-19 22:14:22 +01:00
},
{
"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
2022-02-15 20:53:13 +01:00
},
{
"label": "Langues",
"type": "Item",
"name": "languages",
"path": "packs/languages.db",
"system": "bol",
"entity": "Item",
"private": false
2022-02-19 17:25:42 +01:00
},
{
"label": "Sorts",
"type": "Item",
"name": "spells",
"path": "packs/spells.db",
"system": "bol",
"entity": "Item",
"private": false
2021-07-08 10:12:12 +02:00
}
],
2021-12-29 19:15:06 +01:00
"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,
2022-01-27 07:47:42 +01:00
"background": "images/map_lemurie.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",
2021-12-29 19:15:06 +01:00
"secondaryTokenAttribute": "resources.hero"
2022-01-23 09:25:09 +01:00
}