Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-18 23:38:42 +00:00
parent 6bd0f0f77f
commit 199d806194

View File

@ -2267,7 +2267,14 @@
"properties": {
"hasSupernovaShockEffect": {
"type": "boolean",
"description": "Does this planet have a shock effect when the nearest star goes supernova? Automatically disabled for stars, focal points, and stellar remnants."
"description": "Does this planet have a shock effect when the nearest star goes supernova? Automatically disabled for stars, focal points, and stellar remnants.",
"default": true
},
"radius": {
"type": "number",
"description": "Radius of the shock effect",
"format": "float",
"default": 1.1
},
"assetBundle": {
"type": "string",