From ebf65bbb285af76e4f33c756cb3964ab6925bad4 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 8 Jun 2026 03:29:57 +0900 Subject: [PATCH] . --- PHI-CL/data/b/gm-vp-c.lua | 29 +++++++++-------------------- PHI-CL/data/b/gm-vp.lua | 4 ++-- 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/PHI-CL/data/b/gm-vp-c.lua b/PHI-CL/data/b/gm-vp-c.lua index 706f749..f8355b1 100644 --- a/PHI-CL/data/b/gm-vp-c.lua +++ b/PHI-CL/data/b/gm-vp-c.lua @@ -524,18 +524,6 @@ local items = { ['spoilage'] = true, ['thruster'] = true, ['calcite'] = true, - -- SPACE_AGE 25 - -- SPACE_AGE 30 - ['quantum-processor'] = true, - ['tungsten-carbide'] = true, - ['tungsten-plate'] = true, - ['holmium-ore'] = true, - ['holmium-plate'] = true, - ['lithium'] = true, - ['lithium-plate'] = true, - ['superconductor'] = true, - ['supercapacitor'] = true, - ['scrap'] = true, }, ['tips_and_tricks_item'] = { ['quality'] = true, @@ -1066,6 +1054,14 @@ local items = { 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 = 'carbon'}, {type = 'unlock-recipe', recipe = 'carbon-fiber'}} }, + --[[ + ['scrap-recycling-productivity'] = true, + ['tungsten-carbide'] = true, + ['tungsten-steel'] = true, + ['holmium-processing'] = true, + ['lithium-processing'] = true, + ['quantum-processor'] = true, + ]] }, ['technology'] = { -- SPACE_AGE 0 @@ -1097,15 +1093,8 @@ local items = { ['captive-biter-spawner'] = true, ['space-platform-thruster'] = true, ['space-platform'] = true, - ['scrap-recycling-productivity'] = true, - -- SPACE_AGE 25 ['bioflux-processing'] = true, - -- SPACE_AGE 30 - ['tungsten-carbide'] = true, - ['tungsten-steel'] = true, - ['holmium-processing'] = true, - ['lithium-processing'] = true, - ['quantum-processor'] = true, + -- SPACE_AGE 25 }, } diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index a009a3d..7b6d6fa 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -380,7 +380,7 @@ end -- GM-VP C 26 BASE RESEARCH -- GM-VP C 36 SPACE_AGE RESEARCH --- GM-VP H 31 SPACE_AGE RESEARCH +-- GM-VP H 25 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 @@ -427,7 +427,7 @@ if settings.startup['PHI-MB-MACHINE'].value and settings.startup['PHI-MB-MACHINE end -- GM-VP H 1 QUALITY ITEM --- GM-VP H 33 SPACE_AGE ITEM +-- GM-VP H 23 SPACE_AGE ITEM for _, v in pairs(data.raw.item) do v.auto_recycle = false