From 9d4b799db4868bcab291b83599ff088763cd4ed6 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 24 Jun 2026 20:58:25 -0400 Subject: feat: new type of non-violent 'combat': work --- data/rooms/wilderness/150.yaml | 31 ------------------------------- data/rooms/wilderness/151.yaml | 10 ---------- data/rooms/wilderness/152.yaml | 10 ---------- data/rooms/wilderness/160.yaml | 16 ---------------- data/rooms/wilderness/161.yaml | 12 ------------ data/rooms/wilderness/162.yaml | 5 ----- data/rooms/wilderness/170.yaml | 7 ------- data/rooms/wilderness/171.yaml | 7 ------- 8 files changed, 98 deletions(-) delete mode 100644 data/rooms/wilderness/150.yaml delete mode 100644 data/rooms/wilderness/151.yaml delete mode 100644 data/rooms/wilderness/152.yaml delete mode 100644 data/rooms/wilderness/160.yaml delete mode 100644 data/rooms/wilderness/161.yaml delete mode 100644 data/rooms/wilderness/162.yaml delete mode 100644 data/rooms/wilderness/170.yaml delete mode 100644 data/rooms/wilderness/171.yaml (limited to 'data/rooms/wilderness') diff --git a/data/rooms/wilderness/150.yaml b/data/rooms/wilderness/150.yaml deleted file mode 100644 index 3e74da2..0000000 --- a/data/rooms/wilderness/150.yaml +++ /dev/null @@ -1,31 +0,0 @@ -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/wilderness/151.yaml b/data/rooms/wilderness/151.yaml deleted file mode 100644 index 4242270..0000000 --- a/data/rooms/wilderness/151.yaml +++ /dev/null @@ -1,10 +0,0 @@ -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/wilderness/152.yaml b/data/rooms/wilderness/152.yaml deleted file mode 100644 index 787bbbd..0000000 --- a/data/rooms/wilderness/152.yaml +++ /dev/null @@ -1,10 +0,0 @@ -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/wilderness/160.yaml b/data/rooms/wilderness/160.yaml deleted file mode 100644 index 7f30c34..0000000 --- a/data/rooms/wilderness/160.yaml +++ /dev/null @@ -1,16 +0,0 @@ -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/wilderness/161.yaml b/data/rooms/wilderness/161.yaml deleted file mode 100644 index 7c2c140..0000000 --- a/data/rooms/wilderness/161.yaml +++ /dev/null @@ -1,12 +0,0 @@ -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/wilderness/162.yaml b/data/rooms/wilderness/162.yaml deleted file mode 100644 index 6aab585..0000000 --- a/data/rooms/wilderness/162.yaml +++ /dev/null @@ -1,5 +0,0 @@ -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/wilderness/170.yaml b/data/rooms/wilderness/170.yaml deleted file mode 100644 index 35d539f..0000000 --- a/data/rooms/wilderness/170.yaml +++ /dev/null @@ -1,7 +0,0 @@ -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/wilderness/171.yaml b/data/rooms/wilderness/171.yaml deleted file mode 100644 index 552ccd4..0000000 --- a/data/rooms/wilderness/171.yaml +++ /dev/null @@ -1,7 +0,0 @@ -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 -- cgit v1.2.3