Module:Data/StoneSurface/InInput

From Evospace
Revision as of 20:06, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'StoneToGravel', input = { {'StoneSurface', 1}, }, output = { {'GravelSurface', 1}, }, ticks = 100, tier = 1, }, { name = 'BuildingMaterial', input = { {'StoneSurface', 1}, }, output = { {'BuildingMaterial', 1}, }, ticks = 10, }, { name = 'GravelSurface', input = {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

return {
    {
        name = 'StoneToGravel',
        input = {
            {'StoneSurface', 1},
        },
        output = {
            {'GravelSurface', 1},
        },
        ticks = 100,
        tier = 1,
    },
    {
        name = 'BuildingMaterial',
        input = {
            {'StoneSurface', 1},
        },
        output = {
            {'BuildingMaterial', 1},
        },
        ticks = 10,
    },
    {
        name = 'GravelSurface',
        input = {
            {'StoneSurface', 1},
        },
        output = {
            {'GravelSurface', 1},
        },
        ticks = 20,
    },
}