Module:Data/Pumpkin/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Pumpkin', input = { {'Pumpkin', 1}, }, output = { {'Organics', 1}, }, ticks = 200, tier = 1, }, { name = 'MethaneFromPumpkin', input = { {'Pumpkin', 1}, }, output = { {'Methane', 300}, }, ticks = 200, }, }"
 
(No difference)

Latest revision as of 20:06, 31 July 2025

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

return {
    {
        name = 'Pumpkin',
        input = {
            {'Pumpkin', 1},
        },
        output = {
            {'Organics', 1},
        },
        ticks = 200,
        tier = 1,
    },
    {
        name = 'MethaneFromPumpkin',
        input = {
            {'Pumpkin', 1},
        },
        output = {
            {'Methane', 300},
        },
        ticks = 200,
    },
}