From 41ba319e74eeb1e668b22cae2ae666c0997b5994 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Aug 2022 02:21:49 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 9c56120f..16bad201 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -2271,10 +2271,12 @@ "default": true }, "radius": { - "type": "number", - "description": "Radius of the shock effect", - "format": "float", - "default": 1.1 + "type": [ + "null", + "number" + ], + "description": "Override the calculated radius of the shock effect", + "format": "float" }, "assetBundle": { "type": "string",