Module:Data/TantalumWire/InInput

From Evospace
Revision as of 20:07, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'Resistor4', input = { {'TantalumWire', 1}, {'PolyethyleneSheet', 1}, }, output = { {'Resistor', 8}, }, ticks = 60, tier = 5, }, { name = 'Resistor5', input = { {'TantalumWire', 1}, {'CarbonFiberSheet', 1}, {'PolyethyleneSheet', 1}, }, output = { {'Resistor', 16},...")
(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/TantalumWire/InInput/doc

return {
    {
        name = 'Resistor4',
        input = {
            {'TantalumWire', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Resistor', 8},
        },
        ticks = 60,
        tier = 5,
    },
    {
        name = 'Resistor5',
        input = {
            {'TantalumWire', 1},
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'Resistor', 16},
        },
        ticks = 60,
        tier = 5,
    },
}