data.techs.t_robotics10 = {
name = "Basic Robotics",
desc = "Introduction of Robotics Assembler allowing production of units with greater capabilities",
-- desc = "New Robots production Component and additional units",
-- desc = "Add additional robotics unit production",
texture = "Main/textures/tech/robots/robot_robotics_02_1.png",
uplink_recipe = CreateUplinkRecipe({ crystal = 1, reinforced_plate = 2 }, 50),
progress_count = 10,
require_tech = { "t_structures1" }, --{ "t_robotics0" },
category = "Basic",
unlocks = {
"c_robotics_factory",
"f_bot_1s_b",
-- "x_robotics", -- codex
"f_building1x1a", -- 1M
"f_building2x1a", -- 2M
"energized_plate",
"silicon",
},
}