Module:FusionReactorRecipeDictionary: Difference between revisions

From Evospace
Jump to navigation Jump to search
Created page with "return { { name = 'HotNeutroniumPlate1', ingredients = { {'SynthesisCell', 2}, }, results = { {'HotNeutroniumPlate', 1}, {'Cell', 1}, }, time = 200, }, { name = 'HotNeutroniumPlate2', ingredients = { {'SynthesisCell', 1}, {'UltimateCatalyst', 1}, }, results = { {'HotNeutroniumPlate', 1}, {'Cell', 1..."
(No difference)

Revision as of 12:22, 31 July 2025

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

return {
    {
        name = 'HotNeutroniumPlate1',
        ingredients = {
            {'SynthesisCell', 2},
        },
        results = {
            {'HotNeutroniumPlate', 1},
            {'Cell', 1},
        },
        time = 200,
    },
    {
        name = 'HotNeutroniumPlate2',
        ingredients = {
            {'SynthesisCell', 1},
            {'UltimateCatalyst', 1},
        },
        results = {
            {'HotNeutroniumPlate', 1},
            {'Cell', 1},
        },
        time = 200,
    },
}