From dc18e7f4b2ae12c3da53f990029a99edd5fc782b Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Sun, 7 Jun 2026 00:57:26 +0900 Subject: [PATCH] . --- PHI-CL/data/b/gm-vp-c.lua | 6 +----- PHI-CL/data/b/gm-vp.lua | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/PHI-CL/data/b/gm-vp-c.lua b/PHI-CL/data/b/gm-vp-c.lua index 1060689..8875af3 100644 --- a/PHI-CL/data/b/gm-vp-c.lua +++ b/PHI-CL/data/b/gm-vp-c.lua @@ -988,11 +988,6 @@ local items = { effects = {{type = 'unlock-recipe', recipe = 'bioflux'}, {type = 'unlock-recipe', recipe = 'nutrients-from-bioflux'}, {type = 'unlock-recipe', recipe = 'biolubricant'}, {type = 'unlock-recipe', recipe = 'bioplastic'}, {type = 'unlock-recipe', recipe = 'biosulfur'}, {type = 'unlock-recipe', recipe = 'rocket-fuel-from-jelly'}} }, -- SPACE_AGE 35 - ['bioflux-processing'] = { - prerequisites = {'bioflux'}, - unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'agricultural-science-pack', 1}}}, - effects = {{type = 'unlock-recipe', recipe = 'biolubricant'}, {type = 'unlock-recipe', recipe = 'bioplastic'}, {type = 'unlock-recipe', recipe = 'biosulfur'}, {type = 'unlock-recipe', recipe = 'rocket-fuel-from-jelly'}} - }, ['carbon-fiber'] = { prerequisites = {'agricultural-science-pack'}, unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'agricultural-science-pack', 1}}}, @@ -1037,6 +1032,7 @@ local items = { ['asteroid-productivity'] = true, ['asteroid-reprocessing'] = true, -- SPACE_AGE 30 + ['bioflux-processing'] = true, }, } diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index 237753e..ebdec6a 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -362,8 +362,8 @@ if data.raw['lab'] then end -- GM-VP C 26 BASE RESEARCH --- GM-VP C 37 SPACE_AGE RESEARCH --- GM-VP H 30 SPACE_AGE RESEARCH +-- GM-VP C 36 SPACE_AGE RESEARCH +-- GM-VP H 31 SPACE_AGE RESEARCH if data.raw.technology and items['technology'] and items['technology_reform'] then for _, v in pairs(data.raw.technology) do if items['technology_reform'][v.name] then