Merge branch 'multiple-fixes' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into multiple-fixes

This commit is contained in:
xen-42 2024-10-03 00:14:46 -04:00
commit c98bbc81b7

View File

@ -552,9 +552,10 @@
"description": "Radius of a simple sphere used as the ground for the planet. If you want to use more complex terrain, leave this as\n0.", "description": "Radius of a simple sphere used as the ground for the planet. If you want to use more complex terrain, leave this as\n0.",
"format": "float" "format": "float"
}, },
"invulnerableToSun": { "hasFluidDetector": {
"type": "boolean", "type": "boolean",
"description": "Can this planet survive entering a star?" "description": "Is this planet able to detect fluid volumes? Disabling this means that entering a star or lava volume will not destroy this planet\nMay have adverse effects if anglerfish are added to this planet, disable this if you want those to work (they have fluid volumes in their mouths)",
"default": true
}, },
"showMinimap": { "showMinimap": {
"type": "boolean", "type": "boolean",