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/wilderness/99999151.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/wilderness/99999151.yaml')
| -rw-r--r-- | data/rooms/example_unused/wilderness/99999151.yaml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/data/rooms/example_unused/wilderness/99999151.yaml b/data/rooms/example_unused/wilderness/99999151.yaml index 88c1452..6e429a4 100644 --- a/data/rooms/example_unused/wilderness/99999151.yaml +++ b/data/rooms/example_unused/wilderness/99999151.yaml @@ -1,9 +1,17 @@ -name: "Herb Garden" -description: "A dedicated section of the hydroponics bay for growing herbs. {28}Herb patches{/} are arranged in two rows under specialized grow lights. The air here smells faintly of fresh vegetation." -exits: - west: 150 +id: 99999151 +name: Herb Garden +color: "" +description: + - text: A dedicated section of the hydroponics bay for growing herbs. {28}Herb patches{/} are arranged in two rows under specialized grow lights. The air here smells faintly of fresh vegetation. +exits: {} objects: - id: herb_patch - id: herb_patch - id: herb_patch - id: herb_patch +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
