#
#  The definition of weather phase
#  Format:
#	sun_mask	1 if can not see the sun
#	warm_msg	msg sent to outdoors user at warming weather
#	cold_msg	msg sent to outdoors user at cold weather
#	event_fun	the function is called in NATURE_D at the phase starts
#	brightness	the brightness factor during the phase
#	temperature	the temperature factor
#	humidity	the humidity 
#
#  Phase starts at spring every year
#
#  Note the length of a phase is in minutes of a season.
#

# The two lines defines the data format in 2 lines as
#
#  field1:field2:field3....
#  format1:format2:format3....
#

sun_mask:warm_msg:cold_msg:event_fun:brightness:temperature:humidity
%d:%s:%s:%s:%d:%d:%d

# The following lines are data, each non-blank line will fill in each field
# in each record sequently.

0
[35m天空中万里无云[2;37;0m
[35m几朵淡淡的云彩妆点著清朗的天空[2;37;0m
event_sunshine
100
100
70

0
[37m白云在天空中飘来飘去[2;37;0m
[37m厚厚的云层堆积在天边[2;37;0m
event_cloudy
90
100
80

1
[34m天空中乌云密布[2;37;0m
[1;33m风渐渐地越刮越大[2;37;0m
event_overcloud
80
90
100

1
[1;34m天上淅淅沥沥地下着小雨[2;37;0m
[37m小雪花从天上慢慢飘下来[2;37;0m
event_snow
80
70
120

1
[1;34m天上下着倾盆大雨[2;37;0m
[37m天上飘着鹅毛大雪[2;37;0m
event_heavysnow
70
60
140

