Hi there, could you implement an infinite research technolgy like there is for rocket fuel and processing units?
Here's a little example code:
{
type = "technology",
name = "rocket-control-unit-productivity",
icons = util.technology_icon_constant_recipe_productivity("__rcu-restored__/graphics/technology/rocket-control-unit.png"),
icon_size = 256,
effects =
{
{
type = "change-recipe-productivity",
recipe = "rocket-control-unit",
change = 0.1
}
},
prerequisites = {"electromagnetic-science-pack", "production-science-pack"},
unit =
{
count_formula = "1.5^L*2000",
ingredients =
{
{"automation-science-pack", 1},
{"logistic-science-pack", 1},
{"chemical-science-pack", 1},
{"production-science-pack", 1},
{"electromagnetic-science-pack", 1},
},
time = 60
},
max_level = "infinite",
upgrade = true
}