# WEATHER plug-in: settings # # How many times per in-game day the weather may change; # a higher value means more changes per day and shorter weather 'stints', # a lower values means less changes per day and longer weather 'stints'; # (note that a 'stint' may be repeated (longer permanence of same type # of weather) if the probability of that weater type is high. # An non-integer number ensures that changes do not occurr at the same # day time every day (default: 3.7). changesPerDay=48.7 # # 'Master variability': # 0.0: no weather variability (fixed at default weather) # in-betwen: weather variability is 'compressed' toward more favorable # weather types. # 1.0: max variability (all weather type are used according to their # respective probability) # Default: 1.0 master=1.0 # # Seasonal periods. The year is divided in 25 periods of 15-days each # (in-game-days, the last one is shorter, just to pad to 365 days). # Every two periods correspond approximately to a month. # This table defines the probability of each weather type in each period. # The absolute magnitude of the numbers is not relevant: what matters is # the rapport between the numbers of the same line; a higher number # has proportionally more probability to occur than a lower number. # The total magnitude may also change from line to line: the numbers of # each line are internally scaled so that the total probability of each # line is always 100%. # Types:default overcast x-fog rain-thund xrainthund # | clear | fog | rain | xrain | storm #period1= 4.0, 1.0, 8.0, 1.5, 1.0, 3.5, 1.0, 0.0, 0.0, 0.0 #period2= 4.5, 1.5, 8.0, 1.5, 0.5, 3.0, 1.0, 0.0, 0.0, 0.0 #period3= 5.0, 1.5, 8.5, 1.0, 0.5, 3.0, 0.5, 0.0, 0.0, 0.0 #period4= 5.5, 2.0, 8.0, 1.0, 0.0, 3.0, 0.5, 0.0, 0.0, 0.0 #period5= 6.0, 2.5, 7.5, 1.0, 0.0, 2.5, 0.5, 0.0, 0.0, 0.0 #period6= 6.5, 3.0, 7.0, 1.0, 0.0, 2.5, 0.0, 0.0, 0.0, 0.0 #period7= 7.0, 3.5, 7.0, 0.5, 0.0, 2.0, 0.0, 0.0, 0.0, 0.0 #period8= 7.5, 4.0, 6.0, 0.5, 0.0, 2.0, 0.0, 0.0, 0.0, 0.0 #period9= 8.0, 4.5, 5.5, 0.5, 0.0, 1.5, 0.0, 0.0, 0.0, 0.0 #period10= 9.0, 5.0, 4.5, 0.0, 0.0, 1.5, 0.0, 0.0, 0.0, 0.0 #period11=10.0, 5.5, 3.5, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0 #period12=11.0, 6.0, 2.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0 #period13=12.0, 6.5, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0 #period14=12.0, 6.5, 0.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0 #period15=11.5, 6.0, 1.5, 0.0, 0.0, 0.5, 0.5, 0.0, 0.0, 0.0 #period16=10.0, 5.0, 3.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0 #period17= 9.5, 5.5, 2.5, 0.5, 0.0, 1.5, 0.5, 0.0, 0.0, 0.0 #period18= 9.0, 5.0, 3.5, 0.5, 0.0, 1.5, 0.5, 0.0, 0.0, 0.0 #period19= 9.0, 4.0, 2.5, 1.0, 0.0, 2.5, 1.0, 0.0, 0.0, 0.0 #period20= 8.5, 4.0, 2.5, 1.5, 0.0, 2.5, 1.0, 0.0, 0.0, 0.0 #period21= 8.0, 3.0, 3.0, 1.5, 0.5, 3.0, 1.0, 0.0, 0.0, 0.0 #period22= 7.0, 2.5, 3.5, 1.5, 1.0, 3.5, 1.0, 0.0, 0.0, 0.0 #period23= 6.0, 2.0, 4.5, 1.5, 1.5, 3.5, 1.0, 0.0, 0.0, 0.0 #period24= 5.0, 1.0, 6.0, 1.5, 1.5, 4.0, 1.0, 0.0, 0.0, 0.0 #period25= 4.0, 1.0, 7.0, 1.5, 1.5, 3.5, 1.5, 0.0, 0.0, 0.0 period1=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period2=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period3=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period4=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period5=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period6=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period7=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period8=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period9=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period10=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period11=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period12=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period13=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period14=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period15=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period16=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period17=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period18=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period19=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period20=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period21=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period22=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period23=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period24=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 period25=10.0,9.0,8.0,7.0,1.0,5.0,4.0,3.0,2.0,1.0 # # The locale to use for localisation (default "en") locale=en