#
#  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

