Module:Data/CompositeChemicalBath/InOutput

From Evospace
Jump to navigation Jump to search

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

return {
    {
        name = 'CompositeChemicalBath',
        input = {
            {'CompositePlate', 8},
            {'CompositeParts', 10},
            {'ModularFrame', 2},
            {'CompositeElectricEngine', 1},
        },
        output = {
            {'CompositeChemicalBath', 1},
        },
        ticks = 40,
        tier = 6,
    },
}