From 8ee8982b8759bcae116647cc993867f4c8b0a6ce Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 20:24:52 -0400 Subject: reorganized items, objects, and rooms in directories. oranized module names. added startup checks. --- data/rooms/town/1.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 data/rooms/town/1.yaml (limited to 'data/rooms/town/1.yaml') diff --git a/data/rooms/town/1.yaml b/data/rooms/town/1.yaml new file mode 100644 index 0000000..ec97af2 --- /dev/null +++ b/data/rooms/town/1.yaml @@ -0,0 +1,38 @@ +id: 1 +name: "Town Square" +description: "The central square of Lumbridge. A fountain gurgles peacefully in the center. Paths lead west toward the gathering grounds and east toward the production district." +map_symbol: "S" +exits: + east: 2 + west: 22 + up: 30 + down: 31 +objects: + - id: lumby_fountain + - id: charging_station + - id: bank_booth +mobs: + - "newbie_trainer" + - "general_store_clerk" +item_spawns: + - id: cape_of_agility + quantity: 1 + respawn_ticks: 60 + - id: graceful_hat + quantity: 1 + respawn_ticks: 60 + - id: graceful_torso + quantity: 1 + respawn_ticks: 60 + - id: graceful_legs + quantity: 1 + respawn_ticks: 60 + - id: graceful_gloves + quantity: 1 + respawn_ticks: 60 + - id: graceful_boots + quantity: 1 + respawn_ticks: 60 + - id: graceful_cape + quantity: 1 + respawn_ticks: 60 -- cgit v1.2.3