2021-07-08 10:12:12 +02:00
|
|
|
{
|
|
|
|
"name": "bol",
|
|
|
|
"title": "Barbarians of Lemuria",
|
|
|
|
"description": "The Barbarians of Lemuria system for FoundryVTT!",
|
2022-05-24 23:27:33 +02:00
|
|
|
"author": "LeRatierBretonnien,Zigmund",
|
2022-03-26 20:53:08 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
2022-05-24 23:27:33 +02:00
|
|
|
"name": "LeRatierBretonnien"
|
2022-03-26 20:53:08 +01:00
|
|
|
},
|
|
|
|
{
|
2022-05-24 23:27:33 +02:00
|
|
|
"name": "Zigmund"
|
2022-03-26 20:53:08 +01:00
|
|
|
}
|
|
|
|
],
|
2022-05-24 23:27:33 +02:00
|
|
|
"url": "https://www.uberwald.me/gitea/public/bol",
|
2021-12-29 19:15:06 +01:00
|
|
|
"license": "LICENSE.txt",
|
|
|
|
"flags": {},
|
2022-07-01 15:48:54 +02:00
|
|
|
"version": "10.0.0",
|
2022-04-10 20:15:30 +02:00
|
|
|
"templateVersion": 10,
|
2022-07-01 15:48:54 +02:00
|
|
|
"minimumCoreVersion": "10",
|
|
|
|
"compatibleCoreVersion": "10",
|
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"
|
2022-05-11 13:14:58 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"lang": "de",
|
|
|
|
"name": "Deutsch",
|
|
|
|
"path": "lang/de.json"
|
2021-07-08 10:12:12 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packs": [
|
|
|
|
{
|
|
|
|
"name": "boons",
|
|
|
|
"label": "Avantages",
|
|
|
|
"system": "bol",
|
|
|
|
"path": "./packs/boons.db",
|
2021-12-29 19:15:06 +01:00
|
|
|
"tag": "boon",
|
|
|
|
"type": "Item",
|
2022-04-10 20:15:30 +02:00
|
|
|
"private": false
|
|
|
|
},
|
|
|
|
{
|
2022-05-10 22:27:21 +02:00
|
|
|
"name": "boonsflawscreatures",
|
2022-04-10 20:15:30 +02:00
|
|
|
"label": "Avantages/Désavantages de Créatures",
|
|
|
|
"system": "bol",
|
|
|
|
"path": "./packs/boonsflawscreatures.db",
|
|
|
|
"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",
|
2021-12-29 19:15:06 +01:00
|
|
|
"tag": "flaw",
|
|
|
|
"type": "Item",
|
2022-04-10 20:15:30 +02:00
|
|
|
"private": false
|
2021-07-08 10:12:12 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "careers",
|
|
|
|
"label": "Carrières héroïques",
|
|
|
|
"system": "bol",
|
|
|
|
"path": "./packs/careers.db",
|
2021-12-29 19:15:06 +01:00
|
|
|
"tag": "career",
|
|
|
|
"type": "Item",
|
2022-04-29 16:09:50 +02:00
|
|
|
"private": false
|
2021-07-08 10:12:12 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "origins",
|
|
|
|
"label": "Origines",
|
|
|
|
"system": "bol",
|
|
|
|
"path": "./packs/origins.db",
|
2021-12-29 19:15:06 +01:00
|
|
|
"tag": "origin",
|
|
|
|
"type": "Item",
|
2022-04-10 20:15:30 +02:00
|
|
|
"private": false
|
2021-07-08 10:12:12 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "races",
|
|
|
|
"label": "Races",
|
|
|
|
"system": "bol",
|
|
|
|
"path": "./packs/races.db",
|
2021-12-29 19:15:06 +01:00
|
|
|
"tag": "race",
|
|
|
|
"type": "Item",
|
2022-04-10 20:15:30 +02:00
|
|
|
"private": false
|
2021-07-08 10:12:12 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "equipment",
|
|
|
|
"label": "Equipement",
|
|
|
|
"system": "bol",
|
|
|
|
"path": "./packs/equipment.db",
|
2021-12-29 19:15:06 +01:00
|
|
|
"tag": "item",
|
|
|
|
"type": "Item",
|
2022-04-10 20:15:30 +02:00
|
|
|
"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",
|
2022-04-10 20:15:30 +02:00
|
|
|
"private": false
|
2022-01-19 22:14:22 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Cartes",
|
|
|
|
"type": "Scene",
|
|
|
|
"name": "cartes",
|
|
|
|
"path": "packs/cartes.db",
|
|
|
|
"system": "bol",
|
2022-04-10 20:15:30 +02:00
|
|
|
"private": false
|
2022-02-15 20:53:13 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Langues",
|
|
|
|
"type": "Item",
|
|
|
|
"name": "languages",
|
|
|
|
"path": "packs/languages.db",
|
|
|
|
"system": "bol",
|
2022-04-10 20:15:30 +02:00
|
|
|
"private": false
|
2022-02-19 17:25:42 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Sorts",
|
|
|
|
"type": "Item",
|
|
|
|
"name": "spells",
|
|
|
|
"path": "packs/spells.db",
|
|
|
|
"system": "bol",
|
2022-04-10 20:15:30 +02:00
|
|
|
"private": false
|
2022-02-20 10:12:25 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Dieux",
|
|
|
|
"type": "Item",
|
|
|
|
"name": "godsfaith",
|
|
|
|
"path": "packs/godsfaith.db",
|
|
|
|
"system": "bol",
|
2022-04-10 20:15:30 +02:00
|
|
|
"private": false
|
2022-03-10 21:05:53 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Options de Combat",
|
|
|
|
"type": "Item",
|
|
|
|
"name": "fightoptions",
|
|
|
|
"path": "packs/fightoptions.db",
|
|
|
|
"system": "bol",
|
2022-04-10 20:15:30 +02:00
|
|
|
"private": false
|
|
|
|
},
|
2022-06-11 20:56:35 +02:00
|
|
|
{
|
|
|
|
"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
|
|
|
|
},
|
2022-04-10 20:15:30 +02:00
|
|
|
{
|
|
|
|
"label": "Créatures",
|
|
|
|
"type": "Actor",
|
|
|
|
"name": "creatures",
|
|
|
|
"path": "packs/creatures.db",
|
|
|
|
"system": "bol",
|
|
|
|
"private": false
|
2021-07-08 10:12:12 +02:00
|
|
|
}
|
|
|
|
],
|
2021-12-29 19:15:06 +01:00
|
|
|
"system": [],
|
|
|
|
"dependencies": [],
|
|
|
|
"socket": true,
|
2022-07-01 15:48:54 +02:00
|
|
|
"manifest": "https://www.uberwald.me/gitea/public/bol/raw/v10/system.json",
|
|
|
|
"download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v10.0.0.zip",
|
2021-12-29 19:15:06 +01:00
|
|
|
"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
|
|
|
}
|