WEATHER CONTROL
The weather sections within each biome are restrictions to the "global" weather condition running across the
entire world. For example, if the global weather says the precipitation of the world is 20 and your biome
does not have any restrictions that allow below 50 for precipitation, then your biome will have the lowest possible
precipitation allowed within its restrictions defined in this file.
The highlighed part is key to my interpretation and the numbers in the table. It seems to be saying that if global precip is
less than the minimum for the RNG-chosen min/max range of the biome, then actual precipitation will be
increased to the biome minimum. Using the exact example above they use:
Global precip: 20
Biome minimum: 50
Actual precip: 50 (boosted to biome minimum)
I would think that the min/max for the biome actually work as a filter, not a floor/ceiling, so that if global precip < biome minimum, then you get
no precipitation at all. But that's not what the dev comment above seems to be saying.
