From 74803657d587b1f93b739c1ee25bb8d62df95413 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 7 Jul 2026 21:22:39 -0400 Subject: fix: agility course creation fixed and improved in admin web gui --- data/rooms/example_unused/agility2/99999205.yaml | 32 ++++++++++++++++++------ 1 file changed, 25 insertions(+), 7 deletions(-) (limited to 'data/rooms/example_unused/agility2/99999205.yaml') diff --git a/data/rooms/example_unused/agility2/99999205.yaml b/data/rooms/example_unused/agility2/99999205.yaml index 2fc75c2..1e36390 100644 --- a/data/rooms/example_unused/agility2/99999205.yaml +++ b/data/rooms/example_unused/agility2/99999205.yaml @@ -1,8 +1,26 @@ -name: "Ventilation Shaft - Emergency Chute" -description: "A smooth metal chute angles steeply downward, polished by countless slides. An old emergency evacuation sign hangs crookedly on the wall. This is the final obstacle -- the chute leads back to the training grounds." +id: 99999205 +name: Ventilation Shaft - Emergency Chute +color: "" +description: + - text: A smooth metal chute angles steeply downward, polished by countless slides. An old emergency evacuation sign hangs crookedly on the wall. This is the final obstacle -- the chute leads back to the training grounds. +exits: {} +objects: [] +item_spawns: [] +mobs: [] on_enter: - - message: "Type 'slide' to descend the chute." -exits: - down: - room: 99999200 - blocked_message: "" + - message: Type 'slide' to descend the chute. + condition: null + delay: 0 + set_global_flags: {} + set_player_flags: {} + broadcast: "" + broadcast_global: "" + spawn_mob: null + despawn_mob: "" + give_item: "" + take_item: "" + teleport: 0 + heal: 0 +hazard: "" +block_transport: false +triggers: [] -- cgit v1.2.3