Module:Data/Capacitor/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Capacitor2', input = { {'AluminiumFoil', 2}, {'MicaFlakes', 1}, }, output = { {'Capacitor', 2}, }, ticks = 60, tier = 2, }, { name = 'Capacitor3', input = { {'TantalumFoil', 2}, {'PolyethyleneSheet', 1}, }, output = { {'Capacitor', 4}, }, ticks = 60, tier = 5,..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'Capacitor2', | name = 'Capacitor2', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'AluminiumFoil', 2}, | {'AluminiumFoil', 2}, | ||
| Line 14: | Line 15: | ||
{ | { | ||
name = 'Capacitor3', | name = 'Capacitor3', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'TantalumFoil', 2}, | {'TantalumFoil', 2}, | ||
| Line 26: | Line 28: | ||
{ | { | ||
name = 'Capacitor4', | name = 'Capacitor4', | ||
machine = 'Assembler', | |||
input = { | input = { | ||
{'TantalumFoil', 2}, | {'TantalumFoil', 2}, | ||
| Line 39: | Line 42: | ||
{ | { | ||
name = 'Capacitor', | name = 'Capacitor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'AluminiumFoil', 2}, | {'AluminiumFoil', 2}, | ||
Latest revision as of 10:36, 30 October 2025
Documentation for this module may be created at Module:Data/Capacitor/InOutput/doc
return {
{
name = 'Capacitor2',
machine = 'Assembler',
input = {
{'AluminiumFoil', 2},
{'MicaFlakes', 1},
},
output = {
{'Capacitor', 2},
},
ticks = 60,
tier = 2,
},
{
name = 'Capacitor3',
machine = 'Assembler',
input = {
{'TantalumFoil', 2},
{'PolyethyleneSheet', 1},
},
output = {
{'Capacitor', 4},
},
ticks = 60,
tier = 5,
},
{
name = 'Capacitor4',
machine = 'Assembler',
input = {
{'TantalumFoil', 2},
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Capacitor', 8},
},
ticks = 60,
tier = 5,
},
{
name = 'Capacitor',
machine = 'Hand',
input = {
{'AluminiumFoil', 2},
{'Log', 1},
},
output = {
{'Capacitor', 1},
},
ticks = 80,
tier = 1,
},
}