Module:Data/CopperConnector/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'SteelElectricalSwitch', input = { {'SteelPlate', 4}, {'SteelParts', 1}, {'CopperConnector', 1}, }, output = { {'SteelElectricalSwitch', 1}, }, ticks = 20, tier = 2, }, { name = 'AluminiumBatteryBox', input = { {'CopperConnector', 2}, {'AluminiumPlate', 2}, {'AdvancedCircuit', 1},..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'SteelElectricalSwitch', | name = 'SteelElectricalSwitch', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'SteelPlate', 4}, | {'SteelPlate', 4}, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'AluminiumBatteryBox', | name = 'AluminiumBatteryBox', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
| Line 28: | Line 30: | ||
{ | { | ||
name = 'StainlessSteelBatteryBox', | name = 'StainlessSteelBatteryBox', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 4}, | {'CopperConnector', 4}, | ||
| Line 41: | Line 44: | ||
{ | { | ||
name = 'TitaniumBatteryBox', | name = 'TitaniumBatteryBox', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 6}, | {'CopperConnector', 6}, | ||
| Line 54: | Line 58: | ||
{ | { | ||
name = 'CompositeBatteryBox', | name = 'CompositeBatteryBox', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 8}, | {'CopperConnector', 8}, | ||
| Line 67: | Line 72: | ||
{ | { | ||
name = 'NeutroniumBatteryBox', | name = 'NeutroniumBatteryBox', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 10}, | {'CopperConnector', 10}, | ||
| Line 80: | Line 86: | ||
{ | { | ||
name = 'SteelElectrolyzer', | name = 'SteelElectrolyzer', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'SteelPlate', 3}, | {'SteelPlate', 3}, | ||
| Line 93: | Line 100: | ||
{ | { | ||
name = 'AluminiumElectrolyzer', | name = 'AluminiumElectrolyzer', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'AluminiumPlate', 3}, | {'AluminiumPlate', 3}, | ||
| Line 106: | Line 114: | ||
{ | { | ||
name = 'StainlessSteelElectrolyzer', | name = 'StainlessSteelElectrolyzer', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelPlate', 3}, | {'StainlessSteelPlate', 3}, | ||
| Line 119: | Line 128: | ||
{ | { | ||
name = 'TitaniumElectrolyzer', | name = 'TitaniumElectrolyzer', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'TitaniumPlate', 3}, | {'TitaniumPlate', 3}, | ||
| Line 132: | Line 142: | ||
{ | { | ||
name = 'CompositeElectrolyzer', | name = 'CompositeElectrolyzer', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CompositePlate', 3}, | {'CompositePlate', 3}, | ||
| Line 145: | Line 156: | ||
{ | { | ||
name = 'NeutroniumElectrolyzer', | name = 'NeutroniumElectrolyzer', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumPlate', 3}, | {'NeutroniumPlate', 3}, | ||
| Line 158: | Line 170: | ||
{ | { | ||
name = 'StainlessSteelTerminal', | name = 'StainlessSteelTerminal', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelPlate', 3}, | {'StainlessSteelPlate', 3}, | ||
| Line 171: | Line 184: | ||
{ | { | ||
name = 'TitaniumBigTerminal', | name = 'TitaniumBigTerminal', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'TitaniumPlate', 6}, | {'TitaniumPlate', 6}, | ||
| Line 184: | Line 198: | ||
{ | { | ||
name = 'CompositeHugeTerminal', | name = 'CompositeHugeTerminal', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CompositePlate', 9}, | {'CompositePlate', 9}, | ||
| Line 197: | Line 212: | ||
{ | { | ||
name = 'StainlessSteelFlatTerminal', | name = 'StainlessSteelFlatTerminal', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelPlate', 3}, | {'StainlessSteelPlate', 3}, | ||
| Line 210: | Line 226: | ||
{ | { | ||
name = 'TitaniumBigFlatTerminal', | name = 'TitaniumBigFlatTerminal', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'TitaniumPlate', 6}, | {'TitaniumPlate', 6}, | ||
| Line 223: | Line 240: | ||
{ | { | ||
name = 'CompositeHugeFlatTerminal', | name = 'CompositeHugeFlatTerminal', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CompositePlate', 9}, | {'CompositePlate', 9}, | ||
| Line 236: | Line 254: | ||
{ | { | ||
name = 'SteelDiode', | name = 'SteelDiode', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
| Line 249: | Line 268: | ||
{ | { | ||
name = 'AluminiumDiode', | name = 'AluminiumDiode', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
| Line 262: | Line 282: | ||
{ | { | ||
name = 'StainlessSteelDiode', | name = 'StainlessSteelDiode', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
| Line 275: | Line 296: | ||
{ | { | ||
name = 'TitaniumDiode', | name = 'TitaniumDiode', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
| Line 288: | Line 310: | ||
{ | { | ||
name = 'CompositeDiode', | name = 'CompositeDiode', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
| Line 301: | Line 324: | ||
{ | { | ||
name = 'NeutroniumDiode', | name = 'NeutroniumDiode', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
Latest revision as of 10:32, 30 October 2025
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},
{'AluminiumPlate', 2},
{'AdvancedCircuit', 1},
},
output = {
{'AluminiumBatteryBox', 1},
},
ticks = 20,
tier = 3,
},
{
name = 'StainlessSteelBatteryBox',
machine = 'Hand',
input = {
{'CopperConnector', 4},
{'StainlessSteelPlate', 2},
{'Processor', 1},
},
output = {
{'StainlessSteelBatteryBox', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumBatteryBox',
machine = 'Hand',
input = {
{'CopperConnector', 6},
{'TitaniumPlate', 2},
{'QuantumCircuit', 1},
},
output = {
{'TitaniumBatteryBox', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeBatteryBox',
machine = 'Hand',
input = {
{'CopperConnector', 8},
{'CompositePlate', 2},
{'QuantumProcessor', 1},
},
output = {
{'CompositeBatteryBox', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'NeutroniumBatteryBox',
machine = 'Hand',
input = {
{'CopperConnector', 10},
{'NeutroniumPlate', 2},
{'QuantumBrain', 1},
},
output = {
{'NeutroniumBatteryBox', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'SteelElectrolyzer',
machine = 'Hand',
input = {
{'SteelPlate', 3},
{'Coal', 2},
{'CopperConnector', 2},
},
output = {
{'SteelElectrolyzer', 1},
},
ticks = 20,
tier = 2,
},
{
name = 'AluminiumElectrolyzer',
machine = 'Hand',
input = {
{'AluminiumPlate', 3},
{'Coal', 2},
{'CopperConnector', 7},
},
output = {
{'AluminiumElectrolyzer', 1},
},
ticks = 20,
tier = 3,
},
{
name = 'StainlessSteelElectrolyzer',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 3},
{'Coal', 2},
{'CopperConnector', 12},
},
output = {
{'StainlessSteelElectrolyzer', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumElectrolyzer',
machine = 'Hand',
input = {
{'TitaniumPlate', 3},
{'Coal', 2},
{'CopperConnector', 17},
},
output = {
{'TitaniumElectrolyzer', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeElectrolyzer',
machine = 'Hand',
input = {
{'CompositePlate', 3},
{'Coal', 2},
{'CopperConnector', 17},
},
output = {
{'CompositeElectrolyzer', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'NeutroniumElectrolyzer',
machine = 'Hand',
input = {
{'NeutroniumPlate', 3},
{'Coal', 2},
{'CopperConnector', 17},
},
output = {
{'NeutroniumElectrolyzer', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'StainlessSteelTerminal',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 3},
{'Glass', 4},
{'CopperConnector', 1},
},
output = {
{'StainlessSteelTerminal', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumBigTerminal',
machine = 'Hand',
input = {
{'TitaniumPlate', 6},
{'Glass', 8},
{'CopperConnector', 2},
},
output = {
{'TitaniumBigTerminal', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeHugeTerminal',
machine = 'Hand',
input = {
{'CompositePlate', 9},
{'Glass', 12},
{'CopperConnector', 3},
},
output = {
{'CompositeHugeTerminal', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'StainlessSteelFlatTerminal',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 3},
{'Glass', 4},
{'CopperConnector', 1},
},
output = {
{'StainlessSteelFlatTerminal', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumBigFlatTerminal',
machine = 'Hand',
input = {
{'TitaniumPlate', 6},
{'Glass', 8},
{'CopperConnector', 2},
},
output = {
{'TitaniumBigFlatTerminal', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeHugeFlatTerminal',
machine = 'Hand',
input = {
{'CompositePlate', 9},
{'Glass', 12},
{'CopperConnector', 3},
},
output = {
{'CompositeHugeFlatTerminal', 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,
},
}