Module:Data/DirtSurface/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'CopperAutomaticFarm', input = { {'DirtSurface', 4}, {'CopperRobotArm', 2}, {'CopperParts', 4}, }, output = { {'CopperAutomaticFarm', 1}, }, ticks = 20, tier = 1, }, { name = 'SteelAutomaticFarm', input = { {'DirtSurface', 4}, {'SteelRobotArm', 2}, {'SteelParts', 8}, }, ou..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'CopperAutomaticFarm', | name = 'CopperAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'CopperRobotArm', | {'CopperRobotArm', 4}, | ||
{'CopperParts', | {'CopperParts', 6}, | ||
{'CopperParts', 6}, | |||
}, | }, | ||
output = { | output = { | ||
| Line 15: | Line 17: | ||
{ | { | ||
name = 'SteelAutomaticFarm', | name = 'SteelAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'SteelRobotArm', | {'SteelRobotArm', 4}, | ||
{'SteelParts', | {'SteelParts', 12}, | ||
{'Circuit', 6}, | |||
}, | }, | ||
output = { | output = { | ||
| Line 28: | Line 32: | ||
{ | { | ||
name = 'AluminiumAutomaticFarm', | name = 'AluminiumAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'AluminiumRobotArm', | {'AluminiumRobotArm', 4}, | ||
{'BasicFrame', | {'BasicFrame', 3}, | ||
{'AdvancedCircuit', 6}, | |||
}, | }, | ||
output = { | output = { | ||
| Line 41: | Line 47: | ||
{ | { | ||
name = 'StainlessSteelAutomaticFarm', | name = 'StainlessSteelAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'StainlessSteelRobotArm', | {'StainlessSteelRobotArm', 4}, | ||
{'ReinforcedFrame', | {'ReinforcedFrame', 3}, | ||
{'Processor', 6}, | |||
}, | }, | ||
output = { | output = { | ||
| Line 54: | Line 62: | ||
{ | { | ||
name = 'TitaniumAutomaticFarm', | name = 'TitaniumAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'TitaniumRobotArm', | {'TitaniumRobotArm', 4}, | ||
{'ReinforcedFrame', | {'ReinforcedFrame', 6}, | ||
{'QuantumCircuit', | {'QuantumCircuit', 6}, | ||
}, | }, | ||
output = { | output = { | ||
| Line 68: | Line 77: | ||
{ | { | ||
name = 'CompositeAutomaticFarm', | name = 'CompositeAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'CompositeRobotArm', | {'CompositeRobotArm', 4}, | ||
{'ModularFrame', | {'ModularFrame', 3}, | ||
{'QuantumProcessor', | {'QuantumProcessor', 6}, | ||
}, | }, | ||
output = { | output = { | ||
| Line 82: | Line 92: | ||
{ | { | ||
name = 'NeutroniumAutomaticFarm', | name = 'NeutroniumAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'NeutroniumRobotArm', | {'NeutroniumRobotArm', 4}, | ||
{'ModularFrame', | {'ModularFrame', 6}, | ||
{'QuantumBrain', | {'QuantumBrain', 6}, | ||
}, | }, | ||
output = { | output = { | ||
| Line 95: | Line 106: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'DirtToBuildingMaterial', | ||
machine = 'AutomaticHammer', | |||
input = { | |||
{'DirtSurface', 1}, | |||
}, | |||
output = { | |||
{'BuildingMaterial', 1}, | |||
}, | |||
ticks = 100, | |||
tier = 1, | |||
}, | |||
{ | |||
name = 'GrassSurface', | |||
machine = 'AutomaticFarm', | |||
input = { | input = { | ||
{'Water', 1000}, | {'Water', 1000}, | ||
Latest revision as of 15:47, 24 August 2026
Documentation for this module may be created at Module:Data/DirtSurface/InInput/doc
return {
{
name = 'CopperAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'CopperRobotArm', 4},
{'CopperParts', 6},
{'CopperParts', 6},
},
output = {
{'CopperAutomaticFarm', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'SteelAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'SteelRobotArm', 4},
{'SteelParts', 12},
{'Circuit', 6},
},
output = {
{'SteelAutomaticFarm', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'AluminiumAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'AluminiumRobotArm', 4},
{'BasicFrame', 3},
{'AdvancedCircuit', 6},
},
output = {
{'AluminiumAutomaticFarm', 1},
},
ticks = 20,
tier = 3,
},
{
name = 'StainlessSteelAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'StainlessSteelRobotArm', 4},
{'ReinforcedFrame', 3},
{'Processor', 6},
},
output = {
{'StainlessSteelAutomaticFarm', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'TitaniumRobotArm', 4},
{'ReinforcedFrame', 6},
{'QuantumCircuit', 6},
},
output = {
{'TitaniumAutomaticFarm', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'CompositeRobotArm', 4},
{'ModularFrame', 3},
{'QuantumProcessor', 6},
},
output = {
{'CompositeAutomaticFarm', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'NeutroniumAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'NeutroniumRobotArm', 4},
{'ModularFrame', 6},
{'QuantumBrain', 6},
},
output = {
{'NeutroniumAutomaticFarm', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'DirtToBuildingMaterial',
machine = 'AutomaticHammer',
input = {
{'DirtSurface', 1},
},
output = {
{'BuildingMaterial', 1},
},
ticks = 100,
tier = 1,
},
{
name = 'GrassSurface',
machine = 'AutomaticFarm',
input = {
{'Water', 1000},
{'DirtSurface', 15},
},
output = {
{'GrassSurface', 15},
},
ticks = 1200,
},
}