Module:Data/SteelRobotArm/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 62: | Line 62: | ||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'SteelRobotArm', | {'SteelRobotArm', 4}, | ||
{'SteelParts', | {'SteelParts', 12}, | ||
{'Circuit', 6}, | |||
}, | }, | ||
output = { | output = { | ||
Latest revision as of 15:47, 24 August 2026
Documentation for this module may be created at Module:Data/SteelRobotArm/InInput/doc
return {
{
name = 'SteelLoader',
machine = 'Hand',
input = {
{'SteelRobotArm', 5},
{'SteelElectricEngine', 1},
{'Circuit', 2},
{'SteelParts', 4},
},
output = {
{'SteelLoader', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelPump',
machine = 'Hand',
input = {
{'SteelRobotArm', 1},
{'SteelPipe', 1},
},
output = {
{'SteelPump', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelDrillingRig',
machine = 'Hand',
input = {
{'SteelPlate', 4},
{'SteelRobotArm', 2},
{'SteelParts', 12},
},
output = {
{'SteelDrillingRig', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelConstructor',
machine = 'Hand',
input = {
{'SteelRobotArm', 1},
{'SteelPlate', 3},
{'SteelParts', 4},
{'Circuit', 2},
},
output = {
{'SteelConstructor', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'SteelRobotArm', 4},
{'SteelParts', 12},
{'Circuit', 6},
},
output = {
{'SteelAutomaticFarm', 1},
},
ticks = 20,
tier = 2,
},
}