Module:Data/PlatinumPlate/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 7: Line 7:
         },
         },
         output = {
         output = {
            {'PlatinumPlate', 1},
             {'PlatinumPlate', 1},
             {'PlatinumPlate', 1},
         },
         },
         ticks = 100,
         ticks = 240,
        tier = 5,
    },
    {
        name = 'PlatinumPlate',
        machine = 'ArcSmelter',
        input = {
            {'PlatinumDust', 1},
        },
        output = {
            {'PlatinumPlate', 1},
            {'PlatinumPlate', 1},
        },
        ticks = 240,
         tier = 5,
         tier = 5,
     },
     },
}
}

Latest revision as of 15:50, 24 August 2026

Documentation for this module may be created at Module:Data/PlatinumPlate/InOutput/doc

return {
    {
        name = 'PlatinumPlate',
        machine = 'ArcSmelter',
        input = {
            {'PlatinumDust', 1},
        },
        output = {
            {'PlatinumPlate', 1},
            {'PlatinumPlate', 1},
        },
        ticks = 240,
        tier = 5,
    },
    {
        name = 'PlatinumPlate',
        machine = 'ArcSmelter',
        input = {
            {'PlatinumDust', 1},
        },
        output = {
            {'PlatinumPlate', 1},
            {'PlatinumPlate', 1},
        },
        ticks = 240,
        tier = 5,
    },
}