Module:Data/Ethylene/InOutput

From Evospace
Revision as of 19:40, 17 October 2025 by Evospace (talk | contribs)
(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/Ethylene/InOutput/doc

return {
    {
        name = 'RawOil3',
        input = {
            {'RawOil', 2000},
        },
        output = {
            {'Ethylene', 400.0},
        },
        ticks = 120,
        tier = 3,
    },
    {
        name = 'Ethylene',
        input = {
            {'ProducerGas', 1000},
            {'Catalyst', 1},
        },
        output = {
            {'Ethylene', 1000},
        },
        ticks = 200,
    },
    {
        name = 'RawOil',
        input = {
            {'RawOil', 7500},
        },
        output = {
            {'HeavyOil', 1000.0},
            {'Diesel', 2500.0},
            {'Gasoline', 1500.0},
            {'Ethylene', 1500.0},
        },
        ticks = 300,
        tier = 4,
    },
}