Module:Data/Superfuel/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 = 262.5,
         ticks = 4200.0,
        tier = 4,
     },
     },
     {
     {

Latest revision as of 15:47, 24 August 2026

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

return {
    {
        name = 'Superfuel',
        machine = 'CombustionEngine',
        input = {
            {'Superfuel', 1000},
        },
        output = {
        },
        ticks = 4200.0,
    },
    {
        name = 'Superfuel',
        machine = 'FluidFurnace',
        input = {
            {'Superfuel', 100},
        },
        output = {
        },
        ticks = 21000.0,
    },
}