diff options
Diffstat (limited to 'data/rooms/example/wilderness')
| -rw-r--r-- | data/rooms/example/wilderness/99999150.yaml | 31 | ||||
| -rw-r--r-- | data/rooms/example/wilderness/99999151.yaml | 10 | ||||
| -rw-r--r-- | data/rooms/example/wilderness/99999152.yaml | 10 | ||||
| -rw-r--r-- | data/rooms/example/wilderness/99999160.yaml | 16 | ||||
| -rw-r--r-- | data/rooms/example/wilderness/99999161.yaml | 12 | ||||
| -rw-r--r-- | data/rooms/example/wilderness/99999162.yaml | 5 | ||||
| -rw-r--r-- | data/rooms/example/wilderness/99999170.yaml | 7 | ||||
| -rw-r--r-- | data/rooms/example/wilderness/99999171.yaml | 7 | ||||
| -rw-r--r-- | data/rooms/example/wilderness/99999180.yaml | 5 | ||||
| -rw-r--r-- | data/rooms/example/wilderness/99999181.yaml | 11 |
10 files changed, 114 insertions, 0 deletions
diff --git a/data/rooms/example/wilderness/99999150.yaml b/data/rooms/example/wilderness/99999150.yaml new file mode 100644 index 0000000..3e74da2 --- /dev/null +++ b/data/rooms/example/wilderness/99999150.yaml @@ -0,0 +1,31 @@ +id: 150 +name: "Hydroponics Bay" +description: "A large enclosed area with climate-controlled growing stations. {34}Lush green patches{/} of soil are laid out in neat rows under artificial UV lamps. A {94}tool shed{/} stands near the entrance. Exits lead to specialized growing areas." +exits: + north: 15 + east: 151 + south: 152 +objects: + - id: tool_shed +item_spawns: + - id: rake + quantity: 1 + respawn_ticks: 120 + - id: spade + quantity: 1 + respawn_ticks: 120 + - id: watering_can + quantity: 1 + respawn_ticks: 120 + - id: plant_cure + quantity: 3 + respawn_ticks: 200 + - id: guam_seed + quantity: 5 + respawn_ticks: 300 + - id: potato_seed + quantity: 10 + respawn_ticks: 300 + - id: onion_seed + quantity: 10 + respawn_ticks: 300 diff --git a/data/rooms/example/wilderness/99999151.yaml b/data/rooms/example/wilderness/99999151.yaml new file mode 100644 index 0000000..4242270 --- /dev/null +++ b/data/rooms/example/wilderness/99999151.yaml @@ -0,0 +1,10 @@ +id: 151 +name: "Herb Garden" +description: "A dedicated section of the hydroponics bay for growing herbs. {28}Herb patches{/} are arranged in two rows under specialized grow lights. The air here smells faintly of fresh vegetation." +exits: + west: 150 +objects: + - id: herb_patch + - id: herb_patch + - id: herb_patch + - id: herb_patch diff --git a/data/rooms/example/wilderness/99999152.yaml b/data/rooms/example/wilderness/99999152.yaml new file mode 100644 index 0000000..787bbbd --- /dev/null +++ b/data/rooms/example/wilderness/99999152.yaml @@ -0,0 +1,10 @@ +id: 152 +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 +objects: + - id: allotment_patch + - id: allotment_patch + - id: allotment_patch + - id: flower_patch diff --git a/data/rooms/example/wilderness/99999160.yaml b/data/rooms/example/wilderness/99999160.yaml new file mode 100644 index 0000000..7f30c34 --- /dev/null +++ b/data/rooms/example/wilderness/99999160.yaml @@ -0,0 +1,16 @@ +id: 160 +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 +objects: + - id: market_stall +mobs: + - id: man + wander_interval: 15 + - id: man + wander_interval: 18 + - id: man + wander_interval: 20 + - id: guard
\ No newline at end of file diff --git a/data/rooms/example/wilderness/99999161.yaml b/data/rooms/example/wilderness/99999161.yaml new file mode 100644 index 0000000..7c2c140 --- /dev/null +++ b/data/rooms/example/wilderness/99999161.yaml @@ -0,0 +1,12 @@ +id: 161 +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 +mobs: + - id: farmer + wander_rooms: [161] + - id: farmer + wander_rooms: [161] + - id: bioengineer + wander_rooms: [161]
\ No newline at end of file diff --git a/data/rooms/example/wilderness/99999162.yaml b/data/rooms/example/wilderness/99999162.yaml new file mode 100644 index 0000000..6aab585 --- /dev/null +++ b/data/rooms/example/wilderness/99999162.yaml @@ -0,0 +1,5 @@ +id: 162 +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 diff --git a/data/rooms/example/wilderness/99999170.yaml b/data/rooms/example/wilderness/99999170.yaml new file mode 100644 index 0000000..35d539f --- /dev/null +++ b/data/rooms/example/wilderness/99999170.yaml @@ -0,0 +1,7 @@ +id: 170 +name: "Local Neighborhood" +description: "A quiet cul-de-sac of modest homes, each with a small garden plot. An estate directory terminal glows in the center, listing residents and property information." +exits: + south: 16 +objects: + - id: estate_directory diff --git a/data/rooms/example/wilderness/99999171.yaml b/data/rooms/example/wilderness/99999171.yaml new file mode 100644 index 0000000..552ccd4 --- /dev/null +++ b/data/rooms/example/wilderness/99999171.yaml @@ -0,0 +1,7 @@ +id: 171 +name: "Lumberyard" +description: "Stacks of fresh-cut timber fill the air with the scent of pine. A massive industrial sawmill hums in the background, operated by a burly worker." +exits: + west: 16 +mobs: + - id: sawmill_operator diff --git a/data/rooms/example/wilderness/99999180.yaml b/data/rooms/example/wilderness/99999180.yaml new file mode 100644 index 0000000..866d658 --- /dev/null +++ b/data/rooms/example/wilderness/99999180.yaml @@ -0,0 +1,5 @@ +id: 99999180 +name: "Construction Yard Entrance" +description: "A fenced staging area at the edge of the terraforming works. Crates of brackets and coils of cable are stacked under a sturdy section of atmospheric dome. To the {220}north{/} the dome shielding gives out and the open solar array field begins." +exits: + north: 99999181 diff --git a/data/rooms/example/wilderness/99999181.yaml b/data/rooms/example/wilderness/99999181.yaml new file mode 100644 index 0000000..aae861b --- /dev/null +++ b/data/rooms/example/wilderness/99999181.yaml @@ -0,0 +1,11 @@ +id: 99999181 +name: "Exposed Solar Array" +description: "A wide field of steel frames stretches under a torn section of the atmospheric dome. Raw sunlight blazes down with nothing to filter it. Half-built {220}solar panel frames{/} wait to be finished. A jagged {248}rock outcrop{/} on the south edge throws a patch of shade. The yard entrance lies back to the {34}south{/}." +hazard: solar_radiation +exits: + south: 99999180 +objects: + - id: rock_outcrop +mobs: + - solar_panel_frame + - solar_panel_frame |
