Module:Data/RubyCrystal/InInput

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