Module:Data/Superfuel/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Superfuel', input = { {'Superfuel', 1000}, }, output = { }, ticks = 262.5, tier = 4, }, { name = 'Superfuel', input = { {'Superfuel', 100}, }, output = { }, ticks = 21000.0, }, }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
     {
     {
         name = 'Superfuel',
         name = 'Superfuel',
        machine = 'CombustionEngine',
         input = {
         input = {
             {'Superfuel', 1000},
             {'Superfuel', 1000},
Line 7: Line 8:
         output = {
         output = {
         },
         },
         ticks = 262.5,
         ticks = 4200.0,
        tier = 4,
     },
     },
     {
     {
         name = 'Superfuel',
         name = 'Superfuel',
        machine = 'FluidFurnace',
         input = {
         input = {
             {'Superfuel', 100},
             {'Superfuel', 100},

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