aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/11.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-10 01:48:28 -0400
committerhistoria <[not public]>2026-06-10 01:48:28 -0400
commita226d72e51eecb768b13600303f73483118d9104 (patch)
tree458d15ef049732c15dacc591a830d3beddbedfde /data/rooms/11.yaml
parent6a0f3d7a252de4b1741cfe5e1c561412c602becc (diff)
downloadthehouseoficarus-a226d72e51eecb768b13600303f73483118d9104.tar.gz
feat: implemented janky object interaction model
Diffstat (limited to 'data/rooms/11.yaml')
-rw-r--r--data/rooms/11.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/rooms/11.yaml b/data/rooms/11.yaml
new file mode 100644
index 0000000..dcc3b05
--- /dev/null
+++ b/data/rooms/11.yaml
@@ -0,0 +1,17 @@
+id: 11
+name: "Supply Room"
+description: "A dusty storage room filled with crates and barrels. This area is normally off-limits."
+exits:
+ south:
+ room: 10
+ condition:
+ flag: gate_open
+ value: true
+ blocked_message: "The iron gate is closed."
+spawns:
+ - item_id: uncut_sapphire
+ quantity: 1
+ respawn_ticks: 100
+ - item_id: credits
+ quantity: 50
+ respawn_ticks: 200