Module:Data/HotMercury/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'HotMercury', input = { {'HotMercury', 1000}, }, output = { {'Mercury', 1000}, }, ticks = 600, }, }"
 
(No difference)

Latest revision as of 20:07, 31 July 2025

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

return {
    {
        name = 'HotMercury',
        input = {
            {'HotMercury', 1000},
        },
        output = {
            {'Mercury', 1000},
        },
        ticks = 600,
    },
}