worldbuilding/system.json

35 lines
1,014 B
JSON

{
"id": "worldbuilding",
"version": "0.7.0-alpha1",
"title": "Simple World-Building",
"url": "https://gitlab.com/foundrynet/worldbuilding/",
"description": "A minimalist game system which provides configurable Actor and Item templates to support free-form system agnostic game-play.",
"license": "LICENSE.txt",
"authors": [
{
"name": "Atropos",
"url": "https://foundryvtt.com"
}
],
"esmodules": ["module/simple.js"],
"styles": ["styles/simple.css"],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"compatibility": {
"minimum": "10",
"verified": "10.278",
"maximum": "10"
},
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"manifest": "https://raw.githubusercontent.com/foundryvtt/worldbuilding/master/system.json",
"download": "https://github.com/foundryvtt/worldbuilding/archive/refs/tags/release-065.zip"
}