diff options
Diffstat (limited to 'data/rooms')
| -rw-r--r-- | data/rooms/example_unused/town/9999915.yaml | 2 | ||||
| -rw-r--r-- | data/rooms/example_unused/town/9999916.yaml | 17 | ||||
| -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 | ||||
| -rw-r--r-- | data/rooms/intro/1005.yaml | 14 | ||||
| -rw-r--r-- | data/rooms/intro/2001.yaml | 4 |
7 files changed, 72 insertions, 30 deletions
diff --git a/data/rooms/example_unused/town/9999915.yaml b/data/rooms/example_unused/town/9999915.yaml index 95c07cb..cef822b 100644 --- a/data/rooms/example_unused/town/9999915.yaml +++ b/data/rooms/example_unused/town/9999915.yaml @@ -4,8 +4,6 @@ color: "" description: - text: Shelves lined with glass vials, dried herbs, and bubbling cauldrons. This area is not yet accessible. exits: - east: - room: 9999916 west: room: 9999914 objects: [] diff --git a/data/rooms/example_unused/town/9999916.yaml b/data/rooms/example_unused/town/9999916.yaml index 5d3c3c2..a915452 100644 --- a/data/rooms/example_unused/town/9999916.yaml +++ b/data/rooms/example_unused/town/9999916.yaml @@ -1,11 +1,16 @@ -name: "Construction Site" -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: 99999171 - west: 9999915 - north: 99999170 +id: 9999916 +name: Construction Site +color: "" +description: + - text: 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: {} objects: - id: workbench +item_spawns: [] mobs: - id: greater_drone - id: estate_broker +on_enter: [] +hazard: "" +block_transport: false +triggers: [] 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: [] diff --git a/data/rooms/intro/1005.yaml b/data/rooms/intro/1005.yaml new file mode 100644 index 0000000..4f31b7f --- /dev/null +++ b/data/rooms/intro/1005.yaml @@ -0,0 +1,14 @@ +id: 1005 +name: 'Room #1005' +color: "" +description: [] +exits: + south: + room: 2001 +objects: [] +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] diff --git a/data/rooms/intro/2001.yaml b/data/rooms/intro/2001.yaml index d809deb..0387c3e 100644 --- a/data/rooms/intro/2001.yaml +++ b/data/rooms/intro/2001.yaml @@ -6,12 +6,12 @@ description: exits: east: room: 2002 + north: + room: 1005 south: room: 2006 southeast: room: 2005 - west: - room: 1001 objects: - name: hidden guy hidden: true |
