Module:DrillingRigRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
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, }..."
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'ChalcopyriteOre',
         name = 'ChalcopyriteOre',
        machine = 'DrillingRig',
         input = {
         input = {
         },
         },
Line 10: Line 11:
     },
     },
     {
     {
         name = 'MalachiteOre',
         name = 'PyriteOre',
        machine = 'DrillingRig',
         input = {
         input = {
         },
         },
         output = {
         output = {
             {'MalachiteOre', 1},
             {'PyriteOre', 1},
         },
         },
         ticks = 60,
         ticks = 60,
     },
     },
     {
     {
         name = 'PyriteOre',
         name = 'MalachiteOre',
        machine = 'DrillingRig',
         input = {
         input = {
         },
         },
         output = {
         output = {
             {'PyriteOre', 1},
             {'MalachiteOre', 1},
         },
         },
         ticks = 60,
         ticks = 60,
Line 29: Line 32:
     {
     {
         name = 'MagnetiteOre',
         name = 'MagnetiteOre',
        machine = 'DrillingRig',
         input = {
         input = {
         },
         },
Line 38: Line 42:
     {
     {
         name = 'BauxiteOre',
         name = 'BauxiteOre',
        machine = 'DrillingRig',
         input = {
         input = {
         },
         },
Line 47: Line 52:
     {
     {
         name = 'RubyOre',
         name = 'RubyOre',
        machine = 'DrillingRig',
         input = {
         input = {
         },
         },
Line 56: Line 62:
     {
     {
         name = 'CinnabarOre',
         name = 'CinnabarOre',
        machine = 'DrillingRig',
         input = {
         input = {
         },
         },
Line 65: Line 72:
     {
     {
         name = 'ThorianiteOre',
         name = 'ThorianiteOre',
        machine = 'DrillingRig',
         input = {
         input = {
         },
         },
Line 74: Line 82:
     {
     {
         name = 'PyroplatiteOre',
         name = 'PyroplatiteOre',
        machine = 'DrillingRig',
         input = {
         input = {
         },
         },
Line 83: Line 92:
     {
     {
         name = 'CoalOre',
         name = 'CoalOre',
        machine = 'DrillingRig',
         input = {
         input = {
         },
         },

Latest revision as of 23:01, 27 January 2026

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

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