Module:Data/SteelPipe/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 103: | Line 103: | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
}, | |||
{ | |||
name = 'OffroadVehicle', | |||
machine = 'Hand', | |||
input = { | |||
{'SteelPlate', 40}, | |||
{'SteelParts', 60}, | |||
{'SteelPipe', 20}, | |||
{'SteelElectricEngine', 4}, | |||
{'BasicFrame', 8}, | |||
{'Circuit', 20}, | |||
}, | |||
output = { | |||
{'OffroadVehicle', 1}, | |||
}, | |||
ticks = 600, | |||
}, | }, | ||
} | } | ||
Latest revision as of 15:46, 24 August 2026
Documentation for this module may be created at Module:Data/SteelPipe/InInput/doc
return {
{
name = 'SteelSeparator',
machine = 'Hand',
input = {
{'SteelPipe', 2},
{'SteelParts', 4},
},
output = {
{'SteelSeparator', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelOreWasher',
machine = 'Hand',
input = {
{'SteelPlate', 7},
{'SteelPipe', 2},
{'SteelParts', 8},
},
output = {
{'SteelOreWasher', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelSteamEngine',
machine = 'Hand',
input = {
{'CopperParts', 2},
{'SteelPipe', 2},
},
output = {
{'SteelSteamEngine', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelPump',
machine = 'Hand',
input = {
{'SteelRobotArm', 1},
{'SteelPipe', 1},
},
output = {
{'SteelPump', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelOven',
machine = 'Hand',
input = {
{'BuildingMaterial', 10},
{'SteelPipe', 10},
},
output = {
{'SteelOven', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelBlastFurnace',
machine = 'Hand',
input = {
{'BuildingMaterial', 20},
{'SteelPipe', 20},
},
output = {
{'SteelBlastFurnace', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'SteelFluidFurnace',
machine = 'Hand',
input = {
{'SteelFurnace', 1},
{'SteelPipe', 7},
},
output = {
{'SteelFluidFurnace', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'Flashlight',
machine = 'Hand',
input = {
{'SteelPipe', 1},
{'SteelLamp', 1},
},
output = {
{'Flashlight', 1},
},
ticks = 20,
},
{
name = 'OffroadVehicle',
machine = 'Hand',
input = {
{'SteelPlate', 40},
{'SteelParts', 60},
{'SteelPipe', 20},
{'SteelElectricEngine', 4},
{'BasicFrame', 8},
{'Circuit', 20},
},
output = {
{'OffroadVehicle', 1},
},
ticks = 600,
},
}