#  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

