Merge pull request #71 from abc-mikey/fix_grid_warnings

Use new grid configuration syntax in system.json for v12
This commit is contained in:
Andrew (Atropos) 2025-03-22 11:52:33 -04:00 committed by GitHub
commit 65de15fd5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",