From a5b8712942ecfa4a1ff8535a24eb287ffe39d969 Mon Sep 17 00:00:00 2001 From: Lloyd Grubham Date: Sun, 5 Jan 2025 15:26:38 -0700 Subject: [PATCH] Update grid data to new format. --- system.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index cef9bb7..92b8886 100644 --- a/system.json +++ b/system.json @@ -29,8 +29,10 @@ "thumbnail": "systems/bonfire/assets/logo.png" } ], - "gridDistance": 5, - "gridUnits": "ft", + "grid":{ + "distance":5, + "units":"ft" + }, "primaryTokenAttribute": "vitality", "secondaryTokenAttribute": "stress", "url": "https://raw.githubusercontent.com/Aliharu/bonfire",