mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
CloakRadius and InvulnerableToSun added to schema
This commit is contained in:
parent
b40004eccc
commit
a7b443c27e
@ -165,7 +165,7 @@
|
||||
"groundSize": {
|
||||
"type": "number",
|
||||
"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": {
|
||||
"type": "boolean",
|
||||
@ -190,6 +190,16 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"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?"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user