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/8.yaml | |
| parent | 575a71dcfed3b9fa44af244836f638a23df05a9a (diff) | |
| download | thehouseoficarus-3a58125d14bb307f861b38c6c5b0a63babde7e08.tar.gz | |
feat: all skills kind of implemented, random prototype content added
Diffstat (limited to 'data/rooms/8.yaml')
| -rw-r--r-- | data/rooms/8.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/rooms/8.yaml b/data/rooms/8.yaml index 4e36af4..b82c1bb 100644 --- a/data/rooms/8.yaml +++ b/data/rooms/8.yaml @@ -1,6 +1,11 @@ id: 8 name: "Hacking Lab" -description: "A dimly lit room filled with old terminals and flickering screens. This area is not yet accessible." +description: "A dimly lit room filled with old terminals and flickering screens. Cables dangle from the ceiling, some still sparking. The air smells of ozone and burnt circuitry. A {40}basic terminal{/} against the far wall still has power." exits: east: 9 west: 6 +objects: + - id: terminal_basic + - id: terminal_advanced + - id: terminal_secure + - id: netrunner |
