Module:PortalRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
     {
     {
         name = 'Ping',
         name = 'Ping',
        machine = 'Portal',
         input = {
         input = {
         },
         },

Latest revision as of 23:01, 27 January 2026

Documentation for this module may be created at Module:PortalRecipeDictionary/doc

return {
    {
        name = 'Ping',
        machine = 'Portal',
        input = {
        },
        output = {
            {'MothershipPing', 1},
        },
        ticks = 1000,
    },
}