Module:Data/NeutroniumSolarCell/InInput

From Evospace
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/NeutroniumSolarCell/InInput/doc

return {
    {
        name = 'NeutroniumSolarPanel',
        input = {
            {'NeutroniumPlate', 4},
            {'ModularFrame', 6},
            {'NeutroniumSolarCell', 10},
        },
        output = {
            {'NeutroniumSolarPanel', 1},
        },
        ticks = 20,
        tier = 7,
    },
    {
        name = 'NeutroniumSmallSolarPanel',
        input = {
            {'NeutroniumPlate', 4},
            {'ModularFrame', 2},
            {'NeutroniumSolarCell', 1},
        },
        output = {
            {'NeutroniumSmallSolarPanel', 1},
        },
        ticks = 20,
        tier = 7,
    },
}