From eef5ddaa94f8cff6010d092c30fed53d2be01524 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 17 Jun 2026 17:34:40 -0400 Subject: feat: began implementing smithing, ground item display fixes. --- data/rooms/12.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'data/rooms/12.yaml') 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 -- cgit v1.2.3