Balance Food

This commit is contained in:
Ategon 2024-09-15 05:07:54 -04:00
parent 2a409b5465
commit 268d4748d0
5 changed files with 4 additions and 5 deletions

View file

@ -318,7 +318,6 @@ theme = ExtResource("1_xbn5h")
script = ExtResource("4_8xbmx") script = ExtResource("4_8xbmx")
[node name="CPUParticles2D" parent="Node2D" instance=ExtResource("4_rlswo")] [node name="CPUParticles2D" parent="Node2D" instance=ExtResource("4_rlswo")]
amount = 32
lifetime = 30.0 lifetime = 30.0
preprocess = 30.0 preprocess = 30.0
initial_velocity_min = 25.0 initial_velocity_min = 25.0

View file

@ -3,7 +3,7 @@ short: Produces Wheat
type: utility type: utility
resource: wheat resource: wheat
resourcename: Wheat resourcename: Wheat
time: 5 time: 3
amount: 1 amount: 1
max_workers: 6 max_workers: 6
cost[] cost[]

View file

@ -2,7 +2,7 @@ name: Farmhouse
short: Turns Wheat to Food short: Turns Wheat to Food
type: utility type: utility
resource: food resource: food
time: 15 time: 6
amount: 1 amount: 1
needs: wheat needs: wheat
max_workers: 6 max_workers: 6

View file

@ -1,7 +1,7 @@
name: Water Processor name: Water Processor
type: utility type: utility
short: Cleans Water short: Cleans Water
time: 15 time: 6
amount: 1 amount: 1
needs: drops needs: drops
max_workers: 6 max_workers: 6

View file

@ -2,7 +2,7 @@ name: Water Pump
type: utility type: utility
short: Produces Water short: Produces Water
resource: drops resource: drops
time: 5 time: 3
amount: 1 amount: 1
max_workers: 6 max_workers: 6
resourcename: Dirty Water resourcename: Dirty Water