tweak equipment tech ingredients
This commit is contained in:
parent
09b1caf47e
commit
96dbb491a3
3 changed files with 14 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.6.3
|
||||
Date: 2020-10-29
|
||||
Changes:
|
||||
- Minor tech tweaks
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.6.2
|
||||
Date: 2020-10-18
|
||||
Changes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bztitanium",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"factorio_version": "1.0",
|
||||
"title": "Titanium",
|
||||
"author": "Brevven",
|
||||
|
|
|
|||
|
|
@ -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