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

5
world/map/wd/shijie1.js Normal file
View File

@@ -0,0 +1,5 @@
this.inherits(ROOM);
this.name = "石阶"
this.desc = "你走在一条坚实的石阶上,不时地有进香客从你的身边走过。一边是峭壁,一边是悬崖,抬头隐约可见笼罩在云雾中的天柱峰,听着流水淙淙,令人心旷神怡。";
this.exits = { "northup": "wd/taiziyan", "east": "wd/guangchang", "west": "wd/liangong" };
//this.set_npc("pub/mpguanli#WUDANG");