Module:Data/DopedSiliconMonocrystal/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'DopedSiliconWafer', input = { {'DopedSiliconMonocrystal', 1}, }, output = { {'DopedSiliconWafer', 16}, }, ticks = 200, tier = 4, }, }"
 
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'DopedSiliconWafer',
         name = 'DopedSiliconWafer',
        machine = 'Assembler',
         input = {
         input = {
             {'DopedSiliconMonocrystal', 1},
             {'DopedSiliconMonocrystal', 1},

Latest revision as of 10:33, 30 October 2025

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

return {
    {
        name = 'DopedSiliconWafer',
        machine = 'Assembler',
        input = {
            {'DopedSiliconMonocrystal', 1},
        },
        output = {
            {'DopedSiliconWafer', 16},
        },
        ticks = 200,
        tier = 4,
    },
}