init: add workspace files
This commit is contained in:
4
world/map/shaolin/houdian.js
Normal file
4
world/map/shaolin/houdian.js
Normal file
@@ -0,0 +1,4 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "后殿"
|
||||
this.desc = "后殿规模不大。两边都是水磨石壁,镂刻着十八罗汉的肖像及佛谒,正中有一口水井,水面净如明镜,纯若菩提,名曰佛心乃寺内有名的清水井。东西面各有个门洞,通向两侧长长的走廊。";
|
||||
this.exits = { "southeast": "shaolin/zhonglou", "southwest": "shaolin/gulou", "north": "shaolin/lianwu" };
|
||||
Reference in New Issue
Block a user