Module:Data/NeutroniumAutomaticHammer/InOutput

From Evospace
Revision as of 10:34, 30 October 2025 by Evospace (talk | contribs)
(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/NeutroniumAutomaticHammer/InOutput/doc

return {
    {
        name = 'NeutroniumAutomaticHammer',
        machine = 'Hand',
        input = {
            {'NeutroniumPlate', 4},
            {'NeutroniumParts', 16},
            {'ModularFrame', 2},
        },
        output = {
            {'NeutroniumAutomaticHammer', 1},
        },
        ticks = 20,
        tier = 7,
    },
}