#  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

