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

View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "竹林"
this.desc = "这是一片密密的竹林。这里人迹罕至,惟闻足底叩击路面,有僧敲木鱼声;微风吹拂竹叶,又如簌簌禅唱。令人尘心为之一涤,真是绝佳的禅修所在。";
this.exits = { "south": "shaolin/fangzhang","west": "shaolin/cangjing","north": "shaolin/zhulin2" };