I would like to increase the duration of rainy weather. I'm not too well versed in xml modding, but I do see biomes.xml has a duration attribute for some weather elements but I am not sure what that really does. Any advice?
Thanks,
biomes.xml section I am referring to for reference:
Thanks,
biomes.xml section I am referring to for reference:
XML:
<!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->
<!-- **** Pine Forest: Main Biome -->
<!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->
<biome name="pine_forest" biomemapcolor="#004000"
lootstage_modifier="0" lootstage_bonus="0"
gamestage_modifier="0" gamestage_bonus="0"
difficulty="1"
buff="buffForest_Hazard">
<weather name="default" prob="83" duration="6">
<Temperature range="76,80"/>
<CloudThickness range="0,0" prob="35"/>
<CloudThickness range="10,70" prob="65"/>
<Precipitation range="0,0"/>
<Fog range="0,2"/>
<Wind range="3,22"/>
</weather>
<weather name="fog" prob="7">
<Temperature range="65,70"/>
<CloudThickness min="35" max="70"/>
<Precipitation min="0" max="0"/>
<Fog min="17" max="27"/>
<Wind min="1" max="5"/>
</weather>
<weather name="rainlight" prob="6">
<Temperature range="76,80"/>
<CloudThickness range="70,90"/>
<Precipitation range="40,50"/>
<Fog range="1,3"/>
<Wind range="10,25"/>
<spectrum name="Rainy"/>
</weather>
<weather name="rainheavy" prob="4">
<Temperature range="76,80"/>
<CloudThickness range="90,95"/>
<Precipitation range="70,85"/>
<Fog range="3,7"/>
<Wind range="30,35"/>
<spectrum name="Rainy"/>
</weather>