From 23fa549671f1a564be4f9c3413548975e9be184b Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 20 Mar 2025 19:33:28 +0900 Subject: [PATCH] . --- PHI-CL/data.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index 12df896..9e4d150 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -831,12 +831,12 @@ if settings.startup['PHI-VP'].value then data:extend({{ type = 'technology', name = v .. '-productivity', - prerequisites = {v, 'automation-3', 'production-science-pack'}, + prerequisites = {v, 'automation-3', 'production-science-pack', 'utility-science-pack'}, effects = {{type = 'change-recipe-productivity', recipe = v, change = 0.05}}, unit = { - count_formula = '1000 * (1.5 ^ (L - 1))', - ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}}, - time = 30 + count_formula = '800 * (1.5 ^ (L - 1))', + ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}}, + time = 60 }, icons = { { @@ -852,7 +852,7 @@ if settings.startup['PHI-VP'].value then }, order = 'a-i-d', max_level = 10, - upgrade = false, + upgrade = true, localised_name = {'technology-name.' .. v} }}) end