From 9eb5ab1818b6b19501fd7209db1987c9e06cc919 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 9 Jun 2026 05:59:20 -0400 Subject: first commit --- data/rooms/6.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/rooms/6.yaml (limited to 'data/rooms/6.yaml') diff --git a/data/rooms/6.yaml b/data/rooms/6.yaml new file mode 100644 index 0000000..7b5d4b4 --- /dev/null +++ b/data/rooms/6.yaml @@ -0,0 +1,16 @@ +id: 6 +name: "Abandoned Mine" +description: "A dark, dusty mine shaft. Veins of copper and tin run through the walls. A single lantern flickers overhead." +map_symbol: "M" +exits: + west: 2 +objects: + - "copper_rock_1" + - "copper_rock_2" +spawns: + - item_id: "copper_ore" + quantity: 1 + respawn_ticks: 10 + - item_id: "tin_ore" + quantity: 1 + respawn_ticks: 10 -- cgit v1.2.3