From 268d4748d0bff96a473ec649707c2670a59fec58 Mon Sep 17 00:00:00 2001 From: Ategon Date: Sun, 15 Sep 2024 05:07:54 -0400 Subject: [PATCH] Balance Food --- Main.tscn | 1 - parts/buildings/foodgathering.txt | 2 +- parts/buildings/foodprocessing.txt | 2 +- parts/buildings/waterprocessor.txt | 2 +- parts/buildings/waterpump.txt | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Main.tscn b/Main.tscn index 9c148ae..eb79ffc 100644 --- a/Main.tscn +++ b/Main.tscn @@ -318,7 +318,6 @@ theme = ExtResource("1_xbn5h") script = ExtResource("4_8xbmx") [node name="CPUParticles2D" parent="Node2D" instance=ExtResource("4_rlswo")] -amount = 32 lifetime = 30.0 preprocess = 30.0 initial_velocity_min = 25.0 diff --git a/parts/buildings/foodgathering.txt b/parts/buildings/foodgathering.txt index 2216690..fa38a74 100644 --- a/parts/buildings/foodgathering.txt +++ b/parts/buildings/foodgathering.txt @@ -3,7 +3,7 @@ short: Produces Wheat type: utility resource: wheat resourcename: Wheat -time: 5 +time: 3 amount: 1 max_workers: 6 cost[] diff --git a/parts/buildings/foodprocessing.txt b/parts/buildings/foodprocessing.txt index 8923663..57d23f8 100644 --- a/parts/buildings/foodprocessing.txt +++ b/parts/buildings/foodprocessing.txt @@ -2,7 +2,7 @@ name: Farmhouse short: Turns Wheat to Food type: utility resource: food -time: 15 +time: 6 amount: 1 needs: wheat max_workers: 6 diff --git a/parts/buildings/waterprocessor.txt b/parts/buildings/waterprocessor.txt index 4264764..c6cba68 100644 --- a/parts/buildings/waterprocessor.txt +++ b/parts/buildings/waterprocessor.txt @@ -1,7 +1,7 @@ name: Water Processor type: utility short: Cleans Water -time: 15 +time: 6 amount: 1 needs: drops max_workers: 6 diff --git a/parts/buildings/waterpump.txt b/parts/buildings/waterpump.txt index 49c21c0..f2588e6 100644 --- a/parts/buildings/waterpump.txt +++ b/parts/buildings/waterpump.txt @@ -2,7 +2,7 @@ name: Water Pump type: utility short: Produces Water resource: drops -time: 5 +time: 3 amount: 1 max_workers: 6 resourcename: Dirty Water