Module:Data/ChalcopyriteDust/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'ElectrolyzerChalcopyriteDust', input = { {'ChalcopyriteDust', 2}, }, output = { {'CopperDust', 1}, {'Sulfur', 1}, }, ticks = 200, tier = 2, }, { name = 'ChalcopyriteDust', input = { {'ChalcopyriteDust', 1}, }, output = { {'CopperPlate', 1}, }, ticks = 50, tier = 0, }, }"
 
(No difference)

Latest revision as of 20:06, 31 July 2025

Documentation for this module may be created at Module:Data/ChalcopyriteDust/InInput/doc

return {
    {
        name = 'ElectrolyzerChalcopyriteDust',
        input = {
            {'ChalcopyriteDust', 2},
        },
        output = {
            {'CopperDust', 1},
            {'Sulfur', 1},
        },
        ticks = 200,
        tier = 2,
    },
    {
        name = 'ChalcopyriteDust',
        input = {
            {'ChalcopyriteDust', 1},
        },
        output = {
            {'CopperPlate', 1},
        },
        ticks = 50,
        tier = 0,
    },
}