Sync with gitlab

This commit is contained in:
2020-06-17 20:31:43 +02:00
parent 3962f33e84
commit 259a7577e8
8 changed files with 135 additions and 54 deletions

View File

@@ -2,10 +2,10 @@
"name": "foundryvtt-reve-de-dragon",
"title": "Rêve de Dragon",
"description": "L'implémentation de Rêve de Dragon pour FoundryVTT",
"version": "0.7.2",
"version": "0.7.4",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.6.0",
"templateVersion": 12,
"compatibleCoreVersion": "0.6.2",
"templateVersion": 13,
"author": "LeRatierBretonnien",
"esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ],
"styles": ["styles/simple.css"],
@@ -13,8 +13,9 @@
"languages": [],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "data.sante.vie",
"secondaryTokenAttribute": "data.sante.fatigue",
"primaryTokenAttribute": "sante.vie",
"secondaryTokenAttribute": "sante.endurance",
"socket": true,
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/",
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/raw/master/system.json",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/-/archive/master/foundryvtt-reve-de-dragon-master.zip",