Module:Data/PlatinumPlate/InInput

From Evospace
Revision as of 20:16, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'PlatinumPlate', input = { {'PlatinumPlate', 1}, }, output = { {'PlatinumDust', 1}, }, ticks = 80, tier = 5, }, { name = 'PlatinumFoil', input = { {'PlatinumPlate', 1}, }, output = { {'PlatinumFoil', 1}, }, ticks = 20, tier = 5, }, { name = 'PlatinumWire', inpu...")
(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/PlatinumPlate/InInput/doc

return {
    {
        name = 'PlatinumPlate',
        input = {
            {'PlatinumPlate', 1},
        },
        output = {
            {'PlatinumDust', 1},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'PlatinumFoil',
        input = {
            {'PlatinumPlate', 1},
        },
        output = {
            {'PlatinumFoil', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'PlatinumWire',
        input = {
            {'PlatinumPlate', 1},
        },
        output = {
            {'PlatinumWire', 1},
        },
        ticks = 20,
    },
    {
        name = 'PlatinumFoil',
        input = {
            {'PlatinumPlate', 1},
        },
        output = {
            {'PlatinumFoil', 3},
        },
        ticks = 80,
        tier = 5,
    },
    {
        name = 'PlatinumWire2',
        input = {
            {'PlatinumPlate', 1},
        },
        output = {
            {'PlatinumWire', 2},
        },
        ticks = 40,
    },
}