mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -256,6 +256,7 @@ local items = {
|
|||||||
-- SPACE_AGE 15
|
-- SPACE_AGE 15
|
||||||
['fusion-reactor'] = {
|
['fusion-reactor'] = {
|
||||||
prerequisites = {'nuclear-power', 'space-science-pack'},
|
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}}
|
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'] = {
|
['fusion-reactor-equipment'] = {
|
||||||
@@ -337,7 +338,7 @@ local items = {
|
|||||||
['tree-seeding'] = {
|
['tree-seeding'] = {
|
||||||
prerequisites = {'agriculture'},
|
prerequisites = {'agriculture'},
|
||||||
unit = {count = 400, time = 30, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}}}
|
unit = {count = 400, time = 30, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}}}
|
||||||
}
|
},
|
||||||
-- SPACE_AGE 35
|
-- SPACE_AGE 35
|
||||||
},
|
},
|
||||||
['recipe_reform'] = {
|
['recipe_reform'] = {
|
||||||
@@ -498,9 +499,9 @@ local items = {
|
|||||||
results = {{type = 'item', name = 'copper-plate', amount = 1}}
|
results = {{type = 'item', name = 'copper-plate', amount = 1}}
|
||||||
},
|
},
|
||||||
['casting-steel'] = {
|
['casting-steel'] = {
|
||||||
energy_required = 16,
|
energy_required = 32,
|
||||||
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 50, fluidbox_multiplier = 10}},
|
ingredients = {{type = 'fluid', name = 'molten-iron', amount = 100, fluidbox_multiplier = 10}},
|
||||||
results = {{type = 'item', name = 'steel-plate', amount = 2}}
|
results = {{type = 'item', name = 'steel-plate', amount = 3}}
|
||||||
},
|
},
|
||||||
-- SPACE_AGE 30
|
-- SPACE_AGE 30
|
||||||
['casting-iron-gear-wheel'] = {
|
['casting-iron-gear-wheel'] = {
|
||||||
|
|||||||
@@ -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})
|
table.insert(data.raw.technology['automation'].effects, {type = 'create-ghost-on-entity-death', modifier = true})
|
||||||
end
|
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 1 BASE RESEARCH
|
||||||
-- GM-VP C 6 SPACE_AGE 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
|
for _, v in pairs({'space-science-pack', 'electromagnetic-plant', 'foundry', 'cryogenic-plant', 'big-mining-drill', 'agriculture', 'heating-tower'}) do
|
||||||
|
|||||||
Reference in New Issue
Block a user