Could this instead be replaced with a more generic struct?
Code: Select all
technology.effects = {
{
type = 'add-recipe-effect',
recipe = 'iron-gear-wheel',
changes = {
quality = 0.1,
productivity = -0.05,
speed = 0.1,
pollution = 0.2,
}
}
}