Module:Data/YttriumPlate/InInput

From Evospace
Revision as of 20:16, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'YttriumPlate', input = { {'YttriumPlate', 1}, }, output = { {'YttriumDust', 1}, }, ticks = 80, tier = 4, }, { name = 'YttriumWire', input = { {'YttriumPlate', 1}, }, output = { {'YttriumWire', 1}, }, ticks = 20, }, { name = 'YttriumWire2', input = { {'Yttr...")
(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/YttriumPlate/InInput/doc

return {
    {
        name = 'YttriumPlate',
        input = {
            {'YttriumPlate', 1},
        },
        output = {
            {'YttriumDust', 1},
        },
        ticks = 80,
        tier = 4,
    },
    {
        name = 'YttriumWire',
        input = {
            {'YttriumPlate', 1},
        },
        output = {
            {'YttriumWire', 1},
        },
        ticks = 20,
    },
    {
        name = 'YttriumWire2',
        input = {
            {'YttriumPlate', 1},
        },
        output = {
            {'YttriumWire', 2},
        },
        ticks = 40,
    },
}