Module:Data/DecisionResonator/InOutput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/DecisionResonator/InOutput/doc
return {
{
name = 'DecisionResonator2',
input = {
{'StainlessSteelParts', 4},
{'RubyCrystal', 1},
},
output = {
{'DecisionResonator', 2},
},
ticks = 100,
tier = 5,
},
{
name = 'DecisionResonator3',
input = {
{'StainlessSteelParts', 4},
{'SiliconWafer', 1},
{'CompositePlate', 1},
},
output = {
{'DecisionResonator', 2},
},
ticks = 100,
tier = 5,
},
{
name = 'DecisionResonator4',
input = {
{'StainlessSteelParts', 4},
{'DopedSiliconWafer', 1},
{'CompositePlate', 1},
},
output = {
{'DecisionResonator', 4},
},
ticks = 100,
tier = 5,
},
{
name = 'DecisionResonator',
input = {
{'StainlessSteelParts', 4},
{'MicaFlakes', 1},
},
output = {
{'DecisionResonator', 1},
},
ticks = 100,
tier = 5,
},
}