Skip to content

Commit

Permalink
Switch tech costs
Browse files Browse the repository at this point in the history
Farming environment techs now come before farming 2 techs so should be cheaper. This also controls tech tree sort order.
  • Loading branch information
KiwiHawk committed Nov 22, 2023
1 parent 5b0ee4d commit 4bb390f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions angelsbioprocessing/prototypes/technology/crop-farming.lua
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ data:extend({
},
},
unit = {
count = 32,
count = 64,
ingredients = {
{ type = "item", name = "automation-science-pack", amount = 4 },
{ type = "item", name = "logistic-science-pack", amount = 4 },
Expand Down Expand Up @@ -356,7 +356,7 @@ data:extend({
},
},
unit = {
count = 64,
count = 32,
ingredients = {
{ type = "item", name = "automation-science-pack", amount = 4 },
{ type = "item", name = "logistic-science-pack", amount = 4 },
Expand Down Expand Up @@ -459,7 +459,7 @@ data:extend({
},
},
unit = {
count = 32,
count = 64,
ingredients = {
{ type = "item", name = "automation-science-pack", amount = 4 },
{ type = "item", name = "logistic-science-pack", amount = 4 },
Expand Down Expand Up @@ -495,7 +495,7 @@ data:extend({
},
},
unit = {
count = 64,
count = 32,
ingredients = {
{ type = "item", name = "automation-science-pack", amount = 4 },
{ type = "item", name = "logistic-science-pack", amount = 4 },
Expand Down Expand Up @@ -598,7 +598,7 @@ data:extend({
},
},
unit = {
count = 32,
count = 64,
ingredients = {
{ type = "item", name = "automation-science-pack", amount = 4 },
{ type = "item", name = "logistic-science-pack", amount = 4 },
Expand Down Expand Up @@ -634,7 +634,7 @@ data:extend({
},
},
unit = {
count = 64,
count = 32,
ingredients = {
{ type = "item", name = "automation-science-pack", amount = 4 },
{ type = "item", name = "logistic-science-pack", amount = 4 },
Expand Down

0 comments on commit 4bb390f

Please sign in to comment.