From eef238aceed3deff781fd95e166b9d7dd0547727 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 21 Mar 2025 16:58:13 +0900 Subject: [PATCH] . --- PHI-CL/changelog.txt | 7 +++++++ PHI-CL/data.lua | 3 ++- PHI-CL/info.json | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/PHI-CL/changelog.txt b/PHI-CL/changelog.txt index 7ff562c..f63dc3b 100644 --- a/PHI-CL/changelog.txt +++ b/PHI-CL/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 3.0.79 +Date: 2025-03-22 + + Changes: + - [VP] Some changes to code logic, technology prerequisites. + --------------------------------------------------------------------------------------------------- Version: 3.0.78 Date: 2025-03-21 diff --git a/PHI-CL/data.lua b/PHI-CL/data.lua index dd63b05..c17743e 100644 --- a/PHI-CL/data.lua +++ b/PHI-CL/data.lua @@ -831,7 +831,7 @@ if settings.startup['PHI-VP'].value then data:extend({{ type = 'technology', name = v .. '-productivity', - prerequisites = {v, 'automation-3', 'production-science-pack', 'utility-science-pack'}, + prerequisites = {v, 'automation-3', 'electromagnetic-plant', 'production-science-pack', 'utility-science-pack'}, effects = {{type = 'change-recipe-productivity', recipe = v, change = 0.05}}, unit = { count_formula = '800 * (1.5 ^ (L - 1))', @@ -862,6 +862,7 @@ if settings.startup['PHI-VP'].value then data.raw.technology['engine-productivity'].effects[1].recipe = 'engine-unit' data.raw.technology['electric-engine-productivity'].effects[1].recipe = 'electric-engine-unit' data.raw.technology['robotics-productivity'].effects[1].recipe = 'flying-robot-frame' + data.raw.technology['sulfur-processing-productivity'].prerequisites[3] = 'cryogenic-plant' data.raw.technology['sulfur-processing-productivity'].effects = {{type = 'change-recipe-productivity', recipe = 'sulfuric-acid', change = 0.05}, {type = 'change-recipe-productivity', recipe = 'sulfur', change = 0.05}} data.raw.technology['electronics-productivity'].effects = {{type = 'change-recipe-productivity', recipe = 'electronic-circuit', change = 0.05}, {type = 'change-recipe-productivity', recipe = 'copper-cable', change = 0.05}} data.raw.technology['solar-energy-productivity'].effects[1].recipe = 'solar-panel' diff --git a/PHI-CL/info.json b/PHI-CL/info.json index bfb5a35..34393db 100644 --- a/PHI-CL/info.json +++ b/PHI-CL/info.json @@ -1,8 +1,8 @@ { "name": "PHI-CL", - "version": "3.0.78", + "version": "3.0.79", "factorio_version": "2.0", - "date": "2025-03-21", + "date": "2025-03-22", "title": "Phidias Collection", "author": "PHIDIAS0303", "contributers": "",