diff options
| author | workhorse <workhorse@localhost.localdomain> | 2026-06-19 20:24:52 -0400 |
|---|---|---|
| committer | workhorse <workhorse@localhost.localdomain> | 2026-06-19 20:24:52 -0400 |
| commit | 8ee8982b8759bcae116647cc993867f4c8b0a6ce (patch) | |
| tree | ee01f7b1d745cbc94d9981108a1209527487b3e5 /data/rooms/1.yaml | |
| parent | 2bec24859af8f03c80a0a58e3240519942450167 (diff) | |
| download | thehouseoficarus-8ee8982b8759bcae116647cc993867f4c8b0a6ce.tar.gz | |
reorganized items, objects, and rooms in directories. oranized module names. added startup checks.
Diffstat (limited to 'data/rooms/1.yaml')
| -rw-r--r-- | data/rooms/1.yaml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/data/rooms/1.yaml b/data/rooms/1.yaml deleted file mode 100644 index c4ec261..0000000 --- a/data/rooms/1.yaml +++ /dev/null @@ -1,38 +0,0 @@ -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: 100 - down: 31 -objects: - - id: lumby_fountain - - id: charging_station - - id: bank_booth -mobs: - - "newbie_trainer" - - "general_store_clerk" -spawns: - - item_id: cape_of_agility - quantity: 1 - respawn_ticks: 60 - - item_id: graceful_hat - quantity: 1 - respawn_ticks: 60 - - item_id: graceful_torso - quantity: 1 - respawn_ticks: 60 - - item_id: graceful_legs - quantity: 1 - respawn_ticks: 60 - - item_id: graceful_gloves - quantity: 1 - respawn_ticks: 60 - - item_id: graceful_boots - quantity: 1 - respawn_ticks: 60 - - item_id: graceful_cape - quantity: 1 - respawn_ticks: 60 |
