From 7bdcee4931865f4e442b6a1885463ddcd161dce6 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 8 May 2026 23:18:43 +0900 Subject: [PATCH] . --- PHI-CL/data/b/gm-vp-c.lua | 15 +++++++++++++++ PHI-CL/data/b/gm-vp.lua | 7 +------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/PHI-CL/data/b/gm-vp-c.lua b/PHI-CL/data/b/gm-vp-c.lua index 2701b23..5c42778 100644 --- a/PHI-CL/data/b/gm-vp-c.lua +++ b/PHI-CL/data/b/gm-vp-c.lua @@ -738,6 +738,21 @@ local items = { ['small-stomper-pentapod'] = 'spider-unit', ['medium-stomper-pentapod'] = 'spider-unit', ['big-stomper-pentapod'] = 'spider-unit', + -- SPACE_AGE ENTITY_GENERATION 15 + ['ashland-lichen-tree'] = 'tree', + ['ashland-lichen-tree-flaming'] = 'tree', + ['slipstack'] = 'tree', + ['funneltrunk'] = 'tree', + ['hairyclubnub'] = 'tree', + -- SPACE_AGE ENTITY_GENERATION 20 + ['teflilly'] = 'tree', + ['lickmaw'] = 'tree', + ['stingfrond'] = 'tree', + ['boompuff'] = 'tree', + ['sunnycomb'] = 'tree', + -- SPACE_AGE ENTITY_GENERATION 25 + ['cuttlepop'] = 'tree', + ['water-cane'] = 'tree', -- SPACE_AGE ITEM 0 ['bioflux'] = 'capsule', ['jelly'] = 'capsule', diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index 12ddec1..5833c20 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -433,7 +433,7 @@ end -- GM-VP H 1 QUALITY ENTITY -- GM-VP H 12 SPACE_AGE ENTITY --- GM-VP H 15 SPACE_AGE ENTITY_GENERATION +-- GM-VP H 27 SPACE_AGE ENTITY_GENERATION -- GM-VP H 7 SPACE_AGE ITEM -- GM-VP H 21 SPACE_AGE MAP_GENERATION -- GM-VP H 3 SPACE_AGE TILE @@ -475,8 +475,3 @@ for _, v in pairs(data.raw['tile']) do v.hidden_in_factoriopedia = true end end - -for _, v in pairs({'ashland-lichen-tree', 'ashland-lichen-tree-flaming', 'slipstack', 'funneltrunk', 'hairyclubnub', 'teflilly', 'lickmaw', 'stingfrond', 'boompuff', 'sunnycomb', 'cuttlepop', 'water-cane'}) do - data.raw['tree'][v].hidden = true - data.raw['tree'][v].hidden_in_factoriopedia = true -end