aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/example_unused/wilderness
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-07 21:22:39 -0400
committerhistoria <[not public]>2026-07-07 21:22:39 -0400
commit74803657d587b1f93b739c1ee25bb8d62df95413 (patch)
tree0166974468c452bb13454d37d4b83d2e681446c0 /data/rooms/example_unused/wilderness
parentbae42946d24bd533cdbc1b271ce14acd752689d0 (diff)
downloadthehouseoficarus-74803657d587b1f93b739c1ee25bb8d62df95413.tar.gz
fix: agility course creation fixed and improved in admin web gui
Diffstat (limited to 'data/rooms/example_unused/wilderness')
-rw-r--r--data/rooms/example_unused/wilderness/99999152.yaml16
-rw-r--r--data/rooms/example_unused/wilderness/99999160.yaml18
-rw-r--r--data/rooms/example_unused/wilderness/99999161.yaml25
-rw-r--r--data/rooms/example_unused/wilderness/99999162.yaml17
4 files changed, 55 insertions, 21 deletions
diff --git a/data/rooms/example_unused/wilderness/99999152.yaml b/data/rooms/example_unused/wilderness/99999152.yaml
index 6a23990..83b54af 100644
--- a/data/rooms/example_unused/wilderness/99999152.yaml
+++ b/data/rooms/example_unused/wilderness/99999152.yaml
@@ -1,9 +1,17 @@
-name: "Allotment Field"
-description: "A section with larger soil beds for growing vegetables. {94}Allotment patches{/} stretch across the floor under warm overhead lamps. A single {213}flower patch{/} sits in the corner."
-exits:
- north: 150
+id: 99999152
+name: Allotment Field
+color: ""
+description:
+ - text: A section with larger soil beds for growing vegetables. {94}Allotment patches{/} stretch across the floor under warm overhead lamps. A single {213}flower patch{/} sits in the corner.
+exits: {}
objects:
- id: allotment_patch
- id: allotment_patch
- id: allotment_patch
- id: flower_patch
+item_spawns: []
+mobs: []
+on_enter: []
+hazard: ""
+block_transport: false
+triggers: []
diff --git a/data/rooms/example_unused/wilderness/99999160.yaml b/data/rooms/example_unused/wilderness/99999160.yaml
index e90f19a..0bc6cc5 100644
--- a/data/rooms/example_unused/wilderness/99999160.yaml
+++ b/data/rooms/example_unused/wilderness/99999160.yaml
@@ -1,10 +1,12 @@
-name: "Market Square"
-description: "A noisy open-air market wedged between crumbling hab-blocks. Vendors hawk salvaged tech and reconstituted food from makeshift stalls. A {220 bold}Guard{/} watches over the area with a stern expression."
-exits:
- north: 1
- east: 161
+id: 99999160
+name: Market Square
+color: ""
+description:
+ - text: A noisy open-air market wedged between crumbling hab-blocks. Vendors hawk salvaged tech and reconstituted food from makeshift stalls. A {220 bold}Guard{/} watches over the area with a stern expression.
+exits: {}
objects:
- id: market_stall
+item_spawns: []
mobs:
- id: man
wander_interval: 15
@@ -12,4 +14,8 @@ mobs:
wander_interval: 18
- id: man
wander_interval: 20
- - id: guard \ No newline at end of file
+ - id: guard
+on_enter: []
+hazard: ""
+block_transport: false
+triggers: []
diff --git a/data/rooms/example_unused/wilderness/99999161.yaml b/data/rooms/example_unused/wilderness/99999161.yaml
index a82c5f1..033c816 100644
--- a/data/rooms/example_unused/wilderness/99999161.yaml
+++ b/data/rooms/example_unused/wilderness/99999161.yaml
@@ -1,11 +1,22 @@
-name: "Farm Outpost"
-description: "A cluster of hydroponic grow-pods on the asteroid's surface, shielded by a flickering atmospheric dome. Rows of bio-luminescent crops stretch into the distance."
-exits:
- west: 160
+id: 99999161
+name: Farm Outpost
+color: ""
+description:
+ - text: A cluster of hydroponic grow-pods on the asteroid's surface, shielded by a flickering atmospheric dome. Rows of bio-luminescent crops stretch into the distance.
+exits: {}
+objects: []
+item_spawns: []
mobs:
- id: farmer
- wander_rooms: [161]
+ wander_rooms:
+ - 161
- id: farmer
- wander_rooms: [161]
+ wander_rooms:
+ - 161
- id: bioengineer
- wander_rooms: [161] \ No newline at end of file
+ wander_rooms:
+ - 161
+on_enter: []
+hazard: ""
+block_transport: false
+triggers: []
diff --git a/data/rooms/example_unused/wilderness/99999162.yaml b/data/rooms/example_unused/wilderness/99999162.yaml
index 292e6fa..297f0e7 100644
--- a/data/rooms/example_unused/wilderness/99999162.yaml
+++ b/data/rooms/example_unused/wilderness/99999162.yaml
@@ -1,4 +1,13 @@
-name: "Detention Cell"
-description: "A small, grimy holding cell. The walls are scratched with tally marks from previous occupants. A heavy door bars the only exit."
-exits:
- north: 1 \ No newline at end of file
+id: 99999162
+name: Detention Cell
+color: ""
+description:
+ - text: A small, grimy holding cell. The walls are scratched with tally marks from previous occupants. A heavy door bars the only exit.
+exits: {}
+objects: []
+item_spawns: []
+mobs: []
+on_enter: []
+hazard: ""
+block_transport: false
+triggers: []