From 3a724f010814b72e7128415000437a1c095da8bc Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Wed, 29 Apr 2026 19:22:35 +0900 Subject: [PATCH] . --- PHI-CL/data/b/gm-sap.lua | 6 ++++++ PHI-CL/data/b/gm.lua | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/PHI-CL/data/b/gm-sap.lua b/PHI-CL/data/b/gm-sap.lua index b1debb6..9bcaceb 100644 --- a/PHI-CL/data/b/gm-sap.lua +++ b/PHI-CL/data/b/gm-sap.lua @@ -40,6 +40,12 @@ if data.raw.technology['cryogenic-science-pack'] then table.insert(data.raw.technology['cryogenic-science-pack'].effects, {type = 'unlock-space-location', space_location = 'shattered-planet'}) end +-- GM-SAP C 1 SPACE_AGE RESEARCH +if data.raw.technology['research-productivity'] then + data.raw.technology['research-productivity'].prerequisites = {'cryogenic-science-pack'} + data.raw.technology['research-productivity'].unit.ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}, {'space-science-pack', 1}, {'agricultural-science-pack', 1}, {'cryogenic-science-pack', 1}, {'electromagnetic-science-pack', 1}, {'metallurgic-science-pack', 1}} +end + -- GM-SAP C 1 SPACE_AGE ENTITY if data.raw['space-platform-hub'] and data.raw['space-platform-hub']['space-platform-hub'] then data.raw['space-platform-hub']['space-platform-hub'].platform_repair_speed_modifier = math.max(2, data.raw['space-platform-hub']['space-platform-hub'].platform_repair_speed_modifier) diff --git a/PHI-CL/data/b/gm.lua b/PHI-CL/data/b/gm.lua index 3f13154..700ecec 100644 --- a/PHI-CL/data/b/gm.lua +++ b/PHI-CL/data/b/gm.lua @@ -49,8 +49,6 @@ data.raw.ammo['artillery-shell'].stack_size = data.raw['inserter']['stack-insert data.raw.technology['cliff-explosives'].prerequisites = {'explosives', 'military-2'} data.raw.technology['cliff-explosives'].unit = {count = 200, time = 15, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}}} data.raw.technology['cliff-explosives'].effects = {{type = 'unlock-recipe', recipe = 'cliff-explosives'}, {type = 'cliff-deconstruction-enabled', modifier = true}} -data.raw.technology['research-productivity'].prerequisites = {'cryogenic-science-pack'} -data.raw.technology['research-productivity'].unit.ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'utility-science-pack', 1}, {'space-science-pack', 1}, {'agricultural-science-pack', 1}, {'cryogenic-science-pack', 1}, {'electromagnetic-science-pack', 1}, {'metallurgic-science-pack', 1}} -- GM A 9 BASE RESEARCH_EFFECT for i=5, 7 do