From 94a4a31bb33db841e16e2357304a01f6fad585c7 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 5 Jun 2026 22:49:24 +0900 Subject: [PATCH] . --- PHI-CL/data/b/gm-vp-c.lua | 21 +++++++++++---------- PHI-CL/data/b/gm-vp.lua | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/PHI-CL/data/b/gm-vp-c.lua b/PHI-CL/data/b/gm-vp-c.lua index df463b7..4627599 100644 --- a/PHI-CL/data/b/gm-vp-c.lua +++ b/PHI-CL/data/b/gm-vp-c.lua @@ -948,6 +948,11 @@ local items = { unit = {count = 300, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}}}, effects = {{type = 'unlock-recipe', recipe = 'agricultural-science-pack'}} }, + --[[ + ['yumako'] = true, + ['jellynut'] = true, + ['fish-breeding'] = true, + ]] }, ['technology'] = { -- SPACE_AGE 0 @@ -960,8 +965,8 @@ local items = { ['lightning-collector'] = true, ['tungsten-carbide'] = true, ['tungsten-steel'] = true, - ['yumako'] = true, - ['jellynut'] = true, + ['foundation'] = true, + ['biochamber'] = true, -- SPACE_AGE 10 ['bioflux'] = true, ['artificial-soil'] = true, @@ -973,7 +978,7 @@ local items = { ['captivity'] = true, ['biter-egg-handling'] = true, ['carbon-fiber'] = true, - ['fish-breeding'] = true, + ['promethium-science-pack'] = true, -- SPACE_AGE 20 ['holmium-processing'] = true, ['rail-support-foundations'] = true, @@ -981,17 +986,13 @@ local items = { ['quantum-processor'] = true, ['captive-biter-spawner'] = true, -- SPACE_AGE 25 - ['promethium-science-pack'] = true, - ['foundation'] = true, ['scrap-recycling-productivity'] = true, - ['biochamber'] = true, ['space-platform-thruster'] = true, - -- SPACE_AGE 30 ['space-platform'] = true, - ['asteroid-reprocessing'] = true, - ['advanced-asteroid-processing'] = true, ['asteroid-productivity'] = true, - -- SPACE_AGE 35 + ['asteroid-reprocessing'] = true, + -- SPACE_AGE 30 + ['advanced-asteroid-processing'] = true, }, } diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index f89e33f..4086c12 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -346,7 +346,7 @@ end -- GM-VP C 26 BASE RESEARCH -- GM-VP C 33 SPACE_AGE RESEARCH --- GM-VP H 35 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