Module:ArcSmelterRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
return {
return {
     {
     {
         name = 'ChalcopyriteOreDust',
         name = 'SandSurfaceSmelting',
         ingredients = {
         input = {
             {'ChalcopyriteOreDust', 1},
             {'SandSurface', 10},
         },
         },
         results = {
         output = {
             {'CopperPlate', 1},
             {'Glass', 10},
         },
         },
         time = 120,
         ticks = 100,
        tier = 0,
     },
     },
     {
     {
         name = 'MalachiteOreDust',
         name = 'CopperPlate',
         ingredients = {
         input = {
             {'MalachiteOreDust', 1},
             {'CopperDust', 10},
         },
         },
         results = {
         output = {
             {'CopperPlate', 1},
             {'CopperPlate', 10},
         },
         },
         time = 120,
         ticks = 100,
         tier = 0,
         tier = 0,
     },
     },
     {
     {
         name = 'PyriteOreDust',
         name = 'GoldPlate',
         ingredients = {
         input = {
             {'PyriteOreDust', 1},
             {'GoldDust', 10},
         },
         },
         results = {
         output = {
             {'IronPlate', 1},
             {'GoldPlate', 10},
         },
         },
         time = 120,
         ticks = 100,
         tier = 2,
         tier = 2,
     },
     },
     {
     {
         name = 'MagnetiteOreDust',
         name = 'PlatinumPlate',
         ingredients = {
         input = {
             {'MagnetiteOreDust', 1},
             {'PlatinumDust', 1},
         },
         },
         results = {
         output = {
             {'IronPlate', 1},
             {'PlatinumPlate', 1},
         },
         },
         time = 120,
         ticks = 100,
         tier = 2,
         tier = 5,
     },
     },
     {
     {
         name = 'BauxiteOreDust',
         name = 'IronPlate',
         ingredients = {
         input = {
             {'BauxiteOreDust', 1},
             {'IronDust', 10},
         },
         },
         results = {
         output = {
             {'BauxiteDust', 1},
             {'IronPlate', 10},
         },
         },
         time = 120,
         ticks = 100,
         tier = 3,
         tier = 2,
     },
     },
     {
     {
         name = 'RubyOreDust',
         name = 'SteelPlate',
         ingredients = {
         input = {
             {'RubyOreDust', 1},
             {'SteelDust', 1},
         },
         },
         results = {
         output = {
             {'RubyDust', 1},
             {'SteelPlate', 1},
         },
         },
         time = 120,
         ticks = 100,
        tier = 3,
    },
    {
        name = 'CinnabarOreDust',
        ingredients = {
            {'CinnabarOreDust', 1},
        },
        results = {
            {'Sulfur', 1},
        },
        time = 120,
         tier = 1,
         tier = 1,
     },
     },
     {
     {
         name = 'ThorianiteOreDust',
         name = 'AluminiumPlate',
         ingredients = {
         input = {
             {'ThorianiteOreDust', 1},
             {'AluminiumDust', 1},
         },
         },
         results = {
         output = {
             {'ThoriumDust', 1},
             {'AluminiumPlate', 1},
         },
         },
         time = 120,
         ticks = 100,
         tier = 4,
         tier = 2,
     },
     },
     {
     {
         name = 'PyroplatiteOreDust',
         name = 'StainlessSteelPlate',
         ingredients = {
         input = {
             {'PyroplatiteOreDust', 1},
             {'StainlessSteelDust', 1},
         },
         },
         results = {
         output = {
             {'PyroplatiteDust', 1},
             {'StainlessSteelPlate', 1},
         },
         },
         time = 120,
         ticks = 100,
         tier = 4,
         tier = 3,
     },
     },
     {
     {
         name = 'CoalOreDust',
         name = 'ChromiumPlate',
         ingredients = {
         input = {
             {'CoalOreDust', 1},
             {'ChromiumDust', 1},
         },
         },
         results = {
         output = {
             {'Coal', 1},
             {'ChromiumPlate', 1},
         },
         },
         time = 120,
         ticks = 100,
         tier = 0,
         tier = 3,
     },
     },
}
}

Revision as of 12:37, 31 July 2025

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

return {
    {
        name = 'SandSurfaceSmelting',
        input = {
            {'SandSurface', 10},
        },
        output = {
            {'Glass', 10},
        },
        ticks = 100,
    },
    {
        name = 'CopperPlate',
        input = {
            {'CopperDust', 10},
        },
        output = {
            {'CopperPlate', 10},
        },
        ticks = 100,
        tier = 0,
    },
    {
        name = 'GoldPlate',
        input = {
            {'GoldDust', 10},
        },
        output = {
            {'GoldPlate', 10},
        },
        ticks = 100,
        tier = 2,
    },
    {
        name = 'PlatinumPlate',
        input = {
            {'PlatinumDust', 1},
        },
        output = {
            {'PlatinumPlate', 1},
        },
        ticks = 100,
        tier = 5,
    },
    {
        name = 'IronPlate',
        input = {
            {'IronDust', 10},
        },
        output = {
            {'IronPlate', 10},
        },
        ticks = 100,
        tier = 2,
    },
    {
        name = 'SteelPlate',
        input = {
            {'SteelDust', 1},
        },
        output = {
            {'SteelPlate', 1},
        },
        ticks = 100,
        tier = 1,
    },
    {
        name = 'AluminiumPlate',
        input = {
            {'AluminiumDust', 1},
        },
        output = {
            {'AluminiumPlate', 1},
        },
        ticks = 100,
        tier = 2,
    },
    {
        name = 'StainlessSteelPlate',
        input = {
            {'StainlessSteelDust', 1},
        },
        output = {
            {'StainlessSteelPlate', 1},
        },
        ticks = 100,
        tier = 3,
    },
    {
        name = 'ChromiumPlate',
        input = {
            {'ChromiumDust', 1},
        },
        output = {
            {'ChromiumPlate', 1},
        },
        ticks = 100,
        tier = 3,
    },
}