#  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

