mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-04-29 18:21:40 -04:00
Use new grid configuration syntax in system.json for v12
This commit is contained in:
parent
a4a29865e0
commit
2792e63e22
1 changed files with 4 additions and 2 deletions
|
@ -30,8 +30,10 @@
|
||||||
"minimum": "10",
|
"minimum": "10",
|
||||||
"verified": "11"
|
"verified": "11"
|
||||||
},
|
},
|
||||||
"gridDistance": 5,
|
"grid": {
|
||||||
"gridUnits": "ft",
|
"distance": 5,
|
||||||
|
"units": "ft"
|
||||||
|
},
|
||||||
"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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue