MDbobelectronics/prototypes/technology.lua
Simon Brodtmann ff675ca8d2 Update to 2.0
2025-10-05 10:56:47 +02:00

35 lines
647 B
Lua

data:extend(
{
{
type = "technology",
name = "advanced-electronics-3",
icon = "__MDbobelectronics__/graphics/icons/technology/advanced-electronics-3.png",
icon_size = 128,
prerequisites =
{
--"processing-unit"
},
effects =
{
{
type = "unlock-recipe",
recipe = "advanced-processing-unit"
},
},
unit =
{
count = 250,
ingredients =
{
{"automation-science-pack", 1},
{"logistic-science-pack", 1},
{"chemical-science-pack", 1}
},
time = 30
},
order = "a-d-d",
},
}
)