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/9999930.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/9999930.yaml')
| -rw-r--r-- | data/rooms/example_unused/town/9999930.yaml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/data/rooms/example_unused/town/9999930.yaml b/data/rooms/example_unused/town/9999930.yaml index f12b710..af76ac6 100644 --- a/data/rooms/example_unused/town/9999930.yaml +++ b/data/rooms/example_unused/town/9999930.yaml @@ -1,4 +1,13 @@ -name: "Above 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: - down: 999991 +id: 9999930 +name: Above 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: {} +objects: [] +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
