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

This commit is contained in:
Nick 2023-07-18 01:48:17 -04:00
commit 3caaf7b916

View File

@ -3213,6 +3213,11 @@
"description": "The type of stellar remnant your star will leave behind.", "description": "The type of stellar remnant your star will leave behind.",
"default": "default", "default": "default",
"$ref": "#/definitions/StellarRemnantType" "$ref": "#/definitions/StellarRemnantType"
},
"solarFlareScaleFactor": {
"type": "number",
"description": "Size multiuplier for solar flares. Defaults to 1.",
"format": "float"
} }
} }
}, },