From a226d72e51eecb768b13600303f73483118d9104 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 10 Jun 2026 01:48:28 -0400 Subject: feat: implemented janky object interaction model --- data/rooms/2.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'data/rooms/2.yaml') diff --git a/data/rooms/2.yaml b/data/rooms/2.yaml index 4b1b5f8..89913f7 100644 --- a/data/rooms/2.yaml +++ b/data/rooms/2.yaml @@ -1,8 +1,14 @@ id: 2 -name: "North Lumbridge Road" -description: "A dusty road leading north out of town. To the south you see the town square. A small mine entrance is carved into a hillside to the west." -map_symbol: "R" +name: "Copper Mine" +description: "A small mining pit. The walls glint with copper veins." exits: south: 1 - north: 4 - west: 6 + east: 10 +objects: + - id: copper_rock + - id: copper_rock + - id: copper_rock +spawns: + - item_id: bronze_pickaxe + quantity: 1 + respawn_ticks: 30 -- cgit v1.2.3