From dc0452855e0e6d602d220303c61dbff6e588695e Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 8 May 2026 23:13:45 +0900 Subject: [PATCH] . --- PHI-CL/data/b/gm-vp-c.lua | 68 ++++++++++++++++++++------------------- PHI-CL/data/b/gm-vp.lua | 3 +- 2 files changed, 37 insertions(+), 34 deletions(-) diff --git a/PHI-CL/data/b/gm-vp-c.lua b/PHI-CL/data/b/gm-vp-c.lua index b200ea2..2701b23 100644 --- a/PHI-CL/data/b/gm-vp-c.lua +++ b/PHI-CL/data/b/gm-vp-c.lua @@ -705,6 +705,39 @@ local items = { ['hidden'] = { -- QUALITY ENTITY 0 ['recycler'] = 'furnace', + -- SPACE_AGE ENTITY 0 + ['biochamber'] = 'assembling-machine', + ['captive-biter-spawner'] = 'assembling-machine', + ['crusher'] = 'assembling-machine', + ['lightning-rod']= 'lightning-attractor', + ['lightning-collector'] = 'lightning-attractor', + -- SPACE_AGE ENTITY 5 + ['fulgoran-ruin-attractor'] = 'lightning-attractor', + ['asteroid-collector'] = 'asteroid-collector', + ['space-platform-hub'] = 'space-platform-hub', + ['yumako-tree'] = 'plant', + ['jellystem'] = 'plant', + -- SPACE_AGE ENTITY 10 + ['thruster'] = 'thruster', + ['lightning'] = 'lightning', + -- SPACE_AGE ENTITY_GENERATION 0 + ['small-demolisher'] = 'segmented-unit', + ['medium-demolisher'] = 'segmented-unit', + ['big-demolisher'] = 'segmented-unit', + ['small-wriggler-pentapod-premature'] = 'unit', + ['medium-wriggler-pentapod-premature'] = 'unit', + -- SPACE_AGE ENTITY_GENERATION 5 + ['big-wriggler-pentapod-premature'] = 'unit', + ['small-wriggler-pentapod'] = 'unit', + ['medium-wriggler-pentapod'] = 'unit', + ['big-wriggler-pentapod'] = 'unit', + ['small-strafer-pentapod'] = 'spider-unit', + -- SPACE_AGE ENTITY_GENERATION 10 + ['medium-strafer-pentapod'] = 'spider-unit', + ['big-strafer-pentapod'] = 'spider-unit', + ['small-stomper-pentapod'] = 'spider-unit', + ['medium-stomper-pentapod'] = 'spider-unit', + ['big-stomper-pentapod'] = 'spider-unit', -- SPACE_AGE ITEM 0 ['bioflux'] = 'capsule', ['jelly'] = 'capsule', @@ -738,6 +771,8 @@ local items = { ['cliff-gleba'] = 'cliff', ['cliff-vulcanus'] = 'cliff', ['crater-cliff'] = 'cliff', + -- SPACE_AGE MAP_GENERATION 20 + ['space-platform'] = 'surface', -- SPACE_AGE TILE 0 ['empty-space'] = 'tile', ['space-platform-foundation'] = 'tile', @@ -747,39 +782,6 @@ local items = { ['cryogenic-science-pack'] = 'tool', ['electromagnetic-science-pack'] = 'tool', ['metallurgic-science-pack'] = 'tool', - -- SPACE_AGE ENTITY 0 - ['biochamber'] = 'assembling-machine', - ['captive-biter-spawner'] = 'assembling-machine', - ['crusher'] = 'assembling-machine', - ['lightning-rod']= 'lightning-attractor', - ['lightning-collector'] = 'lightning-attractor', - -- SPACE_AGE ENTITY 5 - ['fulgoran-ruin-attractor'] = 'lightning-attractor', - ['asteroid-collector'] = 'asteroid-collector', - ['space-platform-hub'] = 'space-platform-hub', - ['yumako-tree'] = 'plant', - ['jellystem'] = 'plant', - -- SPACE_AGE ENTITY 10 - ['thruster'] = 'thruster', - ['lightning'] = 'lightning', - - ['space-platform'] = 'surface', - - ['small-demolisher'] = 'segmented-unit', - ['medium-demolisher'] = 'segmented-unit', - ['big-demolisher'] = 'segmented-unit', - ['small-wriggler-pentapod-premature'] = 'unit', - ['medium-wriggler-pentapod-premature'] = 'unit', - ['big-wriggler-pentapod-premature'] = 'unit', - ['small-wriggler-pentapod'] = 'unit', - ['medium-wriggler-pentapod'] = 'unit', - ['big-wriggler-pentapod'] = 'unit', - ['small-strafer-pentapod'] = 'spider-unit', - ['medium-strafer-pentapod'] = 'spider-unit', - ['big-strafer-pentapod'] = 'spider-unit', - ['small-stomper-pentapod'] = 'spider-unit', - ['medium-stomper-pentapod'] = 'spider-unit', - ['big-stomper-pentapod'] = 'spider-unit', } } diff --git a/PHI-CL/data/b/gm-vp.lua b/PHI-CL/data/b/gm-vp.lua index 761cee8..12ddec1 100644 --- a/PHI-CL/data/b/gm-vp.lua +++ b/PHI-CL/data/b/gm-vp.lua @@ -433,8 +433,9 @@ 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 7 SPACE_AGE ITEM --- GM-VP H 20 SPACE_AGE MAP_GENERATION +-- GM-VP H 21 SPACE_AGE MAP_GENERATION -- GM-VP H 3 SPACE_AGE TILE -- GM-VP H 4 SPACE_AGE TOOL if items['hidden'] then