Module:Data/SulfuricAcid/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Battery', input = { {'SulfuricAcid', 100}, {'CopperParts', 1}, {'SteelPlate', 1}, }, output = { {'Battery', 1}, }, ticks = 200, tier = 4, }, { name = 'CarbonPrecursor', input = { {'HeavyOil', 1000}, {'SulfuricAcid', 100}, }, output = { {'CarbonPrecursor', 1000}, }..."
 
No edit summary
 
Line 31: Line 31:
         },
         },
         output = {
         output = {
            {'TantalumSludge', 1},
             {'SiliconOxide', 1},
             {'SiliconOxide', 1},
            {'TantalumSludge', 1},
         },
         },
         ticks = 200,
         ticks = 200,
Line 44: Line 44:
         },
         },
         output = {
         output = {
            {'ChromiumDust', 1},
             {'SiliconOxide', 1},
             {'SiliconOxide', 1},
            {'ChromiumDust', 1},
         },
         },
         ticks = 200,
         ticks = 200,
Line 57: Line 57:
         },
         },
         output = {
         output = {
            {'RareEarthSludge', 1},
             {'SiliconOxide', 1},
             {'SiliconOxide', 1},
            {'RareEarthSludge', 1},
         },
         },
         ticks = 200,
         ticks = 200,

Latest revision as of 19:35, 17 October 2025

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

return {
    {
        name = 'Battery',
        input = {
            {'SulfuricAcid', 100},
            {'CopperParts', 1},
            {'SteelPlate', 1},
        },
        output = {
            {'Battery', 1},
        },
        ticks = 200,
        tier = 4,
    },
    {
        name = 'CarbonPrecursor',
        input = {
            {'HeavyOil', 1000},
            {'SulfuricAcid', 100},
        },
        output = {
            {'CarbonPrecursor', 1000},
        },
        ticks = 200,
    },
    {
        name = 'PyriteImpureOreGravel',
        input = {
            {'PyriteOreImpureGravel', 1},
            {'SulfuricAcid', 250},
        },
        output = {
            {'TantalumSludge', 1},
            {'SiliconOxide', 1},
        },
        ticks = 200,
        tier = 3,
    },
    {
        name = 'RubyImpureOreGravel',
        input = {
            {'RubyOreImpureGravel', 1},
            {'SulfuricAcid', 250},
        },
        output = {
            {'ChromiumDust', 1},
            {'SiliconOxide', 1},
        },
        ticks = 200,
        tier = 3,
    },
    {
        name = 'ThorianiteImpureOreGravel',
        input = {
            {'ThorianiteOreImpureGravel', 1},
            {'SulfuricAcid', 250},
        },
        output = {
            {'RareEarthSludge', 1},
            {'SiliconOxide', 1},
        },
        ticks = 200,
        tier = 3,
    },
}