init: add workspace files
This commit is contained in:
4
world/map/huashan/canglong.js
Normal file
4
world/map/huashan/canglong.js
Normal file
@@ -0,0 +1,4 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "苍龙岭"
|
||||
this.desc = "华山五峰中最惊险的是北峰,北峰之上最陡峭的则是苍龙岭。此岭高约百米,宽仅一米,而登山之路则在其山脊之上,两侧脊坡光滑挺拔,其下悬崖深邃,云涛隐伏";
|
||||
this.exits = { "southup": "huashan/sheshen", "westdown": "huashan/zhenyue" };
|
||||
Reference in New Issue
Block a user