init: add workspace files
This commit is contained in:
6
world/map/wudao/up.js
Normal file
6
world/map/wudao/up.js
Normal file
@@ -0,0 +1,6 @@
|
||||
this.inherits(ROOM);
|
||||
this.name = "台阶"
|
||||
this.desc = "这里是武道塔的内部,塔身已经石迹斑驳,但是仍然耸立挺拔。四周都是坚固的石壁,不知道怎的留下一些横七竖八的刀刻剑痕,你想仔细看却觉得刺得眼睛发疼。";
|
||||
|
||||
this.max_item_count = 1;
|
||||
this.is_shadow = true;
|
||||
Reference in New Issue
Block a user