Module:Data/TitaniumSolarCell/InInput

From Evospace
Revision as of 20:06, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'TitaniumSolarPanel', input = { {'TitaniumPlate', 4}, {'ReinforcedFrame', 6}, {'TitaniumSolarCell', 10}, }, output = { {'TitaniumSolarPanel', 1}, }, ticks = 20, tier = 5, }, { name = 'TitaniumSmallSolarPanel', input = { {'TitaniumPlate', 4}, {'ReinforcedFrame', 2}, {'TitaniumSolarCell', 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/TitaniumSolarCell/InInput/doc

return {
    {
        name = 'TitaniumSolarPanel',
        input = {
            {'TitaniumPlate', 4},
            {'ReinforcedFrame', 6},
            {'TitaniumSolarCell', 10},
        },
        output = {
            {'TitaniumSolarPanel', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'TitaniumSmallSolarPanel',
        input = {
            {'TitaniumPlate', 4},
            {'ReinforcedFrame', 2},
            {'TitaniumSolarCell', 1},
        },
        output = {
            {'TitaniumSmallSolarPanel', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'CompositeSolarCell',
        input = {
            {'TitaniumSolarCell', 4},
            {'CopperWire', 2},
            {'Processor', 1},
        },
        output = {
            {'CompositeSolarCell', 1},
        },
        ticks = 80,
        tier = 5,
    },
}