init: add workspace files
This commit is contained in:
7
world/map/emei/guangchang.js
Normal file
7
world/map/emei/guangchang.js
Normal file
@@ -0,0 +1,7 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "广场"
|
||||
this.desc = "这里是卧云庵前的广场。这里虽然不能算是最大寺庙,但殿廊亭楼具全,广场两边种植了茂密的冷杉树,浓荫遍地,芳草如茵,幽雅秀美。广场中间一条青砖铺成的大道直通正殿,转过两边的树林是许多长廊,通往其他地方。";
|
||||
this.exits = { "east": "emei/zoulang1", "west": "emei/zoulang2", "south": "emei/dadian", "north": "emei/miaomen" };
|
||||
|
||||
|
||||
//this.set_npc("pub/dadizi#EMEI");
|
||||
Reference in New Issue
Block a user