From 665a717e9a54a03da4b1795cb0bae3ce617aa06c Mon Sep 17 00:00:00 2001 From: Ben C Date: Sun, 20 Oct 2024 06:20:56 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index e2eeede0..e15ce783 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1642,6 +1642,12 @@ "removalFact": { "type": "string", "description": "A ship log fact to reveal when removing an item from this socket, or when the socket is empty." + }, + "colliderRadius": { + "type": "number", + "description": "Default collider radius when interacting with the socket", + "format": "float", + "default": 0.0 } } },