Module:Data/Battery/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Battery', input = { {'SulfuricAcid', 100}, {'CopperParts', 1}, {'SteelPlate', 1}, }, output = { {'Battery', 1}, }, ticks = 200, tier = 4, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'Battery',
         name = 'Battery',
        machine = 'Assembler',
         input = {
         input = {
             {'SulfuricAcid', 100},
             {'SulfuricAcid', 100},

Latest revision as of 10:36, 30 October 2025

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

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