Module:Data/Catalyst/InOutput

From Evospace
Revision as of 06:51, 1 August 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'Catalyst2', input = { {'Cell', 1}, {'GoldWire', 10}, {'Coal', 4}, }, output = { {'Catalyst', 1}, }, ticks = 200, tier = 4, }, { name = 'Catalyst', input = { {'Cell', 1}, {'CopperWire', 40}, {'Coal', 4}, }, output = { {'Catalyst', 1}, }, ticks =...")
(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/Catalyst/InOutput/doc

return {
    {
        name = 'Catalyst2',
        input = {
            {'Cell', 1},
            {'GoldWire', 10},
            {'Coal', 4},
        },
        output = {
            {'Catalyst', 1},
        },
        ticks = 200,
        tier = 4,
    },
    {
        name = 'Catalyst',
        input = {
            {'Cell', 1},
            {'CopperWire', 40},
            {'Coal', 4},
        },
        output = {
            {'Catalyst', 1},
        },
        ticks = 200,
        tier = 3,
    },
}