Module:Data/NeutroniumRobotArm/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'NeutroniumLoader', input = { {'NeutroniumRobotArm', 5}, {'NeutroniumElectricEngine', 1}, {'QuantumBrain', 2}, {'ModularFrame', 2}, }, output = { {'NeutroniumLoader', 1}, }, ticks = 20, tier = 7, }, { name = 'NeutroniumPump', input = { {'NeutroniumRobotArm', 1}, {'NeutroniumPipe', 1},..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'NeutroniumLoader', | name = 'NeutroniumLoader', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumRobotArm', 5}, | {'NeutroniumRobotArm', 5}, | ||
| Line 16: | Line 17: | ||
{ | { | ||
name = 'NeutroniumPump', | name = 'NeutroniumPump', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumRobotArm', 1}, | {'NeutroniumRobotArm', 1}, | ||
| Line 28: | Line 30: | ||
{ | { | ||
name = 'NeutroniumDrillingRig', | name = 'NeutroniumDrillingRig', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumPlate', 4}, | {'NeutroniumPlate', 4}, | ||
| Line 41: | Line 44: | ||
{ | { | ||
name = 'NeutroniumAssembler', | name = 'NeutroniumAssembler', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumRobotArm', 4}, | {'NeutroniumRobotArm', 4}, | ||
{'NeutroniumPlate', 3}, | {'NeutroniumPlate', 3}, | ||
{'ModularFrame', 4}, | {'ModularFrame', 4}, | ||
{'QuantumBrain', | {'QuantumBrain', 4}, | ||
}, | }, | ||
output = { | output = { | ||
| Line 55: | Line 59: | ||
{ | { | ||
name = 'NeutroniumConstructor', | name = 'NeutroniumConstructor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumRobotArm', 1}, | {'NeutroniumRobotArm', 1}, | ||
{'NeutroniumPlate', 3}, | {'NeutroniumPlate', 3}, | ||
{'ModularFrame', 2}, | {'ModularFrame', 2}, | ||
{'QuantumBrain', | {'QuantumBrain', 2}, | ||
}, | }, | ||
output = { | output = { | ||
| Line 69: | Line 74: | ||
{ | { | ||
name = 'NeutroniumAutomaticFarm', | name = 'NeutroniumAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
Latest revision as of 10:32, 30 October 2025
Documentation for this module may be created at Module:Data/NeutroniumRobotArm/InInput/doc
return {
{
name = 'NeutroniumLoader',
machine = 'Hand',
input = {
{'NeutroniumRobotArm', 5},
{'NeutroniumElectricEngine', 1},
{'QuantumBrain', 2},
{'ModularFrame', 2},
},
output = {
{'NeutroniumLoader', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'NeutroniumPump',
machine = 'Hand',
input = {
{'NeutroniumRobotArm', 1},
{'NeutroniumPipe', 1},
},
output = {
{'NeutroniumPump', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'NeutroniumDrillingRig',
machine = 'Hand',
input = {
{'NeutroniumPlate', 4},
{'NeutroniumRobotArm', 7},
{'ModularFrame', 6},
},
output = {
{'NeutroniumDrillingRig', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'NeutroniumAssembler',
machine = 'Hand',
input = {
{'NeutroniumRobotArm', 4},
{'NeutroniumPlate', 3},
{'ModularFrame', 4},
{'QuantumBrain', 4},
},
output = {
{'NeutroniumAssembler', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'NeutroniumConstructor',
machine = 'Hand',
input = {
{'NeutroniumRobotArm', 1},
{'NeutroniumPlate', 3},
{'ModularFrame', 2},
{'QuantumBrain', 2},
},
output = {
{'NeutroniumConstructor', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'NeutroniumAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'NeutroniumRobotArm', 2},
{'ModularFrame', 4},
{'QuantumBrain', 4},
},
output = {
{'NeutroniumAutomaticFarm', 1},
},
ticks = 20,
tier = 7,
},
}