fvtt-vadentis/system.json

54 lines
1.5 KiB
JSON
Raw Normal View History

2021-04-01 21:18:36 +02:00
{
"name": "foundryvtt-vadentis",
"title": "Vadentis",
"description": "Système Vadentis pour FoundryVTT",
2021-04-02 16:47:38 +02:00
"version": "0.0.9",
2021-04-01 21:18:36 +02:00
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
2021-04-02 16:47:38 +02:00
"templateVersion": 7,
2021-04-01 21:18:36 +02:00
"author": "Uberwald",
2021-04-01 22:35:03 +02:00
"esmodules": [ "modules/vadentis-main.js" ],
2021-04-01 21:18:36 +02:00
"styles": ["styles/simple.css"],
"background" : "",
"media": [
],
"packs": [
2021-04-02 16:47:38 +02:00
{
"name": "eglises",
"label": "Eglises",
"system": "foundryvtt-vadentis",
"module": "foundryvtt-vadentis",
"path": "./packs/eglises.db",
"entity": "Item",
"tags" : [ "eglise" ]
},
{
"name": "donnees",
"label": "Données",
"system": "foundryvtt-vadentis",
"module": "foundryvtt-vadentis",
"path": "./packs/donnees.db",
"entity": "Item",
"tags" : [ "données", "donnee" ]
}
2021-04-01 21:18:36 +02:00
],
"library": false,
"languages": [
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
}
],
"gridDistance": 5,
"gridUnits": "m",
"primaryTokenAttribute": "",
"secondaryTokenAttribute": "",
"socket": true,
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/",
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/-/raw/master/system.json",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/-/archive/master/foundryvtt-shadows-over-sol.zip",
"license": "LICENSE.txt"
}