From 48aa1a2874c1b31eebe9c4e5e39b59c93e861722 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 16 Mar 2025 01:01:20 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index b878167..94405a9 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -826,7 +826,7 @@ if settings.startup['PHI-VP'].value then type = 'technology', name = v .. '-productivity', prerequisites = {v, 'automation-3', 'production-science-pack'}, - effects = {{type = 'change-recipe-productivity', recipe = v, change = 0.1}}, + effects = {{type = 'change-recipe-productivity', recipe = v, change = 0.05}}, unit = { count_formula = '750 * (1.5 ^ (L - 1))', ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}},