Module:Data/PrimitiveBattery/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'PrimitiveBattery', input = { {'Coke', 1}, {'AluminiumParts', 1}, {'SteelPlate', 1}, }, output = { {'PrimitiveBattery', 1}, }, ticks = 100, tier = 3, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'PrimitiveBattery',
         name = 'PrimitiveBattery',
        machine = 'Hand',
         input = {
         input = {
             {'Coke', 1},
             {'Coke', 1},

Latest revision as of 10:37, 30 October 2025

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

return {
    {
        name = 'PrimitiveBattery',
        machine = 'Hand',
        input = {
            {'Coke', 1},
            {'AluminiumParts', 1},
            {'SteelPlate', 1},
        },
        output = {
            {'PrimitiveBattery', 1},
        },
        ticks = 100,
        tier = 3,
    },
}