Module:Data/CompositeIndustrialGenerator/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'CompositeIndustrialGenerator', input = { {'CompositePlate', 24}, {'PlatinumWire', 36}, {'ReinforcedFrame', 3}, {'QuantumProcessor', 3}, }, output = { {'CompositeIndustrialGenerator', 1}, }, ticks = 20, tier = 6, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'CompositeIndustrialGenerator',
         name = 'CompositeIndustrialGenerator',
        machine = 'Hand',
         input = {
         input = {
             {'CompositePlate', 24},
             {'CompositePlate', 24},

Latest revision as of 10:34, 30 October 2025

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

return {
    {
        name = 'CompositeIndustrialGenerator',
        machine = 'Hand',
        input = {
            {'CompositePlate', 24},
            {'PlatinumWire', 36},
            {'ReinforcedFrame', 3},
            {'QuantumProcessor', 3},
        },
        output = {
            {'CompositeIndustrialGenerator', 1},
        },
        ticks = 20,
        tier = 6,
    },
}