mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-04-30 02:31:41 -04:00
27 lines
915 B
JSON
27 lines
915 B
JSON
{
|
|
"name": "worldbuilding",
|
|
"title": "Simple World-Building",
|
|
"description": "A minimalist game system which provides configurable Actor and Item templates to support free-form system agnostic game-play.",
|
|
"version": "0.6.3",
|
|
"minimumCoreVersion": "0.8.9",
|
|
"compatibleCoreVersion": "9",
|
|
"author": "Atropos",
|
|
"esmodules": ["module/simple.js"],
|
|
"styles": ["styles/simple.css"],
|
|
"packs": [],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
}
|
|
],
|
|
"gridDistance": 5,
|
|
"gridUnits": "ft",
|
|
"primaryTokenAttribute": "health",
|
|
"secondaryTokenAttribute": "power",
|
|
"url": "https://gitlab.com/foundrynet/worldbuilding/",
|
|
"manifest": "https://gitlab.com/foundrynet/worldbuilding/raw/0.6.x/system.json",
|
|
"download": "https://gitlab.com/foundrynet/worldbuilding/-/archive/release-063/worldbuilding-release-063.zip",
|
|
"license": "LICENSE.txt"
|
|
}
|