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/underground2/9999967.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/underground2/9999967.yaml')
| -rw-r--r-- | data/rooms/example_unused/underground2/9999967.yaml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/data/rooms/example_unused/underground2/9999967.yaml b/data/rooms/example_unused/underground2/9999967.yaml index 494fe9e..28ab6ef 100644 --- a/data/rooms/example_unused/underground2/9999967.yaml +++ b/data/rooms/example_unused/underground2/9999967.yaml @@ -1,7 +1,14 @@ -name: "Ancient Chamber" -description: "A perfectly spherical room carved from an unknown black metal. Glowing runes spiral across every surface in patterns that predate the asteroid itself. At the center, an ancient construct stirs from its eons-long vigil." -exits: - up: 66 - down: 68 +id: 9999967 +name: Ancient Chamber +color: "" +description: + - text: A perfectly spherical room carved from an unknown black metal. Glowing runes spiral across every surface in patterns that predate the asteroid itself. At the center, an ancient construct stirs from its eons-long vigil. +exits: {} +objects: [] +item_spawns: [] mobs: - id: ancient_construct +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
