init: add workspace files
This commit is contained in:
4
world/map/wd/wulao.js
Normal file
4
world/map/wd/wulao.js
Normal file
@@ -0,0 +1,4 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "五老峰"
|
||||
this.desc = "你走在五老峰的山路上,一边是峭壁,一边是悬崖。高高的天柱峰笼罩在云雾中,隐约可见。可是身旁的进香客和游人都仔细地町着自己的脚下,不敢抬头望一眼,惟恐一不小心摔下去。";
|
||||
this.exits = { "southdown": "wd/wuya", "northup": "wd/hutou" };
|
||||
Reference in New Issue
Block a user