Module:Data/TantalumFoil/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Capacitor3', input = { {'TantalumFoil', 2}, {'PolyethyleneSheet', 1}, }, output = { {'Capacitor', 4}, }, ticks = 60, tier = 5, }, { name = 'Capacitor4', input = { {'TantalumFoil', 2}, {'CarbonFiberSheet', 1}, {'PolyethyleneSheet', 1}, }, output = { {'Capacitor', 8},..." |
(No difference)
|
Latest revision as of 20:07, 31 July 2025
Documentation for this module may be created at Module:Data/TantalumFoil/InInput/doc
return {
{
name = 'Capacitor3',
input = {
{'TantalumFoil', 2},
{'PolyethyleneSheet', 1},
},
output = {
{'Capacitor', 4},
},
ticks = 60,
tier = 5,
},
{
name = 'Capacitor4',
input = {
{'TantalumFoil', 2},
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Capacitor', 8},
},
ticks = 60,
tier = 5,
},
}