Module:Data/IronDust/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 19: Line 19:
         },
         },
         output = {
         output = {
            {'IronPlate', 10},
             {'IronPlate', 10},
             {'IronPlate', 10},
         },
         },
         ticks = 100,
         ticks = 2400,
         tier = 2,
         tier = 2,
     },
     },
Line 58: Line 59:
             {'IronPlate', 1},
             {'IronPlate', 1},
         },
         },
         ticks = 100,
         ticks = 60,
     },
     },
}
}

Latest revision as of 15:47, 24 August 2026

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

return {
    {
        name = 'IronDustSmelting',
        machine = 'BlastFurnace',
        input = {
            {'Coke', 10},
            {'IronDust', 10},
        },
        output = {
            {'SteelPlate', 10},
        },
        ticks = 2000,
    },
    {
        name = 'IronPlate',
        machine = 'ArcSmelter',
        input = {
            {'IronDust', 10},
        },
        output = {
            {'IronPlate', 10},
            {'IronPlate', 10},
        },
        ticks = 2400,
        tier = 2,
    },
    {
        name = 'SSCraft',
        machine = 'Mixer',
        input = {
            {'IronDust', 4},
            {'ChromiumDust', 1},
        },
        output = {
            {'StainlessSteelDust', 4},
        },
        ticks = 400,
    },
    {
        name = 'Steel',
        machine = 'IndustrialSmelter',
        input = {
            {'IronDust', 10},
            {'CoalDust', 5},
            {'Oxygen', 1000},
        },
        output = {
            {'SteelPlate', 10},
        },
        ticks = 200,
    },
    {
        name = 'IronPlate',
        machine = 'Smelter',
        input = {
            {'IronDust', 1},
        },
        output = {
            {'IronPlate', 1},
        },
        ticks = 60,
    },
}