Module:Data/AdvancedCoil/InInput

From Evospace
Revision as of 20:01, 31 July 2025 by Evospace (talk | contribs) (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'...")
(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/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,
    },
}