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/4.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/rooms/4.yaml (limited to 'data/rooms/4.yaml') diff --git a/data/rooms/4.yaml b/data/rooms/4.yaml new file mode 100644 index 0000000..ab25de1 --- /dev/null +++ b/data/rooms/4.yaml @@ -0,0 +1,13 @@ +id: 4 +name: "Lumbridge Forest Edge" +description: "The road ends here at the edge of a dark forest. Towering oak trees loom ahead to the north." +map_symbol: "F" +exits: + south: 2 + north: 5 +objects: + - "oak_tree_1" +spawns: + - item_id: "oak_logs" + quantity: 1 + respawn_ticks: 10 -- cgit v1.2.3