Module:Data/DirtSurface/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'CopperRobotArm', | {'CopperRobotArm', 4}, | ||
{'CopperParts', | {'CopperParts', 6}, | ||
{'CopperParts', 6}, | |||
}, | }, | ||
output = { | output = { | ||
| Line 19: | Line 20: | ||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'SteelRobotArm', | {'SteelRobotArm', 4}, | ||
{'SteelParts', | {'SteelParts', 12}, | ||
{'Circuit', 6}, | |||
}, | }, | ||
output = { | output = { | ||
| Line 33: | Line 35: | ||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'AluminiumRobotArm', | {'AluminiumRobotArm', 4}, | ||
{'BasicFrame', | {'BasicFrame', 3}, | ||
{'AdvancedCircuit', 6}, | |||
}, | }, | ||
output = { | output = { | ||
| Line 47: | Line 50: | ||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'StainlessSteelRobotArm', | {'StainlessSteelRobotArm', 4}, | ||
{'ReinforcedFrame', | {'ReinforcedFrame', 3}, | ||
{'Processor', 6}, | |||
}, | }, | ||
output = { | output = { | ||
| Line 61: | Line 65: | ||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'TitaniumRobotArm', | {'TitaniumRobotArm', 4}, | ||
{'ReinforcedFrame', | {'ReinforcedFrame', 6}, | ||
{'QuantumCircuit', | {'QuantumCircuit', 6}, | ||
}, | }, | ||
output = { | output = { | ||
| Line 76: | Line 80: | ||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'CompositeRobotArm', | {'CompositeRobotArm', 4}, | ||
{'ModularFrame', | {'ModularFrame', 3}, | ||
{'QuantumProcessor', | {'QuantumProcessor', 6}, | ||
}, | }, | ||
output = { | output = { | ||
| Line 91: | Line 95: | ||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
{'NeutroniumRobotArm', | {'NeutroniumRobotArm', 4}, | ||
{'ModularFrame', | {'ModularFrame', 6}, | ||
{'QuantumBrain', | {'QuantumBrain', 6}, | ||
}, | }, | ||
output = { | output = { | ||
| Line 102: | Line 106: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'DirtToBuildingMaterial', | ||
machine = 'AutomaticHammer', | |||
input = { | |||
{'DirtSurface', 1}, | |||
}, | |||
output = { | |||
{'BuildingMaterial', 1}, | |||
}, | |||
ticks = 100, | |||
tier = 1, | |||
}, | |||
{ | |||
name = 'GrassSurface', | |||
machine = 'AutomaticFarm', | machine = 'AutomaticFarm', | ||
input = { | input = { | ||
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,
},
}