CloakRadius and InvulnerableToSun added to schema

This commit is contained in:
Nick 2022-03-20 22:27:37 -04:00
parent b40004eccc
commit a7b443c27e

View File

@ -165,7 +165,7 @@
"groundSize": { "groundSize": {
"type": "number", "type": "number",
"default": 0, "default": 0,
"description": "Radius of the a simple sphere used as the ground for the planet. If you want to use more complex terrain, leave this as 0." "description": "Radius of a simple sphere used as the ground for the planet. If you want to use more complex terrain, leave this as 0."
}, },
"hasCometTail": { "hasCometTail": {
"type": "boolean", "type": "boolean",
@ -190,6 +190,16 @@
"type": "boolean", "type": "boolean",
"default": false, "default": false,
"description": "Is this body an artificial satellite of a planet/moon/star?" "description": "Is this body an artificial satellite of a planet/moon/star?"
},
"cloakRadius": {
"type": "number",
"default": 0,
"description": "Radius of the cloaking field around the planet. It's a bit finicky so experiment with different values. If you don't want a cloak, leave this as 0."
},
"invulnerableToSun": {
"type": "boolean",
"default": false,
"description": "Can this planet survive entering a star?"
} }
} }
}, },