Module:Data/Battery/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'Battery',
        input = {
            {'SulfuricAcid', 100},
            {'CopperParts', 1},
            {'SteelPlate', 1},
        },
        output = {
            {'Battery', 1},
        },
        ticks = 200,
        tier = 4,
    },
}