This commit is contained in:
2026-05-07 19:06:12 +09:00
parent c142abc030
commit f6786d132c
+4
View File
@@ -211,8 +211,12 @@ end
table.insert(data.raw.technology['fusion-reactor'].effects, {type = 'unlock-recipe', recipe = 'fluoroketone'})
table.insert(data.raw.technology['fusion-reactor'].effects, {type = 'unlock-recipe', recipe = 'fluoroketone-cooling'})
-- GM-VP C 1 BASE RESEARCH
-- GM-VP C 6 SPACE_AGE RESEARCH
for _, v in pairs({'space-science-pack', 'electromagnetic-plant', 'foundry', 'cryogenic-plant', 'big-mining-drill', 'agriculture', 'heating-tower'}) do
if data.raw.technology[v] then
data.raw.technology[v].research_trigger = nil
end
end
for _, v in pairs(data.raw.recipe) do