foundryvtt-reve-de-dragon/system.json

23 lines
837 B
JSON
Raw Normal View History

2020-05-21 21:48:20 +02:00
{
"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",
"compatibleCoreVersion": "0.5.7",
"templateVersion": 2,
"author": "Atropos",
"esmodules": ["module/simple.js"],
"styles": ["styles/simple.css"],
"packs": [],
"languages": [],
"gridDistance": 5,
"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",
"license": "LICENSE.txt"
}