mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-04-30 02:31:41 -04:00
39 lines
1 KiB
JSON
39 lines
1 KiB
JSON
{
|
|
"id": "worldbuilding",
|
|
"version": "0.8.2",
|
|
"title": "Simple World-Building",
|
|
"url": "https://github.com/foundryvtt/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"
|
|
},
|
|
{
|
|
"lang": "pl",
|
|
"name": "Polski",
|
|
"path": "lang/pl.json"
|
|
}
|
|
],
|
|
"compatibility": {
|
|
"minimum": "10",
|
|
"verified": "11"
|
|
},
|
|
"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-082.zip"
|
|
}
|