Module:Data/AdvancedCoil/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'TitaniumElectricEngine', input = { {'ReinforcedFrame', 2}, {'TitaniumPlate', 2}, {'AdvancedCoil', 1}, }, output = { {'TitaniumElectricEngine', 1}, }, ticks = 20, tier = 5, }, { name = 'PowerCoil', input = { {'AdvancedCoil', 3}, {'Processor', 2}, }, output = { {'PowerCoil'..."
 
(No difference)

Latest revision as of 20:01, 31 July 2025

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

return {
    {
        name = 'TitaniumElectricEngine',
        input = {
            {'ReinforcedFrame', 2},
            {'TitaniumPlate', 2},
            {'AdvancedCoil', 1},
        },
        output = {
            {'TitaniumElectricEngine', 1},
        },
        ticks = 20,
        tier = 5,
    },
    {
        name = 'PowerCoil',
        input = {
            {'AdvancedCoil', 3},
            {'Processor', 2},
        },
        output = {
            {'PowerCoil', 1},
        },
        ticks = 200,
        tier = 5,
    },
}