diff options
| author | historia <[not public]> | 2026-07-03 16:55:23 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-03 16:55:23 -0400 |
| commit | 034187d1c434b6bee32aeb539ea543f6ec537376 (patch) | |
| tree | f238a9c6a657af20edf0c53e9d0980bc58c1133a /data/rooms/example_unused/town/999991.yaml | |
| parent | 778157981cccb8cb4856e3ab5a72085830c59120 (diff) | |
| download | thehouseoficarus-034187d1c434b6bee32aeb539ea543f6ec537376.tar.gz | |
feat: card ui added to drops, hazards, techs, and mods in admin gui
Diffstat (limited to 'data/rooms/example_unused/town/999991.yaml')
| -rw-r--r-- | data/rooms/example_unused/town/999991.yaml | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/data/rooms/example_unused/town/999991.yaml b/data/rooms/example_unused/town/999991.yaml index 9f2fae4..1109790 100644 --- a/data/rooms/example_unused/town/999991.yaml +++ b/data/rooms/example_unused/town/999991.yaml @@ -1,18 +1,20 @@ -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." +id: 999991 +name: Town Square +color: "" +description: + - text: 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 + down: + room: 9999931 + east: + room: 999992 + west: + room: 9999922 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 @@ -77,3 +79,10 @@ item_spawns: - id: eye_of_newt quantity: 5 respawn_ticks: 60 +mobs: + - id: newbie_trainer + - id: general_store_clerk +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
