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/town/9999915.yaml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'data/rooms/example_unused/town/9999915.yaml') diff --git a/data/rooms/example_unused/town/9999915.yaml b/data/rooms/example_unused/town/9999915.yaml index 19e2d76..95c07cb 100644 --- a/data/rooms/example_unused/town/9999915.yaml +++ b/data/rooms/example_unused/town/9999915.yaml @@ -1,9 +1,19 @@ -name: "Pharmacy Lab" -description: "Shelves lined with glass vials, dried herbs, and bubbling cauldrons. This area is not yet accessible." +id: 9999915 +name: Pharmacy Lab +color: "" +description: + - text: Shelves lined with glass vials, dried herbs, and bubbling cauldrons. This area is not yet accessible. exits: - east: 9999916 - west: 9999914 - south: 99999150 + east: + room: 9999916 + west: + room: 9999914 +objects: [] +item_spawns: [] mobs: - id: lesser_drone - id: lesser_drone +on_enter: [] +hazard: "" +block_transport: false +triggers: [] -- cgit v1.2.3