Module:Data/RubyCrystal/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/RubyCrystal/InInput/doc
return {
{
name = 'RubyCrystal',
machine = 'Macerator',
input = {
{'RubyCrystal', 1},
},
output = {
{'RubyDust', 4},
},
ticks = 80,
tier = 3,
},
{
name = 'DecisionResonator2',
machine = 'Assembler',
input = {
{'StainlessSteelParts', 4},
{'RubyCrystal', 1},
},
output = {
{'DecisionResonator', 2},
},
ticks = 100,
tier = 5,
},
}