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")
[node name="CPUParticles2D" parent="Node2D" instance=ExtResource("4_rlswo")]
amount = 32
lifetime = 30.0
preprocess = 30.0
initial_velocity_min = 25.0

View file

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

View file

@ -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

View file

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

View file

@ -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