From 2725e2927a1595c7b100d942d1f14146252adeb7 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 04:46:40 -0400 Subject: feat: who, global chat, removed redundant YAML IDs --- data/rooms/example/town/999991.yaml | 80 ------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 data/rooms/example/town/999991.yaml (limited to 'data/rooms/example/town/999991.yaml') diff --git a/data/rooms/example/town/999991.yaml b/data/rooms/example/town/999991.yaml deleted file mode 100644 index 0231940..0000000 --- a/data/rooms/example/town/999991.yaml +++ /dev/null @@ -1,80 +0,0 @@ -id: 999991 -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." -exits: - east: 999992 - west: 9999922 - up: 9999930 - down: 9999931 -objects: - - id: lumby_fountain - - id: charging_station - - id: bank_booth - - id: aps_tower -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 - - id: basic_deck - quantity: 1 - respawn_ticks: 60 - - id: solar_identifier - quantity: 1 - respawn_ticks: 60 - - id: hydro_identifier - quantity: 1 - respawn_ticks: 60 - - id: cosmic_identifier - quantity: 1 - respawn_ticks: 60 - - id: eco_identifier - quantity: 1 - respawn_ticks: 60 - - id: chaos_identifier - quantity: 1 - respawn_ticks: 60 - - id: bio_identifier - quantity: 1 - respawn_ticks: 60 - - id: nature_identifier - quantity: 1 - respawn_ticks: 60 - - id: law_identifier - quantity: 1 - respawn_ticks: 60 - - id: death_identifier - quantity: 1 - respawn_ticks: 60 - - id: blood_identifier - quantity: 1 - respawn_ticks: 60 - - id: grimy_guam - quantity: 5 - respawn_ticks: 60 - - id: vial_of_water - quantity: 5 - respawn_ticks: 60 - - id: eye_of_newt - quantity: 5 - respawn_ticks: 60 -- cgit v1.2.3