From d63526831cbdc62a127efd9f541ca275edecd2f2 Mon Sep 17 00:00:00 2001 From: Chad Beach Date: Mon, 19 Aug 2024 23:37:08 -0600 Subject: [PATCH] change grid to dict --- system.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index 3042ccc..24b5727 100644 --- a/system.json +++ b/system.json @@ -39,7 +39,9 @@ "minimum": "11", "verified": "12.324" }, - "grid.distance": 1.5, - "grid.units": "m", + "grid": { + "distance": 1.5, + "units": "m" + }, "primaryTokenAttribute": "life" } \ No newline at end of file