This commit is contained in:
2026-05-08 23:18:43 +09:00
parent dc0452855e
commit 7bdcee4931
2 changed files with 16 additions and 6 deletions
+15
View File
@@ -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',
+1 -6
View File
@@ -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