7daysOfFun
New member
i have this in the biomes.xml for every biome
i want change weather to extreme
like 90% rain 90% snow + 90% wind + 90% foggy but i must changes all times
how i do this? like spectrum SNOW >
temperature i want ICE COLD 90% colder (shoud i write max 90????)
cloud thiness like to 90% the same ? , what means "prob=1?
what is "precipitation? what means that?
thx for help
heres the text for the original biomes copied for explaining
<!-- *** Snow: Main Biome -->
<biome name="snow" topsoil_block="terrSnow" biomemapcolor="#FFFFFF" lootstage_modifier = "1" lootstage_bonus="20" gamestage_modifier="1" gamestage_bonus="20" difficulty="4">
<spectrum name="snow"/>
<weather name="default" prob="44">
<Temperature min="26" max="32" prob="1"/>
<CloudThickness min="10" max="30" prob="1"/>
<Precipitation min="0" max="0" prob="1"/>
<Fog min="0" max="2" prob="1"/>
<Wind min="10" max="25" prob="1"/>
<ParticleEffect prefab="ParticleEffects/p_snowstorm1" ChunkMargin="7"/> <!-- only one weather can have ParticleEffects -->
</weather>
<weather name="fog" prob="8">
<Temperature min="20" max="30" prob="1"/>
<CloudThickness min="35" max="60" prob="1"/>
<Precipitation min="0" max="0" prob="1"/>
<Fog min="7" max="18" prob="1"/>
<Wind min="5" max="6" prob="1"/>
<spectrum name="Snowy"/>
</weather>
<weather name="snow" prob="40">
<Temperature min="18" max="28" prob="1"/>
<CloudThickness min="55" max="75" prob="1"/>
<Precipitation min="30" max="60" prob="1"/>
<Fog min="1" max="5" prob="1"/>
<Wind min="18" max="25" prob="1"/>
<spectrum name="Snowy"/>
</weather>
<weather name="storm" prob="8">
<Temperature min="12" max="18" prob="1"/>
<CloudThickness min="90" max="100" prob="1"/>
<Precipitation min="70" max="100" prob="1"/>
<Fog min="5" max="15" prob="1"/>
<Wind min="45" max="50" prob="1"/>
<spectrum name="Snowy"/>
</weather>
<weather name="bloodMoon" prob="0">
<Temperature min="15" max="15" prob="1"/>
<CloudThickness min="50" max="50" prob="1"/>
<Precipitation min="0" max="0" prob="1"/>
<Fog min="7" max="7" prob="1"/>
<Wind min="15" max="20" prob="1"/>
</weather>
<weather name="twitch_fog" buff="twitch_fog" prob="0">
<Temperature min="20" max="30" prob="1"/>
<CloudThickness min="35" max="60" prob="1"/>
<Precipitation min="0" max="0" prob="1"/>
<Fog min="18" max="30" prob="1"/>
<Wind min="5" max="6" prob="1"/>
<spectrum name="Snowy"/>
</weather>
<weather name="twitch_rain" buff="twitch_rain" prob="0">
<Temperature min="65" max="70" prob="1"/>
<CloudThickness min="70" max="90" prob="1"/>
<Precipitation min="30" max="80" prob="1"/>
<Fog min="1" max="3" prob="1"/>
<Wind min="10" max="25" prob="1"/>
<spectrum name="Rainy"/>
</weather>
<weather name="twitch_snow" buff="twitch_snow" prob="0">
<Temperature min="18" max="28" prob="1"/>
<CloudThickness min="55" max="75" prob="1"/>
<Precipitation min="30" max="60" prob="1"/>
<Fog min="1" max="5" prob="1"/>
<Wind min="18" max="25" prob="1"/>
<spectrum name="Snowy"/>
</weather>
<weather name="twitch_storm" buff="twitch_storm" prob="0">
<Temperature min="65" max="70" prob="1"/>
<CloudThickness min="90" max="100" prob="1"/>
<Precipitation min="90" max="100" prob="1"/>
<Fog min="2" max="8" prob="1"/>
<Wind min="35" max="40" prob="1"/>
<spectrum name="Stormy"/>
</weather>
i want change weather to extreme
like 90% rain 90% snow + 90% wind + 90% foggy but i must changes all times
how i do this? like spectrum SNOW >
temperature i want ICE COLD 90% colder (shoud i write max 90????)
cloud thiness like to 90% the same ? , what means "prob=1?
what is "precipitation? what means that?
thx for help
heres the text for the original biomes copied for explaining
<!-- *** Snow: Main Biome -->
<biome name="snow" topsoil_block="terrSnow" biomemapcolor="#FFFFFF" lootstage_modifier = "1" lootstage_bonus="20" gamestage_modifier="1" gamestage_bonus="20" difficulty="4">
<spectrum name="snow"/>
<weather name="default" prob="44">
<Temperature min="26" max="32" prob="1"/>
<CloudThickness min="10" max="30" prob="1"/>
<Precipitation min="0" max="0" prob="1"/>
<Fog min="0" max="2" prob="1"/>
<Wind min="10" max="25" prob="1"/>
<ParticleEffect prefab="ParticleEffects/p_snowstorm1" ChunkMargin="7"/> <!-- only one weather can have ParticleEffects -->
</weather>
<weather name="fog" prob="8">
<Temperature min="20" max="30" prob="1"/>
<CloudThickness min="35" max="60" prob="1"/>
<Precipitation min="0" max="0" prob="1"/>
<Fog min="7" max="18" prob="1"/>
<Wind min="5" max="6" prob="1"/>
<spectrum name="Snowy"/>
</weather>
<weather name="snow" prob="40">
<Temperature min="18" max="28" prob="1"/>
<CloudThickness min="55" max="75" prob="1"/>
<Precipitation min="30" max="60" prob="1"/>
<Fog min="1" max="5" prob="1"/>
<Wind min="18" max="25" prob="1"/>
<spectrum name="Snowy"/>
</weather>
<weather name="storm" prob="8">
<Temperature min="12" max="18" prob="1"/>
<CloudThickness min="90" max="100" prob="1"/>
<Precipitation min="70" max="100" prob="1"/>
<Fog min="5" max="15" prob="1"/>
<Wind min="45" max="50" prob="1"/>
<spectrum name="Snowy"/>
</weather>
<weather name="bloodMoon" prob="0">
<Temperature min="15" max="15" prob="1"/>
<CloudThickness min="50" max="50" prob="1"/>
<Precipitation min="0" max="0" prob="1"/>
<Fog min="7" max="7" prob="1"/>
<Wind min="15" max="20" prob="1"/>
</weather>
<weather name="twitch_fog" buff="twitch_fog" prob="0">
<Temperature min="20" max="30" prob="1"/>
<CloudThickness min="35" max="60" prob="1"/>
<Precipitation min="0" max="0" prob="1"/>
<Fog min="18" max="30" prob="1"/>
<Wind min="5" max="6" prob="1"/>
<spectrum name="Snowy"/>
</weather>
<weather name="twitch_rain" buff="twitch_rain" prob="0">
<Temperature min="65" max="70" prob="1"/>
<CloudThickness min="70" max="90" prob="1"/>
<Precipitation min="30" max="80" prob="1"/>
<Fog min="1" max="3" prob="1"/>
<Wind min="10" max="25" prob="1"/>
<spectrum name="Rainy"/>
</weather>
<weather name="twitch_snow" buff="twitch_snow" prob="0">
<Temperature min="18" max="28" prob="1"/>
<CloudThickness min="55" max="75" prob="1"/>
<Precipitation min="30" max="60" prob="1"/>
<Fog min="1" max="5" prob="1"/>
<Wind min="18" max="25" prob="1"/>
<spectrum name="Snowy"/>
</weather>
<weather name="twitch_storm" buff="twitch_storm" prob="0">
<Temperature min="65" max="70" prob="1"/>
<CloudThickness min="90" max="100" prob="1"/>
<Precipitation min="90" max="100" prob="1"/>
<Fog min="2" max="8" prob="1"/>
<Wind min="35" max="40" prob="1"/>
<spectrum name="Stormy"/>
</weather>