However, if you look in the code this is is not mentioned.
Code: Select all
type = "technology",
name = "turrets",
icon = "__base__/graphics/technology/turrets.png",
effects =
{
{
type = "unlock-recipe",
recipe = "gun-turret"
}
},
unit =
{
count = 10,
ingredients = {{"science-pack-1", 1}},
time = 10
},
order = "a-j-a"
Code: Select all
data.raw.technology["turrets"].prerequisites =
{"electronics", "military"}
data.raw.technology["circuit-network"].prerequisites =
{"advanced-electronics"}
Am I doing something wrong?