tweak equipment tech ingredients
This commit is contained in:
parent
09b1caf47e
commit
96dbb491a3
3 changed files with 14 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue