init: add workspace files
This commit is contained in:
8
world/map/xiangyang/eastgate2.js
Normal file
8
world/map/xiangyang/eastgate2.js
Normal file
@@ -0,0 +1,8 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "东门外";
|
||||
this.desc = "这里是襄阳城的东城门,只见城门上方刻着『青龙门』三个大字。城门高三丈,宽约二丈有余,尺许厚的城门上镶满了拳头般大小的柳钉。门洞长约四丈,大约每隔两个时辰就换官兵把守。近年来蒙古屡次侵犯襄阳城,故这儿把守相当严密,城内一些官兵们正在盘查要离襄阳城的人。";
|
||||
this.exits = {
|
||||
// "east" : "city2/yidao",
|
||||
"west" : "xiangyang/eastgate1",
|
||||
// "northeast" : "zhongzhou/toyy",
|
||||
};
|
||||
Reference in New Issue
Block a user