Module:Data/Gasoline/InOutput

From Evospace
Revision as of 06:51, 1 August 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'RawOil2', input = { {'RawOil', 2000}, }, output = { {'Gasoline', 400.0}, }, ticks = 120, tier = 3, }, { name = 'RawOil', input = { {'RawOil', 15000}, }, output = { {'HeavyOil', 2000.0}, {'Diesel', 5000.0}, {'Gasoline', 3000.0}, {'Ethylene', 3000.0}, }, tic...")
(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/Gasoline/InOutput/doc

return {
    {
        name = 'RawOil2',
        input = {
            {'RawOil', 2000},
        },
        output = {
            {'Gasoline', 400.0},
        },
        ticks = 120,
        tier = 3,
    },
    {
        name = 'RawOil',
        input = {
            {'RawOil', 15000},
        },
        output = {
            {'HeavyOil', 2000.0},
            {'Diesel', 5000.0},
            {'Gasoline', 3000.0},
            {'Ethylene', 3000.0},
        },
        ticks = 600,
        tier = 4,
    },
}