Updated Schemas

This commit is contained in:
github-actions[bot] 2022-10-10 16:55:10 +00:00
parent a7de13a70c
commit d8bae23644

View File

@ -501,6 +501,11 @@
"type": "number",
"description": "Radius of the zero gravity volume. This will make it so no gravity from any planet will affect you. Useful for satellites.",
"format": "float"
},
"gravityVolumePriority": {
"type": "integer",
"description": "Optional. You can force this planet's gravity to be felt over other gravity/zero-gravity sources by increasing this number.",
"format": "int32"
}
}
},