Module:CombustionEngineRecipeDictionary

From Evospace
Revision as of 12:22, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'Diesel', ingredients = { {'Diesel', 1000}, }, results = { }, time = 112.5, tier = 4, }, { name = 'Superfuel', ingredients = { {'Superfuel', 1000}, }, results = { }, time = 262.5, tier = 4, }, { name = 'Gasoline', ingredients = { {'Gasoline', 1000}, }, resu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

return {
    {
        name = 'Diesel',
        ingredients = {
            {'Diesel', 1000},
        },
        results = {
        },
        time = 112.5,
        tier = 4,
    },
    {
        name = 'Superfuel',
        ingredients = {
            {'Superfuel', 1000},
        },
        results = {
        },
        time = 262.5,
        tier = 4,
    },
    {
        name = 'Gasoline',
        ingredients = {
            {'Gasoline', 1000},
        },
        results = {
        },
        time = 75.0,
        tier = 4,
    },
    {
        name = 'HighCetaneDiesel',
        ingredients = {
            {'HighCetaneDiesel', 1000},
        },
        results = {
        },
        time = 187.5,
        tier = 4,
    },
}