diff options
| author | historia <[not public]> | 2026-07-06 21:56:32 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-06 21:56:32 -0400 |
| commit | e9144cad4a8c55dcee4a694149f06588edd8595a (patch) | |
| tree | 5bef00b718d1b7c898064ea98ddd9d8ac630dd42 /data/rooms/example_unused/underground2 | |
| parent | cd52f9dbb8c35f37a9b52e8092bf5d722d56b044 (diff) | |
| download | thehouseoficarus-e9144cad4a8c55dcee4a694149f06588edd8595a.tar.gz | |
fix: change one-way modifier on admin map from shift to ctrl for firefox support
Diffstat (limited to 'data/rooms/example_unused/underground2')
| -rw-r--r-- | data/rooms/example_unused/underground2/9999951.yaml | 23 | ||||
| -rw-r--r-- | data/rooms/example_unused/underground2/9999952.yaml | 21 | ||||
| -rw-r--r-- | data/rooms/example_unused/underground2/9999953.yaml | 21 |
3 files changed, 45 insertions, 20 deletions
diff --git a/data/rooms/example_unused/underground2/9999951.yaml b/data/rooms/example_unused/underground2/9999951.yaml index 9c7707a..dd8440e 100644 --- a/data/rooms/example_unused/underground2/9999951.yaml +++ b/data/rooms/example_unused/underground2/9999951.yaml @@ -1,9 +1,18 @@ -name: "Sewer Tunnels" -description: "Dark, damp tunnels beneath the settlement. The floor is slick with moisture and something {82}slimy{/}. The smell is indescribable." +id: 9999951 +name: Sewer Tunnels +color: "" +description: + - text: Dark, damp tunnels beneath the settlement. The floor is slick with moisture and something {82}slimy{/}. The smell is indescribable. exits: - north: 9999950 - south: 9999952 + north: + room: 9999950 +objects: [] +item_spawns: [] mobs: - - "slug" - - "slug" - - "slug" + - id: slug + - id: slug + - id: slug +on_enter: [] +hazard: "" +block_transport: false +triggers: [] diff --git a/data/rooms/example_unused/underground2/9999952.yaml b/data/rooms/example_unused/underground2/9999952.yaml index 40c89a9..27ab51b 100644 --- a/data/rooms/example_unused/underground2/9999952.yaml +++ b/data/rooms/example_unused/underground2/9999952.yaml @@ -1,8 +1,15 @@ -name: "Abandoned Sector" -description: "A decommissioned sector of the asteroid's infrastructure. Broken monitors flicker and exposed wiring {214}sparks{/} dangerously." -exits: - north: 9999951 - south: 9999953 +id: 9999952 +name: Abandoned Sector +color: "" +description: + - text: A decommissioned sector of the asteroid's infrastructure. Broken monitors flicker and exposed wiring {214}sparks{/} dangerously. +exits: {} +objects: [] +item_spawns: [] mobs: - - "drone" - - "drone" + - id: drone + - id: drone +on_enter: [] +hazard: "" +block_transport: false +triggers: [] diff --git a/data/rooms/example_unused/underground2/9999953.yaml b/data/rooms/example_unused/underground2/9999953.yaml index 4396cfb..3cabbe7 100644 --- a/data/rooms/example_unused/underground2/9999953.yaml +++ b/data/rooms/example_unused/underground2/9999953.yaml @@ -1,8 +1,17 @@ -name: "Deep Tunnels" -description: "The tunnels descend deeper into the asteroid's core. Strange chitinous scraping echoes from the darkness. The walls are scarred with {130}claw marks{/}." +id: 9999953 +name: Deep Tunnels +color: "" +description: + - text: The tunnels descend deeper into the asteroid's core. Strange chitinous scraping echoes from the darkness. The walls are scarred with {130}claw marks{/}. exits: - north: 9999952 - south: 9999954 + south: + room: 9999954 +objects: [] +item_spawns: [] mobs: - - "crawler" - - "crawler" + - id: crawler + - id: crawler +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
