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

9
world/map/wudao/ding.js Normal file
View File

@@ -0,0 +1,9 @@
this.inherits(ROOM);
this.name = "塔顶"
this.desc = "这里是武道塔的顶部,脚下是高耸入云的武道塔,你仿佛踏在云端,果然是会当凌绝顶,一览众山小。这里空荡荡的什么都没有,一个看上去疯疯癫癫的老头靠在墙角。";
this.exits = {
"west": "wudao/west", "up": "wudao/ta2", "down": "wudao/men",
"east": "wudao/east", "north": "wudao/north", "south": "wudao/south"
};