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