mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-04-30 10:41:40 -04:00
- Fixed an issue with the actor/item creation dialog that prevented it from working on Foundry 0.7.x versions. - Removed obsolete translation string. - Bumped minimum core version now that 0.7.3 is in beta.
28 lines
926 B
JSON
28 lines
926 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.36,
|
|
"minimumCoreVersion": "0.7.3",
|
|
"compatibleCoreVersion": "0.7.3",
|
|
"templateVersion": 2,
|
|
"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/master/system.json",
|
|
"download": "https://gitlab.com/foundrynet/worldbuilding/-/archive/release-036/worldbuilding-release-036.zip",
|
|
"license": "LICENSE.txt"
|
|
}
|