Module:Data/Diesel/InInput

From Evospace
Revision as of 20:06, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'Diesel', input = { {'Diesel', 1000}, }, output = { }, ticks = 112.5, tier = 4, }, { name = 'HighCetaneDiesel', input = { {'Diesel', 900}, {'NitricAcid', 100}, }, output = { {'HighCetaneDiesel', 1000}, }, ticks = 300, tier = 5, }, { name = 'Diesel', input = {...")
(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/Diesel/InInput/doc

return {
    {
        name = 'Diesel',
        input = {
            {'Diesel', 1000},
        },
        output = {
        },
        ticks = 112.5,
        tier = 4,
    },
    {
        name = 'HighCetaneDiesel',
        input = {
            {'Diesel', 900},
            {'NitricAcid', 100},
        },
        output = {
            {'HighCetaneDiesel', 1000},
        },
        ticks = 300,
        tier = 5,
    },
    {
        name = 'Diesel',
        input = {
            {'Diesel', 100},
        },
        output = {
        },
        ticks = 9000.0,
    },
}