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/1.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/rooms/1.yaml (limited to 'data/rooms/1.yaml') diff --git a/data/rooms/1.yaml b/data/rooms/1.yaml new file mode 100644 index 0000000..7d1f7c5 --- /dev/null +++ b/data/rooms/1.yaml @@ -0,0 +1,16 @@ +id: 1 +name: "Lumbridge Town Square" +description: "A bustling town square in the heart of Lumbridge. Cobblestone paths lead in all directions. A fountain gurgles peacefully in the center." +map_symbol: "S" +exits: + north: 2 + east: 3 +objects: + - "lumby_fountain" +spawns: + - item_id: "copper_ore" + quantity: 1 + respawn_ticks: 10 +mobs: + - "man" + - "man" -- cgit v1.2.3