From 5414ea2d414b8fa5fbd47f3eb5ae766fa5da1c4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Jun 2022 18:39:53 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 1a0578ac..8d1966ad 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1354,7 +1354,7 @@ }, "bracketRadius": { "type": "number", - "description": "Radius of the brackets that show up when you target this. Defaults to the sphereOfInfluence.", + "description": "Radius of the brackets that show up when you target this. Defaults to the sphere of influence.", "format": "float", "default": -1 }, @@ -1364,9 +1364,13 @@ }, "maxTargetDistance": { "type": "number", - "description": "The maximum distance that the reference frame can be targeted from. Defaults to double the sphereOfInfluence.", - "format": "float", - "default": -1 + "description": "The maximum distance that the reference frame can be targeted from. Defaults to 100km and cannot be greater than that.", + "format": "float" + }, + "targetColliderRadius": { + "type": "number", + "description": "The radius of the sphere around the planet which you can click on to target it. Defaults to twice the sphere of influence.", + "format": "float" } } },