foundryvtt-reve-de-dragon/system.json

34 lines
1.2 KiB
JSON
Raw Normal View History

2020-05-21 21:48:20 +02:00
{
2020-05-21 21:50:40 +02:00
"name": "foundryvtt-reve-de-dragon",
"title": "Rêve de Dragon",
"description": "L'implémentation de Rêve de Dragon pour FoundryVTT",
2020-07-05 22:35:18 +02:00
"version": "0.7.10",
2020-05-31 23:06:25 +02:00
"minimumCoreVersion": "0.6.0",
2020-06-17 20:31:43 +02:00
"compatibleCoreVersion": "0.6.2",
2020-07-05 22:35:18 +02:00
"templateVersion": 18,
2020-05-21 21:50:40 +02:00
"author": "LeRatierBretonnien",
2020-06-07 23:16:29 +02:00
"esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ],
2020-05-21 21:48:20 +02:00
"styles": ["styles/simple.css"],
2020-06-22 10:18:03 +02:00
"packs": [
{
"name": "competences",
"label": "Compétences",
"system": "foundryvtt-reve-de-dragon",
"module": "foundryvtt-reve-de-dragon",
"path": "./packs/competences.db",
"entity": "Item",
"tag" : "item"
}
],
2020-05-21 21:48:20 +02:00
"languages": [],
"gridDistance": 5,
"gridUnits": "ft",
2020-06-17 20:31:43 +02:00
"primaryTokenAttribute": "sante.vie",
"secondaryTokenAttribute": "sante.endurance",
"socket": true,
2020-05-21 21:50:40 +02:00
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/",
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/raw/master/system.json",
2020-05-21 22:25:06 +02:00
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/-/archive/master/foundryvtt-reve-de-dragon-master.zip",
2020-05-21 21:48:20 +02:00
"license": "LICENSE.txt"
}