Preliminary verssion for fight

This commit is contained in:
2020-06-07 23:16:29 +02:00
parent 1f875bafc5
commit 9d2c0da852
12 changed files with 295 additions and 141 deletions

View File

@ -2,19 +2,19 @@
"name": "foundryvtt-reve-de-dragon",
"title": "Rêve de Dragon",
"description": "L'implémentation de Rêve de Dragon pour FoundryVTT",
"version": 0.6,
"version": "0.7.0",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.6.0",
"templateVersion": 9,
"templateVersion": 10,
"author": "LeRatierBretonnien",
"esmodules": ["module/simple.js"],
"esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ],
"styles": ["styles/simple.css"],
"packs": [],
"languages": [],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "vie",
"secondaryTokenAttribute": "fatigue",
"primaryTokenAttribute": "data.sante.vie",
"secondaryTokenAttribute": "data.sante.fatigue",
"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",