This commit is contained in:
2026-06-08 03:29:57 +09:00
parent aa740df0ec
commit ebf65bbb28
2 changed files with 11 additions and 22 deletions
+9 -20
View File
@@ -524,18 +524,6 @@ local items = {
['spoilage'] = true, ['spoilage'] = true,
['thruster'] = true, ['thruster'] = true,
['calcite'] = true, ['calcite'] = true,
-- SPACE_AGE 25
-- SPACE_AGE 30
['quantum-processor'] = true,
['tungsten-carbide'] = true,
['tungsten-plate'] = true,
['holmium-ore'] = true,
['holmium-plate'] = true,
['lithium'] = true,
['lithium-plate'] = true,
['superconductor'] = true,
['supercapacitor'] = true,
['scrap'] = true,
}, },
['tips_and_tricks_item'] = { ['tips_and_tricks_item'] = {
['quality'] = true, ['quality'] = true,
@@ -1066,6 +1054,14 @@ 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 = 'carbon'}, {type = 'unlock-recipe', recipe = 'carbon-fiber'}} effects = {{type = 'unlock-recipe', recipe = 'carbon'}, {type = 'unlock-recipe', recipe = 'carbon-fiber'}}
}, },
--[[
['scrap-recycling-productivity'] = true,
['tungsten-carbide'] = true,
['tungsten-steel'] = true,
['holmium-processing'] = true,
['lithium-processing'] = true,
['quantum-processor'] = true,
]]
}, },
['technology'] = { ['technology'] = {
-- SPACE_AGE 0 -- SPACE_AGE 0
@@ -1097,15 +1093,8 @@ local items = {
['captive-biter-spawner'] = true, ['captive-biter-spawner'] = true,
['space-platform-thruster'] = true, ['space-platform-thruster'] = true,
['space-platform'] = true, ['space-platform'] = true,
['scrap-recycling-productivity'] = true,
-- SPACE_AGE 25
['bioflux-processing'] = true, ['bioflux-processing'] = true,
-- SPACE_AGE 30 -- SPACE_AGE 25
['tungsten-carbide'] = true,
['tungsten-steel'] = true,
['holmium-processing'] = true,
['lithium-processing'] = true,
['quantum-processor'] = true,
}, },
} }
+2 -2
View File
@@ -380,7 +380,7 @@ end
-- GM-VP C 26 BASE RESEARCH -- GM-VP C 26 BASE RESEARCH
-- GM-VP C 36 SPACE_AGE RESEARCH -- GM-VP C 36 SPACE_AGE RESEARCH
-- GM-VP H 31 SPACE_AGE RESEARCH -- GM-VP H 25 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
@@ -427,7 +427,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 33 SPACE_AGE ITEM -- GM-VP H 23 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