Module:Data/SteelPipe/InInput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'SteelSeparator',
        input = {
            {'SteelPipe', 2},
            {'SteelParts', 4},
        },
        output = {
            {'SteelSeparator', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelOreWasher',
        input = {
            {'SteelPlate', 7},
            {'SteelPipe', 2},
            {'SteelParts', 8},
        },
        output = {
            {'SteelOreWasher', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelSteamEngine',
        input = {
            {'CopperParts', 2},
            {'SteelPipe', 2},
        },
        output = {
            {'SteelSteamEngine', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelPump',
        input = {
            {'SteelRobotArm', 1},
            {'SteelPipe', 1},
        },
        output = {
            {'SteelPump', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelOven',
        input = {
            {'BuildingMaterial', 10},
            {'SteelPipe', 10},
        },
        output = {
            {'SteelOven', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelBlastFurnace',
        input = {
            {'BuildingMaterial', 20},
            {'SteelPipe', 20},
        },
        output = {
            {'SteelBlastFurnace', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'SteelFluidFurnace',
        input = {
            {'SteelFurnace', 1},
            {'SteelPipe', 7},
        },
        output = {
            {'SteelFluidFurnace', 1},
        },
        ticks = 20,
        tier = 2,
    },
    {
        name = 'Flashlight',
        input = {
            {'SteelPipe', 1},
            {'SteelLamp', 1},
        },
        output = {
            {'Flashlight', 1},
        },
        ticks = 20,
    },
}