Module:Data/TantalumFoil/InInput

From Evospace
Revision as of 21:16, 27 January 2026 by Evospace (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/TantalumFoil/InInput/doc

return {
    {
        name = 'Capacitor3',
        machine = 'Assembler',
        input = {
            {'TantalumFoil', 2},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Capacitor', 8},
        },
        ticks = 60,
        tier = 5,
    },
    {
        name = 'Capacitor4',
        machine = 'Assembler',
        input = {
            {'TantalumFoil', 3},
            {'CarbonFiberSheet', 2},
        },
        output = {
            {'Capacitor', 16},
        },
        ticks = 60,
        tier = 5,
    },
}