Module:Data/Diesel/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
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 = {..."
 
(No difference)

Latest revision as of 20:06, 31 July 2025

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,
    },
}