fvtt-vadentis/system.json

36 lines
1022 B
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 14:59:58 +02:00
"version": "0.0.7",
2021-04-01 21:18:36 +02:00
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
2021-04-02 14:59:58 +02:00
"templateVersion": 6,
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": [
],
"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"
}