Use new grid configuration syntax in system.json for v12

This commit is contained in:
Michael Green 2025-03-09 22:20:31 +01:00
parent a4a29865e0
commit 2792e63e22

View file

@ -30,8 +30,10 @@
"minimum": "10",
"verified": "11"
},
"gridDistance": 5,
"gridUnits": "ft",
"grid": {
"distance": 5,
"units": "ft"
},
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"manifest": "https://raw.githubusercontent.com/foundryvtt/worldbuilding/master/system.json",