init: add workspace files
This commit is contained in:
4
world/map/gaibang/andao1.js
Normal file
4
world/map/gaibang/andao1.js
Normal file
@@ -0,0 +1,4 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "暗道"
|
||||
this.desc = "这是丐帮 极其秘密的地下通道,乃用丐帮几辈人之心血掘成。 ";
|
||||
this.exits = { "east": "gaibang/andao2","west": "gaibang/shudongxia"};
|
||||
5
world/map/gaibang/andao2.js
Normal file
5
world/map/gaibang/andao2.js
Normal file
@@ -0,0 +1,5 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "暗道"
|
||||
this.desc = "这是丐帮 极其秘密的地下通道,乃用丐帮几辈人之心血掘成。 ";
|
||||
this.exits = { "west": "gaibang/andao1", "east": "gaibang/mishi" };
|
||||
////this.set_npc("pub/mpguanli#GAIBANG");
|
||||
4
world/map/gaibang/andao3.js
Normal file
4
world/map/gaibang/andao3.js
Normal file
@@ -0,0 +1,4 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "暗道"
|
||||
this.desc = "一条狭窄的地下秘密通道,笔直的朝东面延伸。通道的尽头有明亮的光线透进来。 ";
|
||||
this.exits = { "west": "gaibang/mishi","east": "gaibang/andao4"};
|
||||
6
world/map/gaibang/andao4.js
Normal file
6
world/map/gaibang/andao4.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "暗道"
|
||||
this.desc = "一条狭窄的地下秘密通道,笔直的朝东面延伸。通道的尽头有明亮的光线透进来。 ";
|
||||
this.exits = { "west": "gaibang/andao3", "up": "gaibang/xiaowu" };
|
||||
|
||||
////this.set_npc('gaibang/lu');
|
||||
6
world/map/gaibang/mishi.js
Normal file
6
world/map/gaibang/mishi.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "破庙密室"
|
||||
this.desc = "这是丐帮重要密道之一。由此上往,可直达破庙。四周光线昏暗,似乎有几个黑暗的洞口在你身边。脚下地上扔满了垃圾,踩上去悉悉索索地响。 ";
|
||||
this.exits = { "west": "gaibang/andao2", "up": "gaibang/pomiao", "east": "gaibang/andao3" };
|
||||
|
||||
////this.set_npc("pub/dadizi#GAIBANG");
|
||||
6
world/map/gaibang/pomiao.js
Normal file
6
world/map/gaibang/pomiao.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "土地庙"
|
||||
this.desc = "这是一间破破烂烂的土地庙,庙里破败不堪,土地神像推在一旁,梁上地下也布满了灰尘。一看就知道已经很久没有人来清理过了。正中放着个大香案,上面零乱地扔着几根吃剩下来的鸡骨头。香案黑洞洞的,好象下边有个大洞";
|
||||
this.exits = { "down": "gaibang/mishi" };
|
||||
|
||||
////this.set_npc('gaibang/jian');
|
||||
4
world/map/gaibang/shudong.js
Normal file
4
world/map/gaibang/shudong.js
Normal file
@@ -0,0 +1,4 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "树洞内部"
|
||||
this.desc = "这是杨州城中央广场的老槐树内部,也是丐帮秘密的地下通道的总交汇处。树洞里丢满了各种拉圾,弭漫着一股臭哄哄的味道。";
|
||||
this.exits = { "down": "gaibang/shudongxia"};
|
||||
6
world/map/gaibang/shudongxia.js
Normal file
6
world/map/gaibang/shudongxia.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "树洞下"
|
||||
this.desc = "这是老槐树底部,四周光线昏暗,人影晃晃,似乎有几个黑暗的洞口在你身边,通向四面八方。 一位老乞丐大咧咧地坐在正中的地上。";
|
||||
this.exits = { "east": "gaibang/andao1", "up": "gaibang/shudong" };
|
||||
|
||||
////this.set_npc('gaibang/zuo');
|
||||
5
world/map/gaibang/xiaowu.js
Normal file
5
world/map/gaibang/xiaowu.js
Normal file
@@ -0,0 +1,5 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "林间小屋"
|
||||
this.desc = "你走进了一间小屋。四周墙壁都由青竹篾编成,窗外是一望无际的竹林。屋里的桌椅、床铺均为竹制。但一阵扑鼻而来的狗肉香味,却显得与这清雅的气纷格格不入。 ";
|
||||
this.exits = { "down": "gaibang/andao4" };
|
||||
////this.set_npc('gaibang/hongqigong');
|
||||
Reference in New Issue
Block a user