From 8abad2c8aa5548a117d56e3a0ab6b0a192fbe83d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Aug 2022 22:00:01 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index fe3f88b1..5cc6a168 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -533,7 +533,7 @@ "additionalProperties": false, "properties": { "fogTint": { - "description": "The color of the fog inside this dimension. Leave blank for the default yellowish color: (113, 107, 81)", + "description": "The color of the fog inside this dimension. \nLeave blank for the default grayish color: (84, 83, 73)", "$ref": "#/definitions/MColor" }, "fogDensity": { @@ -548,7 +548,7 @@ }, "radius": { "type": "number", - "description": "The internal radius (in meters) of the dimension. The default is 750 for the Hub, Escape Pod, and Angler Nest dimensions, and 500 for the others.", + "description": "The internal radius (in meters) of the dimension. \nThe default is 750 for the Hub, Escape Pod, and Angler Nest dimensions, and 500 for the others.", "format": "float", "default": 750.0 },