#  Default 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东方的天空已逐渐发[37m白
event_dawn

120
[1;31m太阳[1;36m从东方的地平线升起了。一片[1;31m红红的朝霞
[1;31m太阳刚从东方的地平线升起
event_sunrise

180
[1;33m太阳[1;36m慢慢地升起在东方的天空中
[1;33m太阳[1;36m正高挂在东方的天空中
event_morning

180
[1;37m已经是正午了，太阳从你正上方照耀著大地
[1;37m现在是正午时分，太阳高挂在你的头顶正上方
event_noon

180
[1;33m太阳[1;36m开始从西方的天空中慢慢西沉
[1;33m太阳[1;36m正高挂在西方的天空中
event_afternoon

180
傍晚了，太阳的馀晖将西方的天空映成一片[1;31m火红
一轮[1;31m火红的夕阳[0m正徘徊在西方的地平线上
event_evening

120
[1;34m夜晚降临了，远处的群山渐在你的视野里模糊了
[1;34m夜幕笼罩著大地，四周掩映在迷茫的夜色里
event_night

240
[34m已经是午夜了，四野虫鸣人寂
[34m夜幕低垂，满天繁[1;37m星
event_midnight
