Module:Data/Creosote/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'Creosote', input = { {'Creosote', 100}, }, output = { }, ticks = 200.0, }, }"
 
(No difference)

Latest revision as of 20:16, 31 July 2025

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

return {
    {
        name = 'Creosote',
        input = {
            {'Creosote', 100},
        },
        output = {
        },
        ticks = 200.0,
    },
}