#  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:outcolor
%d:%s:%s:%s:%s

# The following lines are data, each non-blank line will fill in each field
# in each record sequently.

240
雨天的黎明非常的涼爽。
東方的天空布滿了灰蒙蒙的云層
event_dawn
HIC

120
秋雨淅瀝瀝地下了起來，涼絲絲的。
小雨正淅瀝瀝地下著
event_sunrise
HIC

180
秋雨淅瀝瀝地下著，秋雨一陣涼一陣，天氣變得越發的冷了。
小雨正淅瀝瀝地下著個不停，太陽應該好高了吧，可是被遮在密密的云里
event_morning
HIC

180
已經是正午了，小雨沙沙的下在草地上，滿目已是一片枯黃了。
現在是正午時分，天上的云嚴嚴實實的，小雨下個不停
event_noon
HIY

180
雨終于停了，空氣涼絲絲的透著一股涼意，太陽從云里露出了一點點暖意來。
太陽正在厚厚的云層中發著慘白的光
event_afternoon
HIC

180
傍晚了，殘陽如血，火燒云布滿了西邊的天空。
一輪火紅的夕陽正徘徊在西方的地平線上
event_evening
HIR

120
帶著微微的涼意，夜晚終于降臨了。
夜幕籠罩著大地，雨后的夜空清新宜人
event_night
HIB

240
已經是午夜了，夜色極濃，沉云緩緩橫越天際。
夜幕低垂，天上飄著如絮的云朵，星星眨著眼
event_midnight
BLU
