#  Spring rainny day phase
#  The definition of day phase
#  Format:
#       length          length of the phase in seconds
#       time_msg        msg sent to outdoors user at phase starts
#       desc_msg        desc looked during the period before next phase
#       event_fun       the function is called in NATURE_D at the phase starts
#
#  Phase starts at 0:00 every day
#
#  Note the length of a phase is in minutes of a day.
#

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

length:time_msg:desc_msg:event_fun
%d:%s:%s:%s

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

240
天渐渐亮了，竟飘起了雪花
东方的天空布满了灰蒙蒙的云层
event_dawn

120
雪加着绵绵的小雨无声的下着，不一会地上就湿了
小雪夹杂着雨无声无息的下着
event_sunrise

180
雪越下越大了，竟然飘起了棉絮般的大雪
棉絮般的大雪纷纷扬扬的从灰暗的天空中飘落下来
event_morning

180
已经是正午了，雪仍然下着，从苍穹中撒落下来
现在是正午时分，天上的云严严实实的，雪下个不停，天地已是一片洁白了
event_noon

180
雪终于停了，空气凉丝丝的透着一股凉意，太阳出来了照的大地一片银白
太阳也出来了，大地银装素裹，分外悦目
event_afternoon

180
傍晚了，天地间渐渐暗了下来
天渐渐黑了，雪色反光倒也并不很黑
event_evening

120
夜晚降临了
夜幕笼罩著大地，万物在洁白的厚雪下沉沉睡去
event_night

240
已经是午夜了
夜幕低垂，星星眨着眼
event_midnight

