Module:Data/RubyCrystal/InInput: Difference between revisions

From Evospace
Jump to navigation Jump to search
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, }, }"
 
(No difference)

Latest revision as of 20:06, 31 July 2025

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,
    },
}