Module:Data/Boat/InOutput

From Evospace
Revision as of 15:51, 24 August 2026 by Evospace (talk | contribs) (Created page with "return { { name = 'Boat', machine = 'Hand', input = { {'SteelPlate', 30}, {'SteelParts', 20}, {'SteelElectricEngine', 1}, {'BasicFrame', 4}, }, output = { {'Boat', 1}, }, ticks = 400, }, }")
(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/Boat/InOutput/doc

return {
    {
        name = 'Boat',
        machine = 'Hand',
        input = {
            {'SteelPlate', 30},
            {'SteelParts', 20},
            {'SteelElectricEngine', 1},
            {'BasicFrame', 4},
        },
        output = {
            {'Boat', 1},
        },
        ticks = 400,
    },
}