Module:Data/SandSurface/InOutput: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 10: Line 10:
         },
         },
         ticks = 100,
         ticks = 100,
        tier = 1,
     },
     },
     {
     {

Latest revision as of 15:50, 24 August 2026

Documentation for this module may be created at Module:Data/SandSurface/InOutput/doc

return {
    {
        name = 'GravelToSand',
        machine = 'Macerator',
        input = {
            {'GravelSurface', 1},
        },
        output = {
            {'SandSurface', 1},
        },
        ticks = 100,
    },
    {
        name = 'SandSurface',
        machine = 'Hand',
        input = {
            {'GravelSurface', 1},
        },
        output = {
            {'SandSurface', 1},
        },
        ticks = 20,
    },
}