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,4 @@
this.inherits(ROOM);
this.name = "苍龙岭"
this.desc = "华山五峰中最惊险的是北峰,北峰之上最陡峭的则是苍龙岭。此岭高约百米,宽仅一米,而登山之路则在其山脊之上,两侧脊坡光滑挺拔,其下悬崖深邃,云涛隐伏";
this.exits = { "southup": "huashan/sheshen", "westdown": "huashan/zhenyue" };