diff options
Diffstat (limited to 'data/rooms/example_unused/wilderness')
| -rw-r--r-- | data/rooms/example_unused/wilderness/99999152.yaml | 16 | ||||
| -rw-r--r-- | data/rooms/example_unused/wilderness/99999160.yaml | 18 | ||||
| -rw-r--r-- | data/rooms/example_unused/wilderness/99999161.yaml | 25 | ||||
| -rw-r--r-- | data/rooms/example_unused/wilderness/99999162.yaml | 17 |
4 files changed, 55 insertions, 21 deletions
diff --git a/data/rooms/example_unused/wilderness/99999152.yaml b/data/rooms/example_unused/wilderness/99999152.yaml index 6a23990..83b54af 100644 --- a/data/rooms/example_unused/wilderness/99999152.yaml +++ b/data/rooms/example_unused/wilderness/99999152.yaml @@ -1,9 +1,17 @@ -name: "Allotment Field" -description: "A section with larger soil beds for growing vegetables. {94}Allotment patches{/} stretch across the floor under warm overhead lamps. A single {213}flower patch{/} sits in the corner." -exits: - north: 150 +id: 99999152 +name: Allotment Field +color: "" +description: + - text: A section with larger soil beds for growing vegetables. {94}Allotment patches{/} stretch across the floor under warm overhead lamps. A single {213}flower patch{/} sits in the corner. +exits: {} objects: - id: allotment_patch - id: allotment_patch - id: allotment_patch - id: flower_patch +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] diff --git a/data/rooms/example_unused/wilderness/99999160.yaml b/data/rooms/example_unused/wilderness/99999160.yaml index e90f19a..0bc6cc5 100644 --- a/data/rooms/example_unused/wilderness/99999160.yaml +++ b/data/rooms/example_unused/wilderness/99999160.yaml @@ -1,10 +1,12 @@ -name: "Market Square" -description: "A noisy open-air market wedged between crumbling hab-blocks. Vendors hawk salvaged tech and reconstituted food from makeshift stalls. A {220 bold}Guard{/} watches over the area with a stern expression." -exits: - north: 1 - east: 161 +id: 99999160 +name: Market Square +color: "" +description: + - text: A noisy open-air market wedged between crumbling hab-blocks. Vendors hawk salvaged tech and reconstituted food from makeshift stalls. A {220 bold}Guard{/} watches over the area with a stern expression. +exits: {} objects: - id: market_stall +item_spawns: [] mobs: - id: man wander_interval: 15 @@ -12,4 +14,8 @@ mobs: wander_interval: 18 - id: man wander_interval: 20 - - id: guard
\ No newline at end of file + - id: guard +on_enter: [] +hazard: "" +block_transport: false +triggers: [] 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: [] diff --git a/data/rooms/example_unused/wilderness/99999162.yaml b/data/rooms/example_unused/wilderness/99999162.yaml index 292e6fa..297f0e7 100644 --- a/data/rooms/example_unused/wilderness/99999162.yaml +++ b/data/rooms/example_unused/wilderness/99999162.yaml @@ -1,4 +1,13 @@ -name: "Detention Cell" -description: "A small, grimy holding cell. The walls are scratched with tally marks from previous occupants. A heavy door bars the only exit." -exits: - north: 1
\ No newline at end of file +id: 99999162 +name: Detention Cell +color: "" +description: + - text: A small, grimy holding cell. The walls are scratched with tally marks from previous occupants. A heavy door bars the only exit. +exits: {} +objects: [] +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] |
