Push initial structure

This commit is contained in:
LeRatierBretonnien 2020-05-21 21:50:40 +02:00
parent 8f67397096
commit fec22f2f32
1 changed files with 10 additions and 10 deletions

View File

@ -1,12 +1,12 @@
{
"name": "worldbuilding",
"title": "Simple World-Building",
"description": "A minimalist game system with very simple Actor and Item models to support free-form system agnostic gameplay.",
"version": 0.36,
"minimumCoreVersion": "0.5.6",
"name": "foundryvtt-reve-de-dragon",
"title": "Rêve de Dragon",
"description": "L'implémentation de Rêve de Dragon pour FoundryVTT",
"version": 0.1.0,
"minimumCoreVersion": "0.5.7",
"compatibleCoreVersion": "0.5.7",
"templateVersion": 2,
"author": "Atropos",
"templateVersion": 1,
"author": "LeRatierBretonnien",
"esmodules": ["module/simple.js"],
"styles": ["styles/simple.css"],
"packs": [],
@ -15,8 +15,8 @@
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "https://gitlab.com/foundrynet/worldbuilding/",
"manifest": "https://gitlab.com/foundrynet/worldbuilding/raw/master/system.json",
"download": "https://gitlab.com/foundrynet/worldbuilding/-/archive/release-036/worldbuilding-release-036.zip",
"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/raw/master/system.json",
"license": "LICENSE.txt"
}