Module:Data/DecisionResonator/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "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 = {..." |
(No difference)
|
Latest revision as of 06:51, 1 August 2025
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,
},
}