Module:Data/SuperiorBattery/InInput: 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 20:15, 31 July 2025

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

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