init: add workspace files

This commit is contained in:
2026-05-26 16:41:20 +08:00
commit f4f2393f72
1041 changed files with 67405 additions and 0 deletions

4
world/map/wd/wulao.js Normal file
View File

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