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 = { "southeast": "shaolin/twdian", "northeast": "shaolin/houdian" };