Module:Data/SteelRobotArm/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/SteelRobotArm/InInput/doc
return {
{
name = 'SteelLoader',
input = {
{'SteelRobotArm', 5},
{'SteelElectricEngine', 1},
{'Circuit', 2},
{'SteelParts', 4},
},
output = {
{'SteelLoader', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelPump',
input = {
{'SteelRobotArm', 1},
{'SteelPipe', 1},
},
output = {
{'SteelPump', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelDrillingRig',
input = {
{'SteelPlate', 4},
{'SteelRobotArm', 2},
{'SteelParts', 12},
},
output = {
{'SteelDrillingRig', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelConstructor',
input = {
{'SteelRobotArm', 1},
{'SteelPlate', 3},
{'SteelParts', 4},
{'Circuit', 2},
},
output = {
{'SteelConstructor', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelAutomaticFarm',
input = {
{'DirtSurface', 4},
{'SteelRobotArm', 2},
{'SteelParts', 8},
},
output = {
{'SteelAutomaticFarm', 1},
},
ticks = 20,
tier = 2,
},
}