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

8
world/map/yz/hy/dilao.js Normal file
View File

@@ -0,0 +1,8 @@
this.inherits(ROOM);
this.name = "地牢"
this.desc = "这里逼仄压抑,混杂着霉味与腐烂气息扑面而来。两侧是密密麻麻的铁牢,栅栏上锈迹斑斑,不少牢门虚掩着,里面或堆着白骨,或蜷缩着气息奄奄的囚徒。";
this.exits = { "up": "yz/hy/yishiting" };
this.set_npc("yz/hy/yin");