aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/intro
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-07 05:50:37 -0400
committerhistoria <[not public]>2026-07-07 05:50:37 -0400
commit3f30fa3eec9c2e2acf9a984ccefb9529a25e688a (patch)
treeb6c146ec7f3dc2ea21dbf8ee7612c3889d93ca1a /data/rooms/intro
parenta51f7a53aa2c487ebf94ba0363038574ae8bb590 (diff)
downloadthehouseoficarus-3f30fa3eec9c2e2acf9a984ccefb9529a25e688a.tar.gz
feat: add insert/remove room to context menu in admin web GUI to 'push' or 'pull' map rooms
Diffstat (limited to 'data/rooms/intro')
-rw-r--r--data/rooms/intro/1005.yaml12
-rw-r--r--data/rooms/intro/1006.yaml12
-rw-r--r--data/rooms/intro/2001.yaml27
3 files changed, 10 insertions, 41 deletions
diff --git a/data/rooms/intro/1005.yaml b/data/rooms/intro/1005.yaml
deleted file mode 100644
index faf82e3..0000000
--- a/data/rooms/intro/1005.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-id: 1005
-name: 'Room #1005'
-color: ""
-description: []
-exits: {}
-objects: []
-item_spawns: []
-mobs: []
-on_enter: []
-hazard: ""
-block_transport: false
-triggers: []
diff --git a/data/rooms/intro/1006.yaml b/data/rooms/intro/1006.yaml
deleted file mode 100644
index 5a87adb..0000000
--- a/data/rooms/intro/1006.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-id: 1006
-name: 'Room #1006'
-color: ""
-description: []
-exits: {}
-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 a9570f6..2197f70 100644
--- a/data/rooms/intro/2001.yaml
+++ b/data/rooms/intro/2001.yaml
@@ -1,23 +1,21 @@
-block_transport: false
+id: 2001
+name: Test Room
color: ""
description:
- text: It's a test room
exits:
east:
room: 2002
- north:
- blocked_message: ""
- condition: null
- always_blocked: true
- room: 1006
- set_flags: null
- set_player_flags: null
south:
room: 2006
southeast:
room: 2005
-hazard: ""
-id: 2001
+objects:
+ - name: hidden guy
+ hidden: true
+ description:
+ - text: YOU FOUND HIM
+ - id: tree
item_spawns:
- id: bronze_axe
quantity: 1
@@ -31,12 +29,7 @@ item_spawns:
mobs:
- id: man
- id: flight_attendant_copy
-name: Test Room
-objects:
- - description:
- - text: YOU FOUND HIM
- hidden: true
- name: hidden guy
- - id: tree
on_enter: []
+hazard: ""
+block_transport: false
triggers: []