#  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
