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 difference)

Latest revision as of 06:51, 1 August 2025

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

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