mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-04-30 02:31:41 -04:00
22 lines
827 B
JSON
22 lines
827 B
JSON
{
|
|
"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.34,
|
|
"minimumCoreVersion": "0.5.2",
|
|
"compatibleCoreVersion": "0.5.5",
|
|
"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/master/worldbuilding-master.zip",
|
|
"license": "LICENSE.txt"
|
|
}
|