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

300
地平线上露出一线曙光。
天际已经逐渐转为乳白。
event_dawn

60
太阳正冉冉升起。
太阳正升起。
event_sunrise

180
太阳已经高挂在天空中。
太阳正高挂在天空中。
event_morning

180
已经是中午了，太阳从你的上方照耀着大地。
现在是中午了，太阳正高挂在你的头顶上方。
event_noon

120
太阳开始往天际降下。
太阳正在下沉中。
event_afternoon

180
傍晚了，太阳的余辉将天空染成一片火红。
一轮火红的夕阳正在地平线上。
event_evening

60
暗夜的黑幕降临了。
黑暗笼罩着大地。
event_night

360
已是午夜时分。
灿烂的点点繁星闪耀在夜空中。
event_midnight
