#  Spring fine 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
[1;36m玉兔西垂，啟明東升，東方泛起了[37m魚肚白
[1;36m東方的天空漸漸的發[1;37m白[1;36m了
event_dawn

120
[33m太陽吞吐著萬道金芒，躍出地平線，大地一片金黃
[33m金黃色的太陽剛從東方的地平線上冉冉升起
event_sunrise

180
[1;36m太陽越升越高了，[1;33m金色的光芒[1;36m照在身上熱辣辣的
[1;33m金光燦爛的太陽正高掛在東方的天空中
event_morning

180
[1;37m已經是正午了，太陽從你正上方照耀著大地，知了在樹上瘋狂地叫著
[1;37m現在是正午時分，太陽高掛在你的頭頂正上方
event_noon

180
[1;37m太陽開始從西方的天空中慢慢沉落，焦灼的樹葉無力地下垂著
[1;37m太陽正高掛在西方的樹梢上
event_afternoon

180
[1;36m傍晚了，太陽的餘暉將西方的天空映成[1;31m一片火紅
[1;31m地平線上一輪火紅的夕陽映襯著漫天的紅霞
event_evening

120
[1;34m夜晚悄悄地降臨了，遠處山影漸漸不再清晰，四野人聲漸寂
[1;34m夜幕籠罩著大地，天際出現幾顆明亮的[1;37m星星
event_night

240
[34m已經是午夜了，天上的[1;37m星星[0m[34m如鑽石般鑲嵌在碧蘭的天幕上
[34m夜幕如濃鉛一般厚重，而滿天繁[1;37m星[0m[34m卻也顯得格外璀璨
event_midnight
