Updated Schemas

This commit is contained in:
Ben C 2024-10-03 03:55:54 +00:00
parent 51ea50ac68
commit e0869897e3

View File

@ -409,6 +409,11 @@
"description": "Maximum speed that your ship can go in the atmosphere where flames will appear at their brightest.", "description": "Maximum speed that your ship can go in the atmosphere where flames will appear at their brightest.",
"format": "float", "format": "float",
"default": 300.0 "default": 300.0
},
"allowShipAutoroll": {
"type": "boolean",
"description": "Will the ship automatically try to orient itself to face upwards while in this volume?",
"default": true
} }
} }
}, },
@ -3907,6 +3912,11 @@
"tint": { "tint": {
"description": "Tint of the water", "description": "Tint of the water",
"$ref": "#/definitions/MColor" "$ref": "#/definitions/MColor"
},
"allowShipAutoroll": {
"type": "boolean",
"description": "Will the ship automatically try to orient itself to face upwards while in this volume?",
"default": true
} }
} }
}, },