Module:Data/GoldDust/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 7: Line 7:
         },
         },
         output = {
         output = {
            {'GoldPlate', 10},
             {'GoldPlate', 10},
             {'GoldPlate', 10},
         },
         },
         ticks = 100,
         ticks = 2400,
         tier = 2,
         tier = 2,
     },
     },
Line 21: Line 22:
             {'GoldPlate', 1},
             {'GoldPlate', 1},
         },
         },
         ticks = 100,
         ticks = 60,
     },
     },
}
}

Latest revision as of 15:47, 24 August 2026

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

return {
    {
        name = 'GoldPlate',
        machine = 'ArcSmelter',
        input = {
            {'GoldDust', 10},
        },
        output = {
            {'GoldPlate', 10},
            {'GoldPlate', 10},
        },
        ticks = 2400,
        tier = 2,
    },
    {
        name = 'GoldPlate',
        machine = 'Smelter',
        input = {
            {'GoldDust', 1},
        },
        output = {
            {'GoldPlate', 1},
        },
        ticks = 60,
    },
}