Module:Data/RubyCrystal/InInput

From Evospace
Revision as of 20:06, 31 July 2025 by Evospace (talk | contribs) (Created page with "return { { name = 'RubyCrystal', input = { {'RubyCrystal', 1}, }, output = { {'RubyDust', 4}, }, ticks = 80, tier = 3, }, { name = 'DecisionResonator2', input = { {'StainlessSteelParts', 4}, {'RubyCrystal', 1}, }, output = { {'DecisionResonator', 2}, }, ticks = 100, tier = 5, }, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

return {
    {
        name = 'RubyCrystal',
        input = {
            {'RubyCrystal', 1},
        },
        output = {
            {'RubyDust', 4},
        },
        ticks = 80,
        tier = 3,
    },
    {
        name = 'DecisionResonator2',
        input = {
            {'StainlessSteelParts', 4},
            {'RubyCrystal', 1},
        },
        output = {
            {'DecisionResonator', 2},
        },
        ticks = 100,
        tier = 5,
    },
}