From e71d1b64a9952ca718cb902cbe49eeb97ef279d3 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Thu, 7 May 2026 20:22:33 +0900 Subject: [PATCH] . --- PHI-CL/data/b/gm-vp-c.lua | 5 +++++ PHI-CL/data/b/gm-vp.lua | 14 +++++++++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/PHI-CL/data/b/gm-vp-c.lua b/PHI-CL/data/b/gm-vp-c.lua index 830b6ac..e45817c 100644 --- a/PHI-CL/data/b/gm-vp-c.lua +++ b/PHI-CL/data/b/gm-vp-c.lua @@ -435,6 +435,11 @@ local items = { ingredients = {{type = 'item', name = 'steel-plate', amount = 60}, {type = 'item', name = 'processing-unit', amount = 40}, {type = 'item', name = 'coal', amount = 60}, {type = 'item', name = 'refined-concrete', amount = 40}, {type = 'item', name = 'electric-furnace', amount = 1}, {type = 'fluid', name = 'lubricant', amount = 60}} } }, + ['tips_and_tricks_item'] = { + -- SPACE_AGE 0 + 'agriculture', + 'lava-processing' + }, ['technology'] = { ['planet-discovery-vulcanus'] = true, ['planet-discovery-gleba'] = true, diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index 24cc92e..4350de0 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -245,6 +245,17 @@ if items['recipe_reform'] then end end +-- GM-VP C 2 SPACE_AGE TIP_AND_TRICK +-- TODO nil +if items['tips_and_tricks_item'] then + for _, v in pairs(items['tips_and_tricks_item']) do + if data.raw['tips-and-tricks-item'][v] then + data.raw['tips-and-tricks-item'][v].hidden = true + data.raw['tips-and-tricks-item'][v].hidden_in_factoriopedia = true + end + end +end + -- GM-VP C 2 BASE ENTITY if data.raw['unit-spawner'] then if data.raw['unit-spawner']['biter-spawner'] then @@ -461,9 +472,6 @@ end data.raw.ammo['capture-robot-rocket'].hidden = true data.raw.ammo['capture-robot-rocket'].hidden_in_factoriopedia = true -data.raw['tips-and-tricks-item']['agriculture'] = nil -data.raw['tips-and-tricks-item']['lava-processing'] = nil - for _, v in pairs({'research-with-metallurgics', 'research-with-agriculture', 'research-with-electromagnetics', 'research-with-cryogenics', 'research-with-promethium'}) do data.raw['research-with-science-pack-achievement'][v] = nil end