mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -1054,14 +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'] = {
|
||||||
['scrap-recycling-productivity'] = true,
|
prerequisites = {'electromagnetic-science-pack'},
|
||||||
['tungsten-carbide'] = true,
|
unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'electromagnetic-science-pack', 1}}},
|
||||||
['tungsten-steel'] = true,
|
},
|
||||||
['holmium-processing'] = true,
|
['quantum-processor'] = {
|
||||||
['lithium-processing'] = true,
|
prerequisites = {'electromagnetic-science-pack'},
|
||||||
['quantum-processor'] = true,
|
unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'electromagnetic-science-pack', 1}}},
|
||||||
]]
|
},
|
||||||
},
|
},
|
||||||
['technology'] = {
|
['technology'] = {
|
||||||
-- SPACE_AGE 0
|
-- SPACE_AGE 0
|
||||||
@@ -1095,6 +1095,10 @@ local items = {
|
|||||||
['space-platform'] = true,
|
['space-platform'] = true,
|
||||||
['bioflux-processing'] = true,
|
['bioflux-processing'] = true,
|
||||||
-- SPACE_AGE 25
|
-- SPACE_AGE 25
|
||||||
|
['tungsten-carbide'] = true,
|
||||||
|
['tungsten-steel'] = true,
|
||||||
|
['holmium-processing'] = true,
|
||||||
|
['lithium-processing'] = true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -379,8 +379,8 @@ if data.raw['lab'] then
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- GM-VP C 26 BASE RESEARCH
|
-- GM-VP C 26 BASE RESEARCH
|
||||||
-- GM-VP C 36 SPACE_AGE RESEARCH
|
-- GM-VP C 38 SPACE_AGE RESEARCH
|
||||||
-- GM-VP H 25 SPACE_AGE RESEARCH
|
-- GM-VP H 29 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
|
||||||
|
|||||||
Reference in New Issue
Block a user