From dfc0ee88360fba711f0900c91c93d24bc23b8af2 Mon Sep 17 00:00:00 2001 From: Ben C Date: Fri, 11 Aug 2023 00:41:45 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 62a2069c..0ddb19d5 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1339,6 +1339,10 @@ "format": "float", "default": 1.0 }, + "physicsSuspendUntilImpact": { + "type": "boolean", + "description": "If true, this detail will stay still until it bumps something." + }, "ignoreSun": { "type": "boolean", "description": "Set to true if this object's lighting should ignore the effects of sunlight"