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/wilderness/99999161.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/wilderness/99999161.yaml')
| -rw-r--r-- | data/rooms/example_unused/wilderness/99999161.yaml | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/data/rooms/example_unused/wilderness/99999161.yaml b/data/rooms/example_unused/wilderness/99999161.yaml index a82c5f1..033c816 100644 --- a/data/rooms/example_unused/wilderness/99999161.yaml +++ b/data/rooms/example_unused/wilderness/99999161.yaml @@ -1,11 +1,22 @@ -name: "Farm Outpost" -description: "A cluster of hydroponic grow-pods on the asteroid's surface, shielded by a flickering atmospheric dome. Rows of bio-luminescent crops stretch into the distance." -exits: - west: 160 +id: 99999161 +name: Farm Outpost +color: "" +description: + - text: A cluster of hydroponic grow-pods on the asteroid's surface, shielded by a flickering atmospheric dome. Rows of bio-luminescent crops stretch into the distance. +exits: {} +objects: [] +item_spawns: [] mobs: - id: farmer - wander_rooms: [161] + wander_rooms: + - 161 - id: farmer - wander_rooms: [161] + wander_rooms: + - 161 - id: bioengineer - wander_rooms: [161]
\ No newline at end of file + wander_rooms: + - 161 +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
