4 lines
416 B
JavaScript
4 lines
416 B
JavaScript
this.inherits(ROOM);
|
|
this.name = "后殿"
|
|
this.desc = "后殿规模不大。两边都是水磨石壁,镂刻着十八罗汉的肖像及佛谒,正中有一口水井,水面净如明镜,纯若菩提,名曰佛心乃寺内有名的清水井。东西面各有个门洞,通向两侧长长的走廊。";
|
|
this.exits = { "southeast": "shaolin/zhonglou", "southwest": "shaolin/gulou", "north": "shaolin/lianwu" }; |