Module:Data/Rapeseed/InInput

From Evospace
Revision as of 20:06, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'Rapeseed', input = { {'Rapeseed', 2}, }, output = { {'Organics', 1}, }, ticks = 200, tier = 1, }, { name = 'Rapseed', input = { {'Rapeseed', 10}, }, output = { {'RapeseedOil', 800}, }, ticks = 200, }, }")
(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/Rapeseed/InInput/doc

return {
    {
        name = 'Rapeseed',
        input = {
            {'Rapeseed', 2},
        },
        output = {
            {'Organics', 1},
        },
        ticks = 200,
        tier = 1,
    },
    {
        name = 'Rapseed',
        input = {
            {'Rapeseed', 10},
        },
        output = {
            {'RapeseedOil', 800},
        },
        ticks = 200,
    },
}