mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -994,14 +994,18 @@ local items = {
|
|||||||
unit_ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'agricultural-science-pack', 1}}
|
unit_ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'military-science-pack', 1}, {'chemical-science-pack', 1}, {'agricultural-science-pack', 1}}
|
||||||
},
|
},
|
||||||
-- SPACE_AGE 20
|
-- SPACE_AGE 20
|
||||||
|
['power-armor-mk2'] = {
|
||||||
|
prerequisites = {'power-armor', 'military-4', 'speed-module-2', 'efficiency-module-2'}
|
||||||
|
},
|
||||||
|
['big-mining-drill'] = {
|
||||||
|
prerequisites = {'electric-mining-drill', 'automation-3'},
|
||||||
|
unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}}}
|
||||||
|
},
|
||||||
['foundry'] = {
|
['foundry'] = {
|
||||||
prerequisites = {'production-science-pack', 'low-density-structure'},
|
prerequisites = {'production-science-pack', 'low-density-structure'},
|
||||||
unit = {count = 1000, time = 60, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}}},
|
unit = {count = 1000, time = 60, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}}},
|
||||||
effects = {{type = 'unlock-recipe', recipe = 'foundry'}, {type = 'unlock-recipe', recipe = 'molten-iron'}, {type = 'unlock-recipe', recipe = 'molten-copper'}, {type = 'unlock-recipe', recipe = 'casting-iron'}, {type = 'unlock-recipe', recipe = 'casting-copper'}, {type = 'unlock-recipe', recipe = 'casting-steel'}, {type = 'unlock-recipe', recipe = 'casting-iron-gear-wheel'}, {type = 'unlock-recipe', recipe = 'casting-iron-stick'}, {type = 'unlock-recipe', recipe = 'casting-pipe'}, {type = 'unlock-recipe', recipe = 'casting-pipe-to-ground'}, {type = 'unlock-recipe', recipe = 'concrete-from-molten-iron'}, {type = 'unlock-recipe', recipe = 'casting-copper-cable'}, {type = 'unlock-recipe', recipe = 'casting-low-density-structure'}}
|
effects = {{type = 'unlock-recipe', recipe = 'foundry'}, {type = 'unlock-recipe', recipe = 'molten-iron'}, {type = 'unlock-recipe', recipe = 'molten-copper'}, {type = 'unlock-recipe', recipe = 'casting-iron'}, {type = 'unlock-recipe', recipe = 'casting-copper'}, {type = 'unlock-recipe', recipe = 'casting-steel'}, {type = 'unlock-recipe', recipe = 'casting-iron-gear-wheel'}, {type = 'unlock-recipe', recipe = 'casting-iron-stick'}, {type = 'unlock-recipe', recipe = 'casting-pipe'}, {type = 'unlock-recipe', recipe = 'casting-pipe-to-ground'}, {type = 'unlock-recipe', recipe = 'concrete-from-molten-iron'}, {type = 'unlock-recipe', recipe = 'casting-copper-cable'}, {type = 'unlock-recipe', recipe = 'casting-low-density-structure'}}
|
||||||
},
|
},
|
||||||
['power-armor-mk2'] = {
|
|
||||||
prerequisites = {'power-armor', 'military-4', 'speed-module-2', 'efficiency-module-2'}
|
|
||||||
},
|
|
||||||
['metallurgic-science-pack'] = {
|
['metallurgic-science-pack'] = {
|
||||||
prerequisites = {'foundry'},
|
prerequisites = {'foundry'},
|
||||||
unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}}},
|
unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}}},
|
||||||
@@ -1011,10 +1015,6 @@ local items = {
|
|||||||
prerequisites = {'logistics-3', 'metallurgic-science-pack'},
|
prerequisites = {'logistics-3', 'metallurgic-science-pack'},
|
||||||
unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'metallurgic-science-pack', 1}}}
|
unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}, {'metallurgic-science-pack', 1}}}
|
||||||
},
|
},
|
||||||
['big-mining-drill'] = {
|
|
||||||
prerequisites = {'electric-mining-drill', 'automation-3'},
|
|
||||||
unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'production-science-pack', 1}}}
|
|
||||||
},
|
|
||||||
-- SPACE_AGE 25
|
-- SPACE_AGE 25
|
||||||
['electromagnetic-plant'] = {
|
['electromagnetic-plant'] = {
|
||||||
prerequisites = {'automation-3', 'utility-science-pack'},
|
prerequisites = {'automation-3', 'utility-science-pack'},
|
||||||
|
|||||||
Reference in New Issue
Block a user