aboutsummaryrefslogtreecommitdiff
path: root/data/rooms
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-17 17:34:40 -0400
committerhistoria <[not public]>2026-06-17 17:34:40 -0400
commiteef5ddaa94f8cff6010d092c30fed53d2be01524 (patch)
tree3026ebb5fe34fd778c5f8f6b6d23aec337a99b99 /data/rooms
parent04998e3e4eff075eee6d00850c752c3c73ab66b5 (diff)
downloadthehouseoficarus-eef5ddaa94f8cff6010d092c30fed53d2be01524.tar.gz
feat: began implementing smithing, ground item display fixes.
Diffstat (limited to 'data/rooms')
-rw-r--r--data/rooms/12.yaml17
1 files changed, 16 insertions, 1 deletions
diff --git a/data/rooms/12.yaml b/data/rooms/12.yaml
index c9ab894..4da9c7e 100644
--- a/data/rooms/12.yaml
+++ b/data/rooms/12.yaml
@@ -1,6 +1,21 @@
id: 12
name: "Forge"
-description: "A blazing forge and anvil dominate this smoky workshop. This area is not yet accessible."
+description: "A blazing forge and anvil dominate this smoky workshop. The heat from the furnace is intense."
exits:
east: 13
west: 11
+objects:
+ - id: furnace
+spawns:
+ - item_id: copper_ore
+ quantity: 3
+ respawn_ticks: 30
+ - item_id: tin_ore
+ quantity: 3
+ respawn_ticks: 30
+ - item_id: iron_ore
+ quantity: 3
+ respawn_ticks: 30
+ - item_id: coal
+ quantity: 5
+ respawn_ticks: 30