#  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

