RCU Restored


Restores RCUs to the game.

Tweaks
5 months ago
2.0
181
Manufacturing

i [COMPLETE] Infinite research

9 months ago
(updated 9 months ago)

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

}

9 months ago

This has now been implemented, only in effect if space age is active. Let me know if there are any issues.

9 months ago

Works well, thank you very much!

New response