This commit is contained in:
2026-06-06 14:13:37 +09:00
parent 953acc9867
commit 8b111f10cb
2 changed files with 14 additions and 16 deletions
+11 -13
View File
@@ -432,15 +432,15 @@ local items = {
['iron-bacteria'] = true, ['iron-bacteria'] = true,
['copper-bacteria'] = true, ['copper-bacteria'] = true,
['spoilage'] = true, ['spoilage'] = true,
['carbon-fiber'] = true, ['quantum-processor'] = true,
-- SPACE_AGE 20 -- SPACE_AGE 20
['biter-egg'] = true, ['biter-egg'] = true,
['pentapod-egg'] = true, ['pentapod-egg'] = true,
['lithium'] = true, ['lithium'] = true,
['lithium-plate'] = true, ['lithium-plate'] = true,
['quantum-processor'] = true, ['crusher'] = true,
-- SPACE_AGE 25 -- SPACE_AGE 25
['carbon'] = true, ['thruster'] = true,
['calcite'] = true, ['calcite'] = true,
['space-platform-foundation'] = true, ['space-platform-foundation'] = true,
['space-platform-hub'] = true, ['space-platform-hub'] = true,
@@ -450,9 +450,6 @@ local items = {
['metallic-asteroid-chunk'] = true, ['metallic-asteroid-chunk'] = true,
['promethium-asteroid-chunk'] = true, ['promethium-asteroid-chunk'] = true,
['oxide-asteroid-chunk'] = true, ['oxide-asteroid-chunk'] = true,
['crusher'] = true,
-- SPACE_AGE 35
['thruster'] = true,
}, },
['tips_and_tricks_item'] = { ['tips_and_tricks_item'] = {
['quality'] = true, ['quality'] = true,
@@ -598,7 +595,6 @@ local items = {
['holmium-solution'] = 'fluid', ['holmium-solution'] = 'fluid',
['lava'] = 'fluid', ['lava'] = 'fluid',
-- SPACE_AGE ITEM 0 -- SPACE_AGE ITEM 0
['bioflux'] = 'capsule',
['capture-robot-rocket'] = 'ammo', ['capture-robot-rocket'] = 'ammo',
['space-platform-starter-pack'] = 'space-platform-starter-pack', ['space-platform-starter-pack'] = 'space-platform-starter-pack',
-- SPACE_AGE MAP_GENERATION 0 -- SPACE_AGE MAP_GENERATION 0
@@ -986,6 +982,11 @@ local items = {
unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'agricultural-science-pack', 1}}}, unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'agricultural-science-pack', 1}}},
effects = {{type = 'unlock-recipe', recipe = 'fish-breeding'}, {type = 'unlock-recipe', recipe = 'nutrients-from-fish'}, {type = 'unlock-recipe', recipe = 'nutrients-from-yumako-mash'}} effects = {{type = 'unlock-recipe', recipe = 'fish-breeding'}, {type = 'unlock-recipe', recipe = 'nutrients-from-fish'}, {type = 'unlock-recipe', recipe = 'nutrients-from-yumako-mash'}}
}, },
--[[
['bioflux'] = true,
['bioflux-processing'] = true,
['carbon-fiber'] = true,
]]
}, },
['technology'] = { ['technology'] = {
-- SPACE_AGE 0 -- SPACE_AGE 0
@@ -1001,17 +1002,17 @@ local items = {
['foundation'] = true, ['foundation'] = true,
['biochamber'] = true, ['biochamber'] = true,
-- SPACE_AGE 10 -- SPACE_AGE 10
['bioflux'] = true,
['artificial-soil'] = true, ['artificial-soil'] = true,
['overgrowth-soil'] = true, ['overgrowth-soil'] = true,
['bacteria-cultivation'] = true, ['bacteria-cultivation'] = true,
['bioflux-processing'] = true, ['yumako'] = true,
['jellynut'] = true,
-- SPACE_AGE 15 -- SPACE_AGE 15
['calcite-processing'] = true, ['calcite-processing'] = true,
['captivity'] = true, ['captivity'] = true,
['biter-egg-handling'] = true, ['biter-egg-handling'] = true,
['carbon-fiber'] = true,
['promethium-science-pack'] = true, ['promethium-science-pack'] = true,
['advanced-asteroid-processing'] = true,
-- SPACE_AGE 20 -- SPACE_AGE 20
['holmium-processing'] = true, ['holmium-processing'] = true,
['rail-support-foundations'] = true, ['rail-support-foundations'] = true,
@@ -1025,9 +1026,6 @@ local items = {
['asteroid-productivity'] = true, ['asteroid-productivity'] = true,
['asteroid-reprocessing'] = true, ['asteroid-reprocessing'] = true,
-- SPACE_AGE 30 -- SPACE_AGE 30
['advanced-asteroid-processing'] = true,
['yumako'] = true,
['jellynut'] = true,
}, },
} }
+3 -3
View File
@@ -278,7 +278,7 @@ end
-- GM-VP H 1 QUALITY ENTITY -- GM-VP H 1 QUALITY ENTITY
-- GM-VP H 66 SPACE_AGE ENTITY -- GM-VP H 66 SPACE_AGE ENTITY
-- GM-VP H 8 SPACE_AGE FLUID -- GM-VP H 8 SPACE_AGE FLUID
-- GM-VP H 3 SPACE_AGE ITEM -- GM-VP H 2 SPACE_AGE ITEM
-- GM-VP H 21 SPACE_AGE MAP_GENERATION -- GM-VP H 21 SPACE_AGE MAP_GENERATION
-- GM-VP H 3 SPACE_AGE TILE -- GM-VP H 3 SPACE_AGE TILE
-- GM-VP H 1 SPACE_AGE TOOL -- GM-VP H 1 SPACE_AGE TOOL
@@ -363,7 +363,7 @@ end
-- GM-VP C 26 BASE RESEARCH -- GM-VP C 26 BASE RESEARCH
-- GM-VP C 34 SPACE_AGE RESEARCH -- GM-VP C 34 SPACE_AGE RESEARCH
-- GM-VP H 33 SPACE_AGE RESEARCH -- GM-VP H 30 SPACE_AGE RESEARCH
if data.raw.technology and items['technology'] and items['technology_reform'] then if data.raw.technology and items['technology'] and items['technology_reform'] then
for _, v in pairs(data.raw.technology) do for _, v in pairs(data.raw.technology) do
if items['technology_reform'][v.name] then if items['technology_reform'][v.name] then
@@ -410,7 +410,7 @@ if settings.startup['PHI-MB-MACHINE'].value and settings.startup['PHI-MB-MACHINE
end end
-- GM-VP H 1 QUALITY ITEM -- GM-VP H 1 QUALITY ITEM
-- GM-VP H 36 SPACE_AGE ITEM -- GM-VP H 34 SPACE_AGE ITEM
for _, v in pairs(data.raw.item) do for _, v in pairs(data.raw.item) do
v.auto_recycle = false v.auto_recycle = false