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

View File

@@ -0,0 +1,7 @@
this.inherits(ROOM);
this.name = "铜楼";
this.desc = "你来到杀手楼的二楼,这里装饰简单,仅在对面摆放了几张铜制的座椅,正厅一副对联,上书:功虽疏必赏,过虽近必诛";
this.exits = {
"up": "shashou/ange2", "east": "shashou/xiuxi", "down": "shashou/ange1"
};