pumpjack tech w aai

This commit is contained in:
Brevven 2022-08-12 01:21:48 -07:00
parent dbb238b9c5
commit 020f741223
5 changed files with 40 additions and 2 deletions

View file

@ -139,6 +139,37 @@ data:extend({
} or nil,
})
if mods["aai-industry"] and not data.raw.technology["pumpjack"] then
data:extend({
{
type = "technology",
name = "pumpjack",
icons = {
{ icon = data.raw.technology["oil-processing"].icon, icon_size=data.raw.technology["oil-processing"].icon_size },
},
effects =
{
{
type = "unlock-recipe",
recipe = "pumpjack",
},
},
unit =
{
count = 25,
ingredients =
{
{"automation-science-pack", 1},
{"logistic-science-pack", 1}
},
time = 30,
},
prerequisites = {"fluid-handling"},
order = "b-b",
},
})
end
data:extend({
{
type = "recipe",