This commit is contained in:
2026-06-05 22:49:24 +09:00
parent 57886794e6
commit 94a4a31bb3
2 changed files with 12 additions and 11 deletions
+11 -10
View File
@@ -948,6 +948,11 @@ local items = {
unit = {count = 300, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}}}, unit = {count = 300, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}}},
effects = {{type = 'unlock-recipe', recipe = 'agricultural-science-pack'}} effects = {{type = 'unlock-recipe', recipe = 'agricultural-science-pack'}}
}, },
--[[
['yumako'] = true,
['jellynut'] = true,
['fish-breeding'] = true,
]]
}, },
['technology'] = { ['technology'] = {
-- SPACE_AGE 0 -- SPACE_AGE 0
@@ -960,8 +965,8 @@ local items = {
['lightning-collector'] = true, ['lightning-collector'] = true,
['tungsten-carbide'] = true, ['tungsten-carbide'] = true,
['tungsten-steel'] = true, ['tungsten-steel'] = true,
['yumako'] = true, ['foundation'] = true,
['jellynut'] = true, ['biochamber'] = true,
-- SPACE_AGE 10 -- SPACE_AGE 10
['bioflux'] = true, ['bioflux'] = true,
['artificial-soil'] = true, ['artificial-soil'] = true,
@@ -973,7 +978,7 @@ local items = {
['captivity'] = true, ['captivity'] = true,
['biter-egg-handling'] = true, ['biter-egg-handling'] = true,
['carbon-fiber'] = true, ['carbon-fiber'] = true,
['fish-breeding'] = true, ['promethium-science-pack'] = true,
-- SPACE_AGE 20 -- SPACE_AGE 20
['holmium-processing'] = true, ['holmium-processing'] = true,
['rail-support-foundations'] = true, ['rail-support-foundations'] = true,
@@ -981,17 +986,13 @@ local items = {
['quantum-processor'] = true, ['quantum-processor'] = true,
['captive-biter-spawner'] = true, ['captive-biter-spawner'] = true,
-- SPACE_AGE 25 -- SPACE_AGE 25
['promethium-science-pack'] = true,
['foundation'] = true,
['scrap-recycling-productivity'] = true, ['scrap-recycling-productivity'] = true,
['biochamber'] = true,
['space-platform-thruster'] = true, ['space-platform-thruster'] = true,
-- SPACE_AGE 30
['space-platform'] = true, ['space-platform'] = true,
['asteroid-reprocessing'] = true,
['advanced-asteroid-processing'] = true,
['asteroid-productivity'] = true, ['asteroid-productivity'] = true,
-- SPACE_AGE 35 ['asteroid-reprocessing'] = true,
-- SPACE_AGE 30
['advanced-asteroid-processing'] = true,
}, },
} }
+1 -1
View File
@@ -346,7 +346,7 @@ end
-- GM-VP C 26 BASE RESEARCH -- GM-VP C 26 BASE RESEARCH
-- GM-VP C 33 SPACE_AGE RESEARCH -- GM-VP C 33 SPACE_AGE RESEARCH
-- GM-VP H 35 SPACE_AGE RESEARCH -- GM-VP H 31 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