This commit is contained in:
2026-06-03 22:34:06 +09:00
parent 60398735fd
commit 3a2afee70e
2 changed files with 5 additions and 10 deletions
+5 -4
View File
@@ -256,6 +256,7 @@ local items = {
-- SPACE_AGE 15
['fusion-reactor'] = {
prerequisites = {'nuclear-power', 'space-science-pack'},
effects = {{type = 'unlock-recipe', recipe = 'fusion-reactor'}, {type = 'unlock-recipe', recipe = 'fusion-generator'}, {type = 'unlock-recipe', recipe = 'fusion-power-cell'}, {type = 'unlock-recipe', recipe = 'fluoroketone'}, {type = 'unlock-recipe', recipe = 'fluoroketone-cooling'}},
unit_ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'utility-science-pack', 1}, {'space-science-pack', 1}}
},
['fusion-reactor-equipment'] = {
@@ -337,7 +338,7 @@ local items = {
['tree-seeding'] = {
prerequisites = {'agriculture'},
unit = {count = 400, time = 30, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}}}
}
},
-- SPACE_AGE 35
},
['recipe_reform'] = {
@@ -498,9 +499,9 @@ local items = {
results = {{type = 'item', name = 'copper-plate', amount = 1}}
},
['casting-steel'] = {
energy_required = 16,
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 50, fluidbox_multiplier = 10}},
results = {{type = 'item', name = 'steel-plate', amount = 2}}
energy_required = 32,
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 100, fluidbox_multiplier = 10}},
results = {{type = 'item', name = 'steel-plate', amount = 3}}
},
-- SPACE_AGE 30
['casting-iron-gear-wheel'] = {
-6
View File
@@ -180,12 +180,6 @@ if data.raw.technology['automation'] and data.raw.technology['automation'].effec
table.insert(data.raw.technology['automation'].effects, {type = 'create-ghost-on-entity-death', modifier = true})
end
-- GM-VP A 2 SPACE_AGE RESEARCH_EFFECT
if data.raw.technology['fusion-reactor'] and data.raw.technology['fusion-reactor'].effects then
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'})
end
-- 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