#  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
