When I launch the game I get this error:
I have researches before and after it. NOTE: this is modifying a research already in the game.
This is the part of the code it refers to (line 1064 to 1100):
Code: Select all
{
type = "technology",
name = "research-effectivity-1",
icon = "__base__/graphics/technology/research-effectivity.png",
effects =
{
{
type = "laboratory-speed",
modifier = 0.2
},
{
type = "unlock-recipe",
recipe = "lab-2"
},
{
type = "unlock-recipe",
recipe = "lab-3"
},
{
type = "unlock-recipe",
recipe = "lab-4"
},
},
prerequisites = {"electronics"},
unit =
{
count = 100,
ingredients =
{
{"science-pack-1", 1},
{"science-pack-2", 1}
},
time = 30
},
upgrade = true,
order = "c-m-a"
},