diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 4cf8507b..39452dfe 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -4278,6 +4278,14 @@ "primaryBody": { "type": "string", "description": "The body that the comet tail should always point away from" + }, + "dustTint": { + "description": "Colour of the dust tail (the shorter part)", + "$ref": "#/definitions/MColor" + }, + "gasTint": { + "description": "Colour of the gas tail (the longer part)", + "$ref": "#/definitions/MColor" } } }