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,8 @@
this.inherits(ROOM);
this.name = "华山绝顶"
this.desc = "这里是华山最高一座山峰,登上此处,峰顶四周云雾飘渺,仿佛置身大海,众山犹如海中小岛,环绕着主峰,仿如一朵盛开的莲花。";
this.exits = { "down": "huashan/luoyan" };
this.add_action('wqcy2', '修炼', function (me) {
WORLD.COMMANDS.wqcy.enter(me);
});