Updated Schemas

This commit is contained in:
Ben C 2023-03-26 05:00:20 +00:00
parent d97ca4fea9
commit 8606b8a5b6

View File

@ -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"
}
}
}