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/wuya.js Normal file
View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "乌鸦岭"
this.desc = "这是武当的乌鸦岭,从前是一片乱葬岗,山路崎岖狭隘,一边是峭壁,一边是悬崖。高高的天柱峰笼罩在云雾中,隐约可见。可是身旁的进香客和游人都仔细地町着自己的脚下,不敢抬头望一眼,惟恐一不小心摔下去。";
this.exits = { "southdown": "wd/nanyan", "northup": "wd/wulao" };