From 034187d1c434b6bee32aeb539ea543f6ec537376 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 3 Jul 2026 16:55:23 -0400 Subject: feat: card ui added to drops, hazards, techs, and mods in admin gui --- data/rooms/example_unused/wilderness/99999150.yaml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'data/rooms/example_unused/wilderness/99999150.yaml') diff --git a/data/rooms/example_unused/wilderness/99999150.yaml b/data/rooms/example_unused/wilderness/99999150.yaml index f11610f..d68ac66 100644 --- a/data/rooms/example_unused/wilderness/99999150.yaml +++ b/data/rooms/example_unused/wilderness/99999150.yaml @@ -1,9 +1,13 @@ -name: "Hydroponics Bay" -description: "A large enclosed area with climate-controlled growing stations. {34}Lush green patches{/} of soil are laid out in neat rows under artificial UV lamps. A {94}tool shed{/} stands near the entrance. Exits lead to specialized growing areas." +id: 99999150 +name: Hydroponics Bay +color: "" +description: + - text: A large enclosed area with climate-controlled growing stations. {34}Lush green patches{/} of soil are laid out in neat rows under artificial UV lamps. A {94}tool shed{/} stands near the entrance. Exits lead to specialized growing areas. exits: - north: 15 - east: 151 - south: 152 + east: + room: 151 + south: + room: 152 objects: - id: tool_shed item_spawns: @@ -28,3 +32,8 @@ item_spawns: - id: onion_seed quantity: 10 respawn_ticks: 300 +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] -- cgit v1.2.3