winter_wind

来自「C实现的MUD,对大家基本入门网络游戏很有帮助!」· 代码 · 共 73 行

TXT
73
字号
#  Spring rainny 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:outcolor%d:%s:%s:%s:%s# The following lines are data, each non-blank line will fill in each field# in each record sequently.240天渐渐亮了,天空惨白的,大地还笼罩在夜幕之中。%s天渐渐亮了,天上没有晨星event_dawnHIC120天光终于放亮了,风裹着云在天上飞速的跑着。%s起风了,树木光秃秃的在风中瑟瑟的发抖event_sunriseWHT180风更大了,卡的一声,枯枝从树上落了下来,转眼又不知被吹到了什么地方。%s风更大了,呼呼的吹着,逞着自己摧枯拉朽的力量event_morningWHT180已经是正午了,风没有一点停的意思,天空惨白惨白的。%s现在是正午时分,天阴着,凛冽的北风呼呼的吹着event_noonWHT180风渐渐的小了些,惨白的太阳也些许露出了半张脸。%s风小些了,空气中透着冰冷的气息event_afternoonHIW180残阳如血,风停了,树枝掉了不少在地上。%s夕阳正徘徊在西方的地平线上,无力的喘息着event_eveningHIR120夜晚降临了,风裹尘沙,寒意入骨。%s夜幕笼罩著大地,风沙刺骨event_nightHIB240已经是午夜了,寒风挟卷着枯枝落叶,沙沙声不绝于耳。%s夜幕低垂,寒风肆虐event_midnightBLU

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?