Module:Data/ReinforcedFrame/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/ReinforcedFrame/InInput/doc
return {
{
name = 'StainlessSteelMacerator',
input = {
{'StainlessSteelPlate', 2},
{'ReinforcedFrame', 1},
},
output = {
{'StainlessSteelMacerator', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumMacerator',
input = {
{'TitaniumPlate', 2},
{'ReinforcedFrame', 2},
},
output = {
{'TitaniumMacerator', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'StainlessSteelSeparator',
input = {
{'StainlessSteelPipe', 2},
{'ReinforcedFrame', 1},
},
output = {
{'StainlessSteelSeparator', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumSeparator',
input = {
{'TitaniumPipe', 2},
{'ReinforcedFrame', 2},
},
output = {
{'TitaniumSeparator', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'StainlessSteelAutomaticHammer',
input = {
{'StainlessSteelPlate', 4},
{'StainlessSteelParts', 16},
{'ReinforcedFrame', 1},
},
output = {
{'StainlessSteelAutomaticHammer', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumAutomaticHammer',
input = {
{'TitaniumPlate', 4},
{'TitaniumParts', 16},
{'ReinforcedFrame', 2},
},
output = {
{'TitaniumAutomaticHammer', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'StainlessSteelOreWasher',
input = {
{'StainlessSteelPlate', 7},
{'StainlessSteelPipe', 2},
{'ReinforcedFrame', 2},
},
output = {
{'StainlessSteelOreWasher', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumOreWasher',
input = {
{'TitaniumPlate', 7},
{'TitaniumPipe', 2},
{'ReinforcedFrame', 4},
},
output = {
{'TitaniumOreWasher', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'TitaniumFractionatingColumn',
input = {
{'TitaniumPlate', 11},
{'StainlessSteelPipe', 15},
{'ReinforcedFrame', 2},
{'TitaniumPump', 6},
},
output = {
{'TitaniumFractionatingColumn', 1},
},
ticks = 40,
tier = 5,
},
{
name = 'CompositeFractionatingColumn',
input = {
{'CompositePlate', 12},
{'StainlessSteelPipe', 20},
{'ReinforcedFrame', 4},
{'CompositePump', 6},
},
output = {
{'CompositeFractionatingColumn', 1},
},
ticks = 40,
tier = 6,
},
{
name = 'TitaniumPyrolysisUnit',
input = {
{'TitaniumPlate', 6},
{'CopperPipe', 10},
{'ReinforcedFrame', 2},
},
output = {
{'TitaniumPyrolysisUnit', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositePyrolysisUnit',
input = {
{'CompositePlate', 6},
{'CopperPipe', 15},
{'ReinforcedFrame', 4},
},
output = {
{'CompositePyrolysisUnit', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'StainlessSteelGenerator',
input = {
{'StainlessSteelPlate', 8},
{'CopperWire', 36},
{'ReinforcedFrame', 1},
{'Processor', 1},
},
output = {
{'StainlessSteelGenerator', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumGenerator',
input = {
{'TitaniumPlate', 8},
{'GoldWire', 12},
{'ReinforcedFrame', 2},
{'QuantumCircuit', 1},
},
output = {
{'TitaniumGenerator', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeIndustrialGenerator',
input = {
{'CompositePlate', 24},
{'PlatinumWire', 36},
{'ReinforcedFrame', 3},
{'QuantumProcessor', 3},
},
output = {
{'CompositeIndustrialGenerator', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'NeutroniumIndustrialGenerator',
input = {
{'NeutroniumPlate', 24},
{'YttriumWire', 36},
{'ReinforcedFrame', 6},
{'QuantumBrain', 3},
},
output = {
{'NeutroniumIndustrialGenerator', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'StainlessSteelCompactGenerator',
input = {
{'StainlessSteelPlate', 1},
{'CopperWire', 6},
{'ReinforcedFrame', 1},
},
output = {
{'StainlessSteelCompactGenerator', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumCompactGenerator',
input = {
{'TitaniumPlate', 1},
{'GoldWire', 2},
{'ReinforcedFrame', 2},
},
output = {
{'TitaniumCompactGenerator', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'StainlessSteelElectricEngine',
input = {
{'ReinforcedFrame', 1},
{'StainlessSteelPlate', 2},
{'BasicCoil', 1},
},
output = {
{'StainlessSteelElectricEngine', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumElectricEngine',
input = {
{'ReinforcedFrame', 2},
{'TitaniumPlate', 2},
{'AdvancedCoil', 1},
},
output = {
{'TitaniumElectricEngine', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'StainlessSteelLoader',
input = {
{'StainlessSteelRobotArm', 5},
{'StainlessSteelElectricEngine', 1},
{'Processor', 2},
{'ReinforcedFrame', 1},
},
output = {
{'StainlessSteelLoader', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumLoader',
input = {
{'TitaniumRobotArm', 5},
{'TitaniumElectricEngine', 1},
{'QuantumCircuit', 2},
{'ReinforcedFrame', 2},
},
output = {
{'TitaniumLoader', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeRiteg',
input = {
{'PlutoniumCell', 1},
{'ReinforcedFrame', 2},
{'CompositePlate', 8},
{'CopperPipe', 25},
},
output = {
{'CompositeRiteg', 1},
},
ticks = 100,
tier = 6,
},
{
name = 'NeutroniumRiteg',
input = {
{'PlutoniumCell', 1},
{'ReinforcedFrame', 4},
{'NeutroniumPlate', 8},
{'CopperPipe', 30},
},
output = {
{'NeutroniumRiteg', 1},
},
ticks = 100,
tier = 7,
},
{
name = 'StainlessSteelChemicalBath',
input = {
{'StainlessSteelPlate', 8},
{'StainlessSteelParts', 10},
{'ReinforcedFrame', 2},
{'StainlessSteelElectricEngine', 1},
},
output = {
{'StainlessSteelChemicalBath', 1},
},
ticks = 40,
tier = 4,
},
{
name = 'TitaniumChemicalBath',
input = {
{'TitaniumPlate', 8},
{'TitaniumParts', 10},
{'ReinforcedFrame', 4},
{'TitaniumElectricEngine', 1},
},
output = {
{'TitaniumChemicalBath', 1},
},
ticks = 40,
tier = 5,
},
{
name = 'StainlessSteelIndustrialChemReactor',
input = {
{'StainlessSteelPlate', 15},
{'Glass', 10},
{'ReinforcedFrame', 2},
{'StainlessSteelElectricEngine', 2},
},
output = {
{'StainlessSteelIndustrialChemReactor', 1},
},
ticks = 40,
tier = 4,
},
{
name = 'TitaniumIndustrialChemReactor',
input = {
{'TitaniumPlate', 15},
{'Glass', 10},
{'ReinforcedFrame', 4},
{'TitaniumElectricEngine', 2},
},
output = {
{'TitaniumIndustrialChemReactor', 1},
},
ticks = 40,
tier = 5,
},
{
name = 'StainlessSteelDrillingRig',
input = {
{'StainlessSteelPlate', 4},
{'StainlessSteelRobotArm', 4},
{'ReinforcedFrame', 3},
},
output = {
{'StainlessSteelDrillingRig', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumDrillingRig',
input = {
{'TitaniumPlate', 4},
{'TitaniumRobotArm', 5},
{'ReinforcedFrame', 6},
},
output = {
{'TitaniumDrillingRig', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'StainlessSteelAssembler',
input = {
{'StainlessSteelRobotArm', 4},
{'StainlessSteelPlate', 3},
{'ReinforcedFrame', 2},
{'Processor', 5},
},
output = {
{'StainlessSteelAssembler', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumAssembler',
input = {
{'TitaniumRobotArm', 4},
{'TitaniumPlate', 3},
{'ReinforcedFrame', 4},
{'QuantumCircuit', 7},
},
output = {
{'TitaniumAssembler', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'StainlessSteelConstructor',
input = {
{'StainlessSteelRobotArm', 1},
{'StainlessSteelPlate', 3},
{'ReinforcedFrame', 1},
{'Processor', 4},
},
output = {
{'StainlessSteelConstructor', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumConstructor',
input = {
{'TitaniumRobotArm', 1},
{'TitaniumPlate', 3},
{'ReinforcedFrame', 2},
{'QuantumCircuit', 5},
},
output = {
{'TitaniumConstructor', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'StainlessSteelMixer',
input = {
{'StainlessSteelPlate', 4},
{'StainlessSteelParts', 5},
{'ReinforcedFrame', 2},
},
output = {
{'StainlessSteelMixer', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumMixer',
input = {
{'TitaniumPlate', 4},
{'TitaniumParts', 5},
{'ReinforcedFrame', 4},
},
output = {
{'TitaniumMixer', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'StainlessSteelAutomaticFarm',
input = {
{'DirtSurface', 4},
{'StainlessSteelRobotArm', 2},
{'ReinforcedFrame', 2},
},
output = {
{'StainlessSteelAutomaticFarm', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumAutomaticFarm',
input = {
{'DirtSurface', 4},
{'TitaniumRobotArm', 2},
{'ReinforcedFrame', 4},
{'QuantumCircuit', 4},
},
output = {
{'TitaniumAutomaticFarm', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'StainlessSteelAtmosphericCondenser',
input = {
{'StainlessSteelPlate', 5},
{'StainlessSteelParts', 2},
{'ReinforcedFrame', 1},
{'CopperPipe', 20},
},
output = {
{'StainlessSteelAtmosphericCondenser', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumAtmosphericCondenser',
input = {
{'TitaniumPlate', 5},
{'TitaniumParts', 2},
{'ReinforcedFrame', 2},
{'CopperPipe', 20},
},
output = {
{'TitaniumAtmosphericCondenser', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'StainlessSteelSolarPanel',
input = {
{'StainlessSteelPlate', 4},
{'ReinforcedFrame', 3},
{'StainlessSteelSolarCell', 10},
},
output = {
{'StainlessSteelSolarPanel', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumSolarPanel',
input = {
{'TitaniumPlate', 4},
{'ReinforcedFrame', 6},
{'TitaniumSolarCell', 10},
},
output = {
{'TitaniumSolarPanel', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'StainlessSteelSmallSolarPanel',
input = {
{'StainlessSteelPlate', 4},
{'ReinforcedFrame', 1},
{'StainlessSteelSolarCell', 1},
},
output = {
{'StainlessSteelSmallSolarPanel', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumSmallSolarPanel',
input = {
{'TitaniumPlate', 4},
{'ReinforcedFrame', 2},
{'TitaniumSolarCell', 1},
},
output = {
{'TitaniumSmallSolarPanel', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'TitaniumIndustrialSmelter',
input = {
{'GoldWire', 32},
{'TitaniumPlate', 12},
{'ReinforcedFrame', 3},
{'BuildingMaterial', 64},
},
output = {
{'TitaniumIndustrialSmelter', 1},
},
ticks = 80,
tier = 5,
},
{
name = 'CompositeIndustrialSmelter',
input = {
{'PlatinumWire', 32},
{'CompositePlate', 12},
{'ReinforcedFrame', 6},
{'BuildingMaterial', 64},
},
output = {
{'CompositeIndustrialSmelter', 1},
},
ticks = 80,
tier = 6,
},
{
name = 'ModularFrame',
input = {
{'ReinforcedFrame', 3},
{'StainlessSteelParts', 10},
},
output = {
{'ModularFrame', 1},
},
ticks = 200,
tier = 5,
},
}