Module:Data/OffroadVehicle/InOutput

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

return {
    {
        name = 'OffroadVehicle',
        machine = 'Hand',
        input = {
            {'SteelPlate', 40},
            {'SteelParts', 60},
            {'SteelPipe', 20},
            {'SteelElectricEngine', 4},
            {'BasicFrame', 8},
            {'Circuit', 20},
        },
        output = {
            {'OffroadVehicle', 1},
        },
        ticks = 600,
    },
}