aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/example_unused
diff options
context:
space:
mode:
Diffstat (limited to 'data/rooms/example_unused')
-rw-r--r--data/rooms/example_unused/town/9999915.yaml2
-rw-r--r--data/rooms/example_unused/town/9999916.yaml17
-rw-r--r--data/rooms/example_unused/underground2/9999951.yaml23
-rw-r--r--data/rooms/example_unused/underground2/9999952.yaml21
-rw-r--r--data/rooms/example_unused/underground2/9999953.yaml21
5 files changed, 56 insertions, 28 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: []