Files
wsmud/world/map/shaolin/gulou.js
2026-05-26 16:41:20 +08:00

4 lines
389 B
JavaScript

this.inherits(ROOM);
this.name = "鼓楼"
this.desc = "这是一座砖木结构的宝塔,塔高七层,塔身作八角形,飞檐翘翎,檐角上挂满了一串串小铜铃,随风叮叮作响。塔身墙上镂空雕绘着无数佛陀们的坐像。一个个形态维肖,看来出自名匠之手";
this.exits = { "southeast": "shaolin/twdian", "northeast": "shaolin/houdian" };