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

6
world/map/wudao/up.js Normal file
View File

@@ -0,0 +1,6 @@
this.inherits(ROOM);
this.name = "台阶"
this.desc = "这里是武道塔的内部,塔身已经石迹斑驳,但是仍然耸立挺拔。四周都是坚固的石壁,不知道怎的留下一些横七竖八的刀刻剑痕,你想仔细看却觉得刺得眼睛发疼。";
this.max_item_count = 1;
this.is_shadow = true;