mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-04-30 02:31:41 -04:00
Worldbuilding release 0.7.1
This commit is contained in:
parent
e23893b6ca
commit
218aa2897a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"id": "worldbuilding",
|
"id": "worldbuilding",
|
||||||
"version": "0.7.0-alpha1",
|
"version": "0.7.1",
|
||||||
"title": "Simple World-Building",
|
"title": "Simple World-Building",
|
||||||
"url": "https://gitlab.com/foundrynet/worldbuilding/",
|
"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.",
|
"description": "A minimalist game system which provides configurable Actor and Item templates to support free-form system agnostic game-play.",
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
],
|
],
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "10",
|
"minimum": "10",
|
||||||
"verified": "10.278",
|
"verified": "10.282",
|
||||||
"maximum": "10"
|
"maximum": "10"
|
||||||
},
|
},
|
||||||
"gridDistance": 5,
|
"gridDistance": 5,
|
||||||
|
@ -31,5 +31,5 @@
|
||||||
"primaryTokenAttribute": "health",
|
"primaryTokenAttribute": "health",
|
||||||
"secondaryTokenAttribute": "power",
|
"secondaryTokenAttribute": "power",
|
||||||
"manifest": "https://raw.githubusercontent.com/foundryvtt/worldbuilding/master/system.json",
|
"manifest": "https://raw.githubusercontent.com/foundryvtt/worldbuilding/master/system.json",
|
||||||
"download": "https://github.com/foundryvtt/worldbuilding/archive/refs/tags/release-065.zip"
|
"download": "https://github.com/foundryvtt/worldbuilding/archive/refs/tags/release-071.zip"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue