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

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "三天门"
this.desc = "这里是武当的三天门,一座高高的牌楼矗立眼前,不时地有进香客从你的身边走过。两边是几个菩萨,一条宽阔的石阶穿堂而过,直通笼罩在云雾中的天柱峰,望着堂中烟云缭绕的香炉,和周围虔诚的许愿人,令人肃然起敬。";
this.exits = { "south": "wd/chaotian", "north": "wd/zijin" };