Module:Data/CopperConnector/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 174: | Line 174: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'StainlessSteelMonitor', | ||
machine = 'Hand', | machine = 'Hand', | ||
input = { | input = { | ||
| Line 182: | Line 182: | ||
}, | }, | ||
output = { | output = { | ||
{' | {'StainlessSteelMonitor', 1}, | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
| Line 188: | Line 188: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'TitaniumBigMonitor', | ||
machine = 'Hand', | machine = 'Hand', | ||
input = { | input = { | ||
| Line 196: | Line 196: | ||
}, | }, | ||
output = { | output = { | ||
{' | {'TitaniumBigMonitor', 1}, | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
| Line 202: | Line 202: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'CompositeHugeMonitor', | ||
machine = 'Hand', | machine = 'Hand', | ||
input = { | input = { | ||
| Line 210: | Line 210: | ||
}, | }, | ||
output = { | output = { | ||
{' | {'CompositeHugeMonitor', 1}, | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
| Line 337: | Line 295: | ||
output = { | output = { | ||
{'NeutroniumDiode', 1}, | {'NeutroniumDiode', 1}, | ||
}, | |||
ticks = 20, | |||
tier = 7, | |||
}, | |||
{ | |||
name = 'SteelWindTurbine', | |||
machine = 'Hand', | |||
input = { | |||
{'SteelPlate', 8}, | |||
{'SteelParts', 16}, | |||
{'SteelAlternator', 1}, | |||
{'CopperConnector', 4}, | |||
}, | |||
output = { | |||
{'SteelWindTurbine', 1}, | |||
}, | |||
ticks = 20, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'AluminiumWindTurbine', | |||
machine = 'Hand', | |||
input = { | |||
{'AluminiumPlate', 8}, | |||
{'BasicFrame', 4}, | |||
{'AluminiumAlternator', 1}, | |||
{'CopperConnector', 4}, | |||
}, | |||
output = { | |||
{'AluminiumWindTurbine', 1}, | |||
}, | |||
ticks = 20, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'StainlessSteelWindTurbine', | |||
machine = 'Hand', | |||
input = { | |||
{'StainlessSteelPlate', 8}, | |||
{'ReinforcedFrame', 4}, | |||
{'StainlessSteelAlternator', 1}, | |||
{'CopperConnector', 4}, | |||
}, | |||
output = { | |||
{'StainlessSteelWindTurbine', 1}, | |||
}, | |||
ticks = 20, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'TitaniumWindTurbine', | |||
machine = 'Hand', | |||
input = { | |||
{'TitaniumPlate', 8}, | |||
{'ReinforcedFrame', 8}, | |||
{'TitaniumAlternator', 1}, | |||
{'CopperConnector', 4}, | |||
}, | |||
output = { | |||
{'TitaniumWindTurbine', 1}, | |||
}, | |||
ticks = 20, | |||
tier = 5, | |||
}, | |||
{ | |||
name = 'CompositeWindTurbine', | |||
machine = 'Hand', | |||
input = { | |||
{'CompositePlate', 8}, | |||
{'ModularFrame', 4}, | |||
{'CompositeAlternator', 1}, | |||
{'CopperConnector', 4}, | |||
}, | |||
output = { | |||
{'CompositeWindTurbine', 1}, | |||
}, | |||
ticks = 20, | |||
tier = 6, | |||
}, | |||
{ | |||
name = 'NeutroniumWindTurbine', | |||
machine = 'Hand', | |||
input = { | |||
{'NeutroniumPlate', 8}, | |||
{'ModularFrame', 8}, | |||
{'NeutroniumAlternator', 1}, | |||
{'CopperConnector', 4}, | |||
}, | |||
output = { | |||
{'NeutroniumWindTurbine', 1}, | |||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
Latest revision as of 15:47, 24 August 2026
Documentation for this module may be created at Module:Data/CopperConnector/InInput/doc
return {
{
name = 'SteelElectricalSwitch',
machine = 'Hand',
input = {
{'SteelPlate', 4},
{'SteelParts', 1},
{'CopperConnector', 1},
},
output = {
{'SteelElectricalSwitch', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'AluminiumBatteryBox',
machine = 'Hand',
input = {
{'CopperConnector', 2},
{'Battery', 10},
{'AluminiumPlate', 2},
{'AdvancedCircuit', 1},
},
output = {
{'AluminiumBatteryBox', 1},
},
ticks = 20,
tier = 3,
},
{
name = 'StainlessSteelBatteryBox',
machine = 'Hand',
input = {
{'CopperConnector', 4},
{'Battery', 13},
{'StainlessSteelPlate', 2},
{'Processor', 1},
},
output = {
{'StainlessSteelBatteryBox', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumBatteryBox',
machine = 'Hand',
input = {
{'CopperConnector', 6},
{'Battery', 16},
{'TitaniumPlate', 2},
{'QuantumCircuit', 1},
},
output = {
{'TitaniumBatteryBox', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeBatteryBox',
machine = 'Hand',
input = {
{'CopperConnector', 8},
{'Battery', 19},
{'CompositePlate', 2},
{'QuantumProcessor', 1},
},
output = {
{'CompositeBatteryBox', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'NeutroniumBatteryBox',
machine = 'Hand',
input = {
{'CopperConnector', 10},
{'Battery', 22},
{'NeutroniumPlate', 2},
{'QuantumBrain', 1},
},
output = {
{'NeutroniumBatteryBox', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'SteelElectrolyzer',
machine = 'Hand',
input = {
{'SteelPlate', 3},
{'CoalDust', 2},
{'CopperConnector', 2},
},
output = {
{'SteelElectrolyzer', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'AluminiumElectrolyzer',
machine = 'Hand',
input = {
{'AluminiumPlate', 3},
{'CoalDust', 2},
{'CopperConnector', 7},
},
output = {
{'AluminiumElectrolyzer', 1},
},
ticks = 20,
tier = 3,
},
{
name = 'StainlessSteelElectrolyzer',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 3},
{'CoalDust', 2},
{'CopperConnector', 12},
},
output = {
{'StainlessSteelElectrolyzer', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumElectrolyzer',
machine = 'Hand',
input = {
{'TitaniumPlate', 3},
{'CoalDust', 2},
{'CopperConnector', 17},
},
output = {
{'TitaniumElectrolyzer', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeElectrolyzer',
machine = 'Hand',
input = {
{'CompositePlate', 3},
{'CoalDust', 2},
{'CopperConnector', 17},
},
output = {
{'CompositeElectrolyzer', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'NeutroniumElectrolyzer',
machine = 'Hand',
input = {
{'NeutroniumPlate', 3},
{'CoalDust', 2},
{'CopperConnector', 17},
},
output = {
{'NeutroniumElectrolyzer', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'StainlessSteelMonitor',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 3},
{'Glass', 4},
{'CopperConnector', 1},
},
output = {
{'StainlessSteelMonitor', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumBigMonitor',
machine = 'Hand',
input = {
{'TitaniumPlate', 6},
{'Glass', 8},
{'CopperConnector', 2},
},
output = {
{'TitaniumBigMonitor', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeHugeMonitor',
machine = 'Hand',
input = {
{'CompositePlate', 9},
{'Glass', 12},
{'CopperConnector', 3},
},
output = {
{'CompositeHugeMonitor', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'SteelDiode',
machine = 'Hand',
input = {
{'CopperConnector', 2},
{'Silicon', 0},
{'SteelPlate', 1},
},
output = {
{'SteelDiode', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'AluminiumDiode',
machine = 'Hand',
input = {
{'CopperConnector', 2},
{'Silicon', 3},
{'AluminiumPlate', 1},
},
output = {
{'AluminiumDiode', 1},
},
ticks = 20,
tier = 3,
},
{
name = 'StainlessSteelDiode',
machine = 'Hand',
input = {
{'CopperConnector', 2},
{'Silicon', 6},
{'StainlessSteelPlate', 1},
},
output = {
{'StainlessSteelDiode', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumDiode',
machine = 'Hand',
input = {
{'CopperConnector', 2},
{'Silicon', 9},
{'TitaniumPlate', 1},
},
output = {
{'TitaniumDiode', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeDiode',
machine = 'Hand',
input = {
{'CopperConnector', 2},
{'Silicon', 9},
{'CompositePlate', 1},
},
output = {
{'CompositeDiode', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'NeutroniumDiode',
machine = 'Hand',
input = {
{'CopperConnector', 2},
{'Silicon', 9},
{'NeutroniumPlate', 1},
},
output = {
{'NeutroniumDiode', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'SteelWindTurbine',
machine = 'Hand',
input = {
{'SteelPlate', 8},
{'SteelParts', 16},
{'SteelAlternator', 1},
{'CopperConnector', 4},
},
output = {
{'SteelWindTurbine', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'AluminiumWindTurbine',
machine = 'Hand',
input = {
{'AluminiumPlate', 8},
{'BasicFrame', 4},
{'AluminiumAlternator', 1},
{'CopperConnector', 4},
},
output = {
{'AluminiumWindTurbine', 1},
},
ticks = 20,
tier = 3,
},
{
name = 'StainlessSteelWindTurbine',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 8},
{'ReinforcedFrame', 4},
{'StainlessSteelAlternator', 1},
{'CopperConnector', 4},
},
output = {
{'StainlessSteelWindTurbine', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumWindTurbine',
machine = 'Hand',
input = {
{'TitaniumPlate', 8},
{'ReinforcedFrame', 8},
{'TitaniumAlternator', 1},
{'CopperConnector', 4},
},
output = {
{'TitaniumWindTurbine', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeWindTurbine',
machine = 'Hand',
input = {
{'CompositePlate', 8},
{'ModularFrame', 4},
{'CompositeAlternator', 1},
{'CopperConnector', 4},
},
output = {
{'CompositeWindTurbine', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'NeutroniumWindTurbine',
machine = 'Hand',
input = {
{'NeutroniumPlate', 8},
{'ModularFrame', 8},
{'NeutroniumAlternator', 1},
{'CopperConnector', 4},
},
output = {
{'NeutroniumWindTurbine', 1},
},
ticks = 20,
tier = 7,
},
}