#  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

