From adabec3cfa6ff0b41f90c2cccd2d85b9033347a2 Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 6 Jun 2023 02:57:40 +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 e6a1e5be..896451a8 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -3226,13 +3226,13 @@ "type": "number", "description": "Density of the water sphere. The higher the density, the harder it is to go through this fluid.", "format": "float", - "default": 1.2 + "default": 30.0 }, "buoyancy": { "type": "number", "description": "Buoyancy density of the water sphere", "format": "float", - "default": 1.0 + "default": 1.1 }, "tint": { "description": "Tint of the water",