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/zhonglou", "southwest": "shaolin/gulou", "north": "shaolin/lianwu" };