mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -982,11 +982,22 @@ 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 = 'fish-breeding'}, {type = 'unlock-recipe', recipe = 'nutrients-from-fish'}, {type = 'unlock-recipe', recipe = 'nutrients-from-yumako-mash'}}
|
effects = {{type = 'unlock-recipe', recipe = 'fish-breeding'}, {type = 'unlock-recipe', recipe = 'nutrients-from-fish'}, {type = 'unlock-recipe', recipe = 'nutrients-from-yumako-mash'}}
|
||||||
},
|
},
|
||||||
--[[
|
['bioflux'] = {
|
||||||
['bioflux'] = true,
|
prerequisites = {'agricultural-science-pack'},
|
||||||
['bioflux-processing'] = true,
|
unit = {count = 600, time = 45, ingredients = {{'automation-science-pack', 1}, {'logistic-science-pack', 1}, {'chemical-science-pack', 1}, {'agricultural-science-pack', 1}}},
|
||||||
['carbon-fiber'] = true,
|
effects = {{type = 'unlock-recipe', recipe = 'bioflux'}, {type = 'unlock-recipe', recipe = 'nutrients-from-bioflux'}, {type = 'unlock-recipe', recipe = 'biolubricant'}, {type = 'unlock-recipe', recipe = 'bioplastic'}, {type = 'unlock-recipe', recipe = 'biosulfur'}, {type = 'unlock-recipe', recipe = 'rocket-fuel-from-jelly'}}
|
||||||
]]
|
},
|
||||||
|
-- SPACE_AGE 35
|
||||||
|
['bioflux-processing'] = {
|
||||||
|
prerequisites = {'bioflux'},
|
||||||
|
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 = 'biolubricant'}, {type = 'unlock-recipe', recipe = 'bioplastic'}, {type = 'unlock-recipe', recipe = 'biosulfur'}, {type = 'unlock-recipe', recipe = 'rocket-fuel-from-jelly'}}
|
||||||
|
},
|
||||||
|
['carbon-fiber'] = {
|
||||||
|
prerequisites = {'agricultural-science-pack'},
|
||||||
|
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'}}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
['technology'] = {
|
['technology'] = {
|
||||||
-- SPACE_AGE 0
|
-- SPACE_AGE 0
|
||||||
|
|||||||
@@ -362,7 +362,7 @@ if data.raw['lab'] then
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- GM-VP C 26 BASE RESEARCH
|
-- GM-VP C 26 BASE RESEARCH
|
||||||
-- GM-VP C 34 SPACE_AGE RESEARCH
|
-- GM-VP C 37 SPACE_AGE RESEARCH
|
||||||
-- GM-VP H 30 SPACE_AGE RESEARCH
|
-- GM-VP H 30 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
|
||||||
|
|||||||
Reference in New Issue
Block a user