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,7 @@
this.inherits(ROOM);
this.name = "玉女峰"
this.desc = "这里是华山的中峰,玉女峰。玉女峰地势略为平缓,不似其它四峰般险峻,江湖上赫赫有名的华山剑派就在此处。西边有所小小的庙宇,那就是玉女祠了。东北面稀稀落落有十几间房子,是华山派的地方,闲杂游客最好别往那里去。";
this.exits = {
"west": "huashan/yunvci",
"south": "huashan/shanlu", "north": "huashan/lianwu"
};