Module:DrillingRigRecipeDictionary

From Evospace
Revision as of 19:33, 17 October 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'ChalcopyriteOre', input = { }, output = { {'ChalcopyriteOre', 1}, }, ticks = 60, }, { name = 'MalachiteOre', input = { }, output = { {'MalachiteOre', 1}, }, ticks = 60, }, { name = 'PyriteOre', input = { }, output = { {'PyriteOre', 1}, }, ticks = 60, }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:DrillingRigRecipeDictionary/doc

return {
    {
        name = 'ChalcopyriteOre',
        input = {
        },
        output = {
            {'ChalcopyriteOre', 1},
        },
        ticks = 60,
    },
    {
        name = 'MalachiteOre',
        input = {
        },
        output = {
            {'MalachiteOre', 1},
        },
        ticks = 60,
    },
    {
        name = 'PyriteOre',
        input = {
        },
        output = {
            {'PyriteOre', 1},
        },
        ticks = 60,
    },
    {
        name = 'MagnetiteOre',
        input = {
        },
        output = {
            {'MagnetiteOre', 1},
        },
        ticks = 60,
    },
    {
        name = 'BauxiteOre',
        input = {
        },
        output = {
            {'BauxiteOre', 1},
        },
        ticks = 60,
    },
    {
        name = 'RubyOre',
        input = {
        },
        output = {
            {'RubyOre', 1},
        },
        ticks = 60,
    },
    {
        name = 'CinnabarOre',
        input = {
        },
        output = {
            {'CinnabarOre', 1},
        },
        ticks = 60,
    },
    {
        name = 'ThorianiteOre',
        input = {
        },
        output = {
            {'ThorianiteOre', 1},
        },
        ticks = 60,
    },
    {
        name = 'PyroplatiteOre',
        input = {
        },
        output = {
            {'PyroplatiteOre', 1},
        },
        ticks = 60,
    },
    {
        name = 'CoalOre',
        input = {
        },
        output = {
            {'CoalOre', 1},
        },
        ticks = 60,
    },
}