diff options
| author | historia <[not public]> | 2026-07-07 21:22:39 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-07 21:22:39 -0400 |
| commit | 74803657d587b1f93b739c1ee25bb8d62df95413 (patch) | |
| tree | 0166974468c452bb13454d37d4b83d2e681446c0 /data/rooms/example_unused/agility2/99999226.yaml | |
| parent | bae42946d24bd533cdbc1b271ce14acd752689d0 (diff) | |
| download | thehouseoficarus-74803657d587b1f93b739c1ee25bb8d62df95413.tar.gz | |
fix: agility course creation fixed and improved in admin web gui
Diffstat (limited to 'data/rooms/example_unused/agility2/99999226.yaml')
| -rw-r--r-- | data/rooms/example_unused/agility2/99999226.yaml | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/data/rooms/example_unused/agility2/99999226.yaml b/data/rooms/example_unused/agility2/99999226.yaml index 6c35e88..4568b92 100644 --- a/data/rooms/example_unused/agility2/99999226.yaml +++ b/data/rooms/example_unused/agility2/99999226.yaml @@ -1,8 +1,26 @@ -name: "Reactor Course - Reactor Chasm" -description: "The final obstacle. A massive chasm separates you from the exit platform, the reactor's coolant pool churning far below in shades of luminous green. A narrow runway of grating leads to the edge. This is the longest leap on the course." +id: 99999226 +name: Reactor Course - Reactor Chasm +color: "" +description: + - text: The final obstacle. A massive chasm separates you from the exit platform, the reactor's coolant pool churning far below in shades of luminous green. A narrow runway of grating leads to the edge. This is the longest leap on the course. +exits: {} +objects: [] +item_spawns: [] +mobs: [] on_enter: - - message: "Type 'leap' to make the final jump." -exits: - down: - room: 99999200 - blocked_message: "" + - message: Type 'leap' to make the final jump. + 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: [] |
