diff options
Diffstat (limited to 'data/rooms')
| -rw-r--r-- | data/rooms/12.yaml | 17 |
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 |
