diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 3ed03cf8..5686105c 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -341,7 +341,6 @@ "type": "number", "description": "How dense the fog is, if you put fog.", "format": "float", - "maximum": 1.0, "minimum": 0.0 }, "fogSize": { @@ -354,6 +353,10 @@ "description": "Colour of fog on the planet, if you put fog.", "$ref": "#/definitions/MColor" }, + "fogRampPath": { + "type": "string", + "description": "Relative filepath to the fog color ramp texture, if you put fog.\nx axis is angle to sun (so time of day), y axis is distance to camera." + }, "hasOxygen": { "type": "boolean", "description": "Lets you survive on the planet without a suit."