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 |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'CopperAutomaticFarm', | name = 'CopperAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'SteelAutomaticFarm', | name = 'SteelAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
| Line 28: | Line 30: | ||
{ | { | ||
name = 'AluminiumAutomaticFarm', | name = 'AluminiumAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
| Line 41: | Line 44: | ||
{ | { | ||
name = 'StainlessSteelAutomaticFarm', | name = 'StainlessSteelAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
| Line 54: | Line 58: | ||
{ | { | ||
name = 'TitaniumAutomaticFarm', | name = 'TitaniumAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
| Line 68: | Line 73: | ||
{ | { | ||
name = 'CompositeAutomaticFarm', | name = 'CompositeAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
| Line 82: | Line 88: | ||
{ | { | ||
name = 'NeutroniumAutomaticFarm', | name = 'NeutroniumAutomaticFarm', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'DirtSurface', 4}, | {'DirtSurface', 4}, | ||
| Line 96: | Line 103: | ||
{ | { | ||
name = 'Grass', | name = 'Grass', | ||
machine = 'AutomaticFarm', | |||
input = { | input = { | ||
{'Water', 1000}, | {'Water', 1000}, | ||
Latest revision as of 10:32, 30 October 2025
Documentation for this module may be created at Module:Data/DirtSurface/InInput/doc
return {
{
name = 'CopperAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'CopperRobotArm', 2},
{'CopperParts', 4},
},
output = {
{'CopperAutomaticFarm', 1},
},
ticks = 20,
tier = 1,
},
{
name = 'SteelAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'SteelRobotArm', 2},
{'SteelParts', 8},
},
output = {
{'SteelAutomaticFarm', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'AluminiumAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'AluminiumRobotArm', 2},
{'BasicFrame', 2},
},
output = {
{'AluminiumAutomaticFarm', 1},
},
ticks = 20,
tier = 3,
},
{
name = 'StainlessSteelAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'StainlessSteelRobotArm', 2},
{'ReinforcedFrame', 2},
},
output = {
{'StainlessSteelAutomaticFarm', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'TitaniumRobotArm', 2},
{'ReinforcedFrame', 4},
{'QuantumCircuit', 4},
},
output = {
{'TitaniumAutomaticFarm', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'CompositeRobotArm', 2},
{'ModularFrame', 2},
{'QuantumProcessor', 4},
},
output = {
{'CompositeAutomaticFarm', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'NeutroniumAutomaticFarm',
machine = 'Hand',
input = {
{'DirtSurface', 4},
{'NeutroniumRobotArm', 2},
{'ModularFrame', 4},
{'QuantumBrain', 4},
},
output = {
{'NeutroniumAutomaticFarm', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'Grass',
machine = 'AutomaticFarm',
input = {
{'Water', 1000},
{'DirtSurface', 15},
},
output = {
{'GrassSurface', 15},
},
ticks = 1200,
},
}