Module:Data/Silicon/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'SteelDiode', input = { {'CopperConnector', 2}, {'Silicon', 0}, {'SteelPlate', 1}, }, output = { {'SteelDiode', 1}, }, ticks = 20, tier = 2, }, { name = 'AluminiumDiode', input = { {'CopperConnector', 2}, {'Silicon', 3}, {'AluminiumPlate', 1}, }, output = { {'A..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'SteelDiode', | name = 'SteelDiode', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'AluminiumDiode', | name = 'AluminiumDiode', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
| Line 28: | Line 30: | ||
{ | { | ||
name = 'StainlessSteelDiode', | name = 'StainlessSteelDiode', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
| Line 41: | Line 44: | ||
{ | { | ||
name = 'TitaniumDiode', | name = 'TitaniumDiode', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
| Line 54: | Line 58: | ||
{ | { | ||
name = 'CompositeDiode', | name = 'CompositeDiode', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
| Line 67: | Line 72: | ||
{ | { | ||
name = 'NeutroniumDiode', | name = 'NeutroniumDiode', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CopperConnector', 2}, | {'CopperConnector', 2}, | ||
| Line 80: | Line 86: | ||
{ | { | ||
name = 'SiliconMonocrystal', | name = 'SiliconMonocrystal', | ||
machine = 'IndustrialSmelter', | |||
input = { | input = { | ||
{'Silicon', 16}, | {'Silicon', 16}, | ||
| Line 92: | Line 99: | ||
{ | { | ||
name = 'DopedSiliconMonocrystal', | name = 'DopedSiliconMonocrystal', | ||
machine = 'IndustrialSmelter', | |||
input = { | input = { | ||
{'Silicon', 16}, | {'Silicon', 16}, | ||
| Line 105: | Line 113: | ||
{ | { | ||
name = 'Transistor2', | name = 'Transistor2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'Silicon', 1}, | {'Silicon', 1}, | ||
| Line 118: | Line 127: | ||
{ | { | ||
name = 'Transistor', | name = 'Transistor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'Silicon', 1}, | {'Silicon', 1}, | ||
| Line 130: | Line 140: | ||
{ | { | ||
name = 'AluminiumSolarCell', | name = 'AluminiumSolarCell', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'Silicon', 15}, | {'Silicon', 15}, | ||
Latest revision as of 10:32, 30 October 2025
Documentation for this module may be created at Module:Data/Silicon/InInput/doc
return {
{
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 = 'SiliconMonocrystal',
machine = 'IndustrialSmelter',
input = {
{'Silicon', 16},
{'Mercury', 1000},
},
output = {
{'SiliconMonocrystal', 1},
{'HotMercury', 1000},
},
ticks = 2000,
},
{
name = 'DopedSiliconMonocrystal',
machine = 'IndustrialSmelter',
input = {
{'Silicon', 16},
{'PlatinumDust', 1},
{'Mercury', 1000},
},
output = {
{'DopedSiliconMonocrystal', 1},
{'HotMercury', 1000},
},
ticks = 3000,
},
{
name = 'Transistor2',
machine = 'Assembler',
input = {
{'Silicon', 1},
{'GoldWire', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Transistor', 2},
},
ticks = 60,
tier = 2,
},
{
name = 'Transistor',
machine = 'Hand',
input = {
{'Silicon', 1},
{'CopperWire', 2},
},
output = {
{'Transistor', 1},
},
ticks = 80,
tier = 1,
},
{
name = 'AluminiumSolarCell',
machine = 'Hand',
input = {
{'Silicon', 15},
{'CopperWire', 5},
},
output = {
{'AluminiumSolarCell', 1},
},
ticks = 80,
tier = 2,
},
}