Module:Data/PlatinumPlate/InOutput

From Evospace
Revision as of 15:50, 24 August 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/PlatinumPlate/InOutput/doc

return {
    {
        name = 'PlatinumPlate',
        machine = 'ArcSmelter',
        input = {
            {'PlatinumDust', 1},
        },
        output = {
            {'PlatinumPlate', 1},
            {'PlatinumPlate', 1},
        },
        ticks = 240,
        tier = 5,
    },
    {
        name = 'PlatinumPlate',
        machine = 'ArcSmelter',
        input = {
            {'PlatinumDust', 1},
        },
        output = {
            {'PlatinumPlate', 1},
            {'PlatinumPlate', 1},
        },
        ticks = 240,
        tier = 5,
    },
}