#  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

