<biome name="snow" biomemapcolor="#FFFFFF">
<weather>
<Temperature min="-60" max="-30" prob="1"/>
<Fog min="0" max="0" prob=".9"/>
<Fog min="100" max="100" prob=".1"/>
<CloudThickness min="0" max="100" prob=".5"/>
<CloudThickness min="95" max="100" prob=".5"/>
<Precipitation min="0" max="0" prob=".0"/> <!-- it has to be at least 70% cloudy before it can rain -->
<Precipitation min="50" max="100" prob=".75"/>
<Wind min="20" max="40" prob="0.9"/>
<Wind min="40" max="100" prob="0.1"/>
<ParticleEffect prefab="ParticleEffects/p_snowstorm1" ChunkMargin="7"/>
</weather>
min="*" max="*"
min="0" max="0"
prob="*" to prob="0"