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

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "南岩峰"
this.desc = "这是一条宽大坚实的石阶路,不时地有进香客和游人从你的身边走过。抬头西望,雄伟的三清殿顶浮现在香烟袅绕之中,巍峨壮观;东边一条石阶通往山下,隐约可见远处桃花片片,赏心悦目。";
this.exits = { "east": "wd/tylu","northup":"wd/wuya" };