aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/intro/2001.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-09 05:27:10 -0400
committerhistoria <[not public]>2026-07-09 05:27:10 -0400
commitc705ae942573984784ef501bf8198f61f5206ddd (patch)
treec964066f3a244002bf75cb50a877630f46496f81 /data/rooms/intro/2001.yaml
parent74153c7814fc4cef988066ef04e38731a943bc12 (diff)
downloadthehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz
refactor: simplify yaml, remove support for old scalar fields
Diffstat (limited to 'data/rooms/intro/2001.yaml')
-rw-r--r--data/rooms/intro/2001.yaml22
1 files changed, 12 insertions, 10 deletions
diff --git a/data/rooms/intro/2001.yaml b/data/rooms/intro/2001.yaml
index 5b79018..eb7bd59 100644
--- a/data/rooms/intro/2001.yaml
+++ b/data/rooms/intro/2001.yaml
@@ -1,4 +1,5 @@
-block_transport: false
+id: 2001
+name: Test Room
color: ""
description:
- text: It's a test room
@@ -9,8 +10,14 @@ exits:
room: 2006
southeast:
room: 2005
-hazard: ""
-id: 2001
+ west:
+ room: 1001
+objects:
+ - name: hidden guy
+ hidden: true
+ description:
+ - text: YOU FOUND HIM
+ - id: tree
item_spawns:
- id: bronze_axe
quantity: 1
@@ -23,12 +30,7 @@ item_spawns:
respawn_ticks: 1
mobs:
- id: man
-name: Test Room
-objects:
- - description:
- - text: YOU FOUND HIM
- hidden: true
- name: hidden guy
- - id: tree
on_enter: []
+hazard: ""
+block_transport: false
triggers: []