Module:Data/Diesel/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:
         output = {
         output = {
         },
         },
         ticks = 112.5,
         ticks = 1800.0,
        tier = 4,
     },
     },
     {
     {

Latest revision as of 15:48, 24 August 2026

Documentation for this module may be created at Module:Data/Diesel/InInput/doc

return {
    {
        name = 'Diesel',
        machine = 'CombustionEngine',
        input = {
            {'Diesel', 1000},
        },
        output = {
        },
        ticks = 1800.0,
    },
    {
        name = 'HighCetaneDiesel',
        machine = 'IndustrialChemReactor',
        input = {
            {'Diesel', 900},
            {'NitricAcid', 100},
        },
        output = {
            {'HighCetaneDiesel', 1000},
        },
        ticks = 300,
        tier = 5,
    },
    {
        name = 'Diesel',
        machine = 'FluidFurnace',
        input = {
            {'Diesel', 100},
        },
        output = {
        },
        ticks = 9000.0,
    },
}