Module:Data/SandSurface/InOutput

From Evospace
Jump to navigation Jump to search

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

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