fvtt-vadentis/system.json

36 lines
1021 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",
"version": "0.0.1",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 1,
"author": "Uberwald",
"esmodules": [ "module/vadentis-main.js" ],
"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"
}