Module:Data/UltimateBattery/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'UltimateBattery', input = { {'SuperiorBattery', 5}, {'Processor', 1}, }, output = { {'UltimateBattery', 1}, }, ticks = 400, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'UltimateBattery',
         name = 'UltimateBattery',
        machine = 'Hand',
         input = {
         input = {
             {'SuperiorBattery', 5},
             {'SuperiorBattery', 5},

Latest revision as of 10:37, 30 October 2025

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

return {
    {
        name = 'UltimateBattery',
        machine = 'Hand',
        input = {
            {'SuperiorBattery', 5},
            {'Processor', 1},
        },
        output = {
            {'UltimateBattery', 1},
        },
        ticks = 400,
    },
}