Skip to content

Commit 3fb16f7

Browse files
committed
Make the monitor tech cheaper and earlier
Intended: - after Electronics - 10 batches of - 15 seconds - 1 red science
1 parent 6b1b10c commit 3fb16f7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

prototypes/prototypes.lua

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,14 @@ data:extend(
5858
}
5959
},
6060
prerequisites = {
61-
"logistics-2"
61+
"electronics"
6262
},
6363
unit = {
64-
count = 100,
64+
count = 10,
6565
ingredients = {
6666
{"automation-science-pack", 1},
67-
{"logistic-science-pack", 1}
6867
},
69-
time = 30
68+
time = 15
7069
}
7170
},
7271

0 commit comments

Comments
 (0)