In game it looks like this:

The code in the prototype file like this:
Code: Select all
data:extend({
{
type = "technology",
name = "shuttleTrain_tech",
icon = "__ShuttleTrain__/graphics/icon_shuttleTrain_tech.png",
effects =
{
{
type = "unlock-recipe",
recipe = "shuttleTrain"
}
},
prerequisites = {"automated-rail-transportation"},
unit =
{
count = 70,
ingredients =
{
{"science-pack-1", 2},
{"science-pack-2", 1},
},
time = 20
}
},
})

Hope any of you can help me with this seemingly easy problem.