tweak equipment tech ingredients

This commit is contained in:
Brevven 2020-10-29 01:13:30 -07:00
parent 09b1caf47e
commit 96dbb491a3
3 changed files with 14 additions and 1 deletions

View file

@ -16,4 +16,12 @@ elseif mining_fluid == "sulfuric-acid" then
{"automation-science-pack", 1}, {"logistic-science-pack", 1}}
else
data.raw.technology["titanium-processing"].prerequisites = {"lubricant"}
if not mods["Pre0-17-60Oil"] then
data.raw.technology["solar-panel-equipment"].unit.ingredients = {
{"automation-science-pack", 1}, {"logistic-science-pack", 1}, {"chemical-science-pack", 1}}
data.raw.technology["belt-immunity-equipment"].unit.ingredients = {
{"automation-science-pack", 1}, {"logistic-science-pack", 1}, {"chemical-science-pack", 1}}
data.raw.technology["night-vision-equipment"].unit.ingredients = {
{"automation-science-pack", 1}, {"logistic-science-pack", 1}, {"chemical-science-pack", 1}}
end
end