From 4bb390f8dca706b50a13eec5993f3a83235f882f Mon Sep 17 00:00:00 2001 From: KiwiHawk <59639+KiwiHawk@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:41:20 +1300 Subject: [PATCH] Switch tech costs Farming environment techs now come before farming 2 techs so should be cheaper. This also controls tech tree sort order. --- .../prototypes/technology/crop-farming.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/angelsbioprocessing/prototypes/technology/crop-farming.lua b/angelsbioprocessing/prototypes/technology/crop-farming.lua index 6dae35657..cbe327f1b 100644 --- a/angelsbioprocessing/prototypes/technology/crop-farming.lua +++ b/angelsbioprocessing/prototypes/technology/crop-farming.lua @@ -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 }, @@ -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 }, @@ -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 }, @@ -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 }, @@ -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 }, @@ -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 },