Modding:SurfaceStatusParameters (JSONObject)

From Starbounder - Starbound Wiki
Jump to: navigation, search

Quick Navigation


Surface Status Parameters define game play parameters in a biome. They are declared as part of Surface Biome Object Surface Parameters. They have no id.

Key Value Pairs

Key Value Type Value Subtype Description Valid Values
temperatureBounds Array Number Lower and upper bound of temperature Array Length 2
dayNightTemperatureVariability Number
temperatureVariability Number

Example

 "statusParameters" : {
   "temperatureBounds" : [-100, 100],
   "dayNightTemperatureVariability" : -10,
   "temperatureVariability" : 10
 },