Module:Data/PlatinumDust/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Platinum', input = { {'PlatinumSolution', 1300}, {'AmmoniumChloride', 1}, }, output = { {'PlatinumDust', 1}, }, ticks = 400, tier = 5, }, { name = 'PlatinumPlate', input = { {'PlatinumPlate', 1}, }, output = { {'PlatinumDust', 1}, }, ticks = 80, tier = 5, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'Platinum',
         name = 'Platinum',
        machine = 'IndustrialChemReactor',
         input = {
         input = {
             {'PlatinumSolution', 1300},
             {'PlatinumSolution', 1300},
Line 14: Line 15:
     {
     {
         name = 'PlatinumPlate',
         name = 'PlatinumPlate',
        machine = 'Macerator',
         input = {
         input = {
             {'PlatinumPlate', 1},
             {'PlatinumPlate', 1},

Latest revision as of 10:36, 30 October 2025

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

return {
    {
        name = 'Platinum',
        machine = 'IndustrialChemReactor',
        input = {
            {'PlatinumSolution', 1300},
            {'AmmoniumChloride', 1},
        },
        output = {
            {'PlatinumDust', 1},
        },
        ticks = 400,
        tier = 5,
    },
    {
        name = 'PlatinumPlate',
        machine = 'Macerator',
        input = {
            {'PlatinumPlate', 1},
        },
        output = {
            {'PlatinumDust', 1},
        },
        ticks = 80,
        tier = 5,
    },
}