diff options
| author | historia <[not public]> | 2026-06-25 04:46:40 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-25 04:46:40 -0400 |
| commit | 2725e2927a1595c7b100d942d1f14146252adeb7 (patch) | |
| tree | e8bc2292634a2d686c751981ddb3097517cccc6a /data/rooms/example/town/999991.yaml | |
| parent | 94a06fbbe682701ca4d4bd2a70cd74d8df29c932 (diff) | |
| download | thehouseoficarus-2725e2927a1595c7b100d942d1f14146252adeb7.tar.gz | |
feat: who, global chat, removed redundant YAML IDs
Diffstat (limited to 'data/rooms/example/town/999991.yaml')
| -rw-r--r-- | data/rooms/example/town/999991.yaml | 80 |
1 files changed, 0 insertions, 80 deletions
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 |
