Module:Data/CompositePlate/InOutput

From Evospace
Revision as of 06:51, 1 August 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'CompositePlate', input = { {'TitaniumPlate', 1}, {'CarbonFiberSheet', 1}, {'PolyethyleneSheet', 1}, }, output = { {'CompositePlate', 1}, }, ticks = 300, tier = 6, }, { name = 'CompositePlate2', input = { {'TitaniumPlate', 1}, {'CarbonFiberSheet', 1}, {'PolyethyleneSheet', 1},...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

return {
    {
        name = 'CompositePlate',
        input = {
            {'TitaniumPlate', 1},
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
        },
        output = {
            {'CompositePlate', 1},
        },
        ticks = 300,
        tier = 6,
    },
    {
        name = 'CompositePlate2',
        input = {
            {'TitaniumPlate', 1},
            {'CarbonFiberSheet', 1},
            {'PolyethyleneSheet', 1},
            {'NeutroniumParts', 1},
        },
        output = {
            {'CompositePlate', 4},
        },
        ticks = 300,
        tier = 7,
    },
}