From 3fb16f7ee01532d02d7608411dcfde24dc9b9ecd Mon Sep 17 00:00:00 2001 From: Octav Sandulescu Date: Fri, 1 Mar 2019 09:47:33 +0000 Subject: [PATCH] Make the monitor tech cheaper and earlier Intended: - after Electronics - 10 batches of - 15 seconds - 1 red science --- prototypes/prototypes.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/prototypes/prototypes.lua b/prototypes/prototypes.lua index e44db78..682cbf5 100644 --- a/prototypes/prototypes.lua +++ b/prototypes/prototypes.lua @@ -58,15 +58,14 @@ data:extend( } }, prerequisites = { - "logistics-2" + "electronics" }, unit = { - count = 100, + count = 10, ingredients = { {"automation-science-pack", 1}, - {"logistic-science-pack", 1} }, - time = 30 + time = 15 } },