Skip to content

Commit 5f85107

Browse files
committed
Adjust modules tech cost #545
1 parent 802b700 commit 5f85107

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

bobmodules/changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Version: 2.0.7
33
Date: ???
44
Bugfixes:
55
- Fixed crash with Classic Beacons mod #527
6+
Changes:
7+
- Adjusted modules tech costs #545
68
---------------------------------------------------------------------------------------------------
79
Version: 2.0.6
810
Date: 18. 01. 2026

bobmodules/prototypes/technology/module.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data:extend({
1717
},
1818
},
1919
unit = {
20-
count = 50,
20+
count = 200,
2121
ingredients = {
2222
{ "automation-science-pack", 1 },
2323
{ "logistic-science-pack", 1 },
@@ -44,7 +44,7 @@ data:extend({
4444
},
4545
},
4646
unit = {
47-
count = 100,
47+
count = 300,
4848
ingredients = {
4949
{ "automation-science-pack", 1 },
5050
{ "logistic-science-pack", 1 },
@@ -71,7 +71,7 @@ data:extend({
7171
},
7272
},
7373
unit = {
74-
count = 100,
74+
count = 500,
7575
ingredients = {
7676
{ "automation-science-pack", 1 },
7777
{ "logistic-science-pack", 1 },
@@ -94,7 +94,7 @@ data:extend({
9494
},
9595
effects = {},
9696
unit = {
97-
count = 100,
97+
count = 1000,
9898
ingredients = {
9999
{ "automation-science-pack", 1 },
100100
{ "logistic-science-pack", 1 },

0 commit comments

Comments
 (0)