Modding:WeatherOptions (JSONObject)

From Starbounder - Starbound Wiki
Jump to: navigation, search

Quick Navigation


Weather Options define possible weather effects in a biome. They are declared in Surface Biome Object Surface Parameters. They have no id.

Key Value Pairs

Key Value Type Value Subtype Description Valid Values
type String Weather Object Name
severityBounds Array Number Lower and upper bound of severity Array Length 2

Example

 {
   "type" : "foo"
   "severityBounds" : [10.0, 75.0]
 }