#
#  The definition of season phase
#  Format:
#	length		length of the phase in seconds
#	time_msg	msg sent to outdoors user at phase starts
#	name		the name of this season
#	event_fun	the function is called in NATURE_D at the phase starts
#	brightness	the brightness factor during the phase
#	temperature	the temperature 
#	humidity	the humidity factor
#
#  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....
#

length:time_msg:name:event_fun:brightness:temperature:humidity
%d:%s:%s:%s:%d:%d:%d

#the brightness is the factor value
#the temperature is the base and the humidity is the factor value is day_phase
# The following lines are data, each non-blank line will fill in each field
# in each record sequently.

21600
[1;32m春暖花开，大地绿了。[2;37;0m
春季
event_spring
100
100
100

21600
[1;34m火热的夏天到了。[2;37;0m
夏季
event_summer
100
120
120

21600
[1;33m现在是凉爽的秋天。[2;37;0m
秋季
event_fall
100
90
90


21600
[37m冬天，严寒笼罩着大地。[2;37;0m
冬季
event_winter
100
60
40

