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,10 @@
this.inherits(ROOM);
this.name = "西城门";
this.desc = "这里是襄阳城的西城门的内城门。近年来蒙古屡次侵犯襄阳城,故这儿把守相当严密,一些官兵们正在盘查要离襄阳城的人。两边是上城头的石阶,向东进入城区。";
this.exits = {
"south" : "xiangyang/walle15",
"north" : "xiangyang/walle14",
"west" : "xiangyang/westgate2",
"east" : "xiangyang/westjie3",
// "up" : "xiangyang/eastlou1",
};