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

4
world/map/wd/chaotian.js Normal file
View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "朝天宫"
this.desc = "这里是一座金碧辉煌的大殿,匾上书朝天宫三个金字。南边是虎头岩,北边是三天门,人来人往很热闹。";
this.exits = { "south": "wd/hutou", "north": "wd/santian" };

View File

@@ -0,0 +1,5 @@
this.inherits(ROOM);
this.name = "广场"
this.desc = "这是一个由大石板铺成的广场,是武当弟子学习武功和互相切磋的地点。周围种满了梧桐树,一到秋天就是满地的落叶。一个年纪轻轻的道童正在打扫。北边是灵霄宫三清殿。";
this.exits = { "north": "wd/sanqing", "west": "wd/shijie1" };
//this.set_npc("wudang/daotong");

4
world/map/wd/hutou.js Normal file
View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "虎头岩"
this.desc = "你走在虎头岩山路上,一边是峭壁,一边是悬崖。高高的天柱峰笼罩在云雾中,隐约可见。可是身旁的进香客和游人都仔细地町着自己的脚下,不敢抬头望一眼,惟恐一不小心摔下去。";
this.exits = { "southdown": "wd/wulao", "north": "wd/chaotian" };

6
world/map/wd/liangong.js Normal file
View File

@@ -0,0 +1,6 @@
this.inherits(ROOM);
this.name = "练功房"
this.desc = "这是树林中的一间石屋,屋内显得什么清净和简朴,房间中并没有什么特别的摆设在这里,不会受到任何东西的骚扰,是个修炼内功的好地方。";
this.exits = { "east": "wd/shijie1" };
this.set_npc('pub/muren');

4
world/map/wd/nanyan.js Normal file
View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "南岩峰"
this.desc = "这是一条宽大坚实的石阶路,不时地有进香客和游人从你的身边走过。抬头西望,雄伟的三清殿顶浮现在香烟袅绕之中,巍峨壮观;东边一条石阶通往山下,隐约可见远处桃花片片,赏心悦目。";
this.exits = { "east": "wd/tylu","northup":"wd/wuya" };

5
world/map/wd/sanqing.js Normal file
View File

@@ -0,0 +1,5 @@
this.inherits(ROOM);
this.name = "三清殿"
this.desc = "这里是凌霄宫的三清殿,是武当派会客的地点。供着元始天尊、太上道君和天上老君的神像,香案上香烟缭绕。靠墙放着几张太师椅,地上放着几个蒲团。";
this.exits = { "south": "wd/guangchang" };
//this.set_npc("wudang/song","wudang/guxu");

4
world/map/wd/santian.js Normal file
View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "三天门"
this.desc = "这里是武当的三天门,一座高高的牌楼矗立眼前,不时地有进香客从你的身边走过。两边是几个菩萨,一条宽阔的石阶穿堂而过,直通笼罩在云雾中的天柱峰,望着堂中烟云缭绕的香炉,和周围虔诚的许愿人,令人肃然起敬。";
this.exits = { "south": "wd/chaotian", "north": "wd/zijin" };

4
world/map/wd/sheshen.js Normal file
View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "舍身崖"
this.desc = "这里是舍身崖,地势险峻,上面似乎连人都站不稳,武当弟子经常在这里练习轻功。";
this.exits = { "west": "wd/tylu"};

5
world/map/wd/shijie1.js Normal file
View File

@@ -0,0 +1,5 @@
this.inherits(ROOM);
this.name = "石阶"
this.desc = "你走在一条坚实的石阶上,不时地有进香客从你的身边走过。一边是峭壁,一边是悬崖,抬头隐约可见笼罩在云雾中的天柱峰,听着流水淙淙,令人心旷神怡。";
this.exits = { "northup": "wd/taiziyan", "east": "wd/guangchang", "west": "wd/liangong" };
//this.set_npc("pub/mpguanli#WUDANG");

6
world/map/wd/taiziyan.js Normal file
View File

@@ -0,0 +1,6 @@
this.inherits(ROOM);
this.name = "太子岩"
this.desc = "这是一块广场般大小的大石,上面又平又光,显然不是人力搬来,也不是人力制成。";
this.exits = { "southdown": "wd/shijie1", "north": "wd/tylu" };
//this.set_npc("pub/dadizi#WUDANG");

4
world/map/wd/tylu.js Normal file
View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "桃园小路"
this.desc = "眼前豁然开朗,你轻松地走在桃园边的小路上。路上落英缤纷,一边是桃树林,盛开着粉红的桃花,红云一片,望不到边。还可以看见蜜蜂「嗡嗡」地在花间飞上飞下忙个不停,间或传来猿猴的叽咋声。这儿是武当山中的一条小路。";
this.exits = { "south": "wd/taiziyan", "east": "wd/sheshen" , "west": "wd/nanyan" };

4
world/map/wd/wulao.js Normal file
View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "五老峰"
this.desc = "你走在五老峰的山路上,一边是峭壁,一边是悬崖。高高的天柱峰笼罩在云雾中,隐约可见。可是身旁的进香客和游人都仔细地町着自己的脚下,不敢抬头望一眼,惟恐一不小心摔下去。";
this.exits = { "southdown": "wd/wuya", "northup": "wd/hutou" };

4
world/map/wd/wuya.js Normal file
View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "乌鸦岭"
this.desc = "这是武当的乌鸦岭,从前是一片乱葬岗,山路崎岖狭隘,一边是峭壁,一边是悬崖。高高的天柱峰笼罩在云雾中,隐约可见。可是身旁的进香客和游人都仔细地町着自己的脚下,不敢抬头望一眼,惟恐一不小心摔下去。";
this.exits = { "southdown": "wd/nanyan", "northup": "wd/wulao" };

4
world/map/wd/xiaolu.js Normal file
View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "林间小径"
this.desc = "你走在一条小径上,两旁种满了竹子,修篁森森,绿荫满地,除了竹叶声和鸟鸣声,听不到别的动静。";
this.exits = { "south": "wd/zijin", "north": "wd/xiaolu2" };

4
world/map/wd/xiaolu2.js Normal file
View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "林间小径"
this.desc = "你走在一条小径上,两旁种满了竹子,修篁森森,绿荫满地,除了竹叶声和鸟鸣声,听不到别的动静。北面似乎有一座简陋的小院。";
this.exits = { "south": "wd/xiaolu", "north": "wd/xiaoyuan" };

5
world/map/wd/xiaoyuan.js Normal file
View File

@@ -0,0 +1,5 @@
this.inherits(ROOM);
this.name = "后山小院"
this.desc = "这是后山的一座小院,布置简简单单,除了一床、一桌、一椅、一蒲团,再也没有别的什物。比较引人注目的是墙上挂着一把剑。这里就是武当开山祖师张三丰的练功所在。因为这里是张三丰常住的地方,人们把这里叫做金殿。";
this.exits = { "south": "wd/xiaolu2" };
//this.set_npc("wudang/zhangsanfeng");

4
world/map/wd/zijin.js Normal file
View File

@@ -0,0 +1,4 @@
this.inherits(ROOM);
this.name = "紫金城"
this.desc = "在你的面前是一座道观,上面写着“紫金城”三个朱红色的大字,红砖碧瓦,院墙上是一人般大小的“无量寿佛”四个大字。院中房间延绵百余间,身穿不同服色的道士确不断进进出出,诵经的声音隐隐传来。再往北是一条竹林小道。";
this.exits = { "south": "wd/santian", "north": "wd/xiaolu" };