diff options
| author | historia <[not public]> | 2026-06-19 13:28:06 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-19 13:28:06 -0400 |
| commit | 3a58125d14bb307f861b38c6c5b0a63babde7e08 (patch) | |
| tree | bd89e866447d55e6dffd447d8ef5fabf9b8fbe9d /data/rooms/16.yaml | |
| parent | 575a71dcfed3b9fa44af244836f638a23df05a9a (diff) | |
| download | thehouseoficarus-3a58125d14bb307f861b38c6c5b0a63babde7e08.tar.gz | |
feat: all skills kind of implemented, random prototype content added
Diffstat (limited to 'data/rooms/16.yaml')
| -rw-r--r-- | data/rooms/16.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/data/rooms/16.yaml b/data/rooms/16.yaml index 115d55b..3776f4f 100644 --- a/data/rooms/16.yaml +++ b/data/rooms/16.yaml @@ -1,8 +1,12 @@ id: 16 name: "Construction Site" -description: "A half-built structure surrounded by planks, nails, and blueprints. This area is not yet accessible." +description: "A half-built structure surrounded by planks, nails, and blueprints. A workbench stands ready for crafting. Signs point north toward the Local Neighborhood and east toward the lumberyard." exits: - east: 17 + east: 171 west: 15 + north: 170 +objects: + - id: workbench mobs: - id: greater_drone + - id: estate_broker |
