Module:Data/Glass/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 76: | Line 76: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'StainlessSteelMonitor', | ||
machine = 'Hand', | machine = 'Hand', | ||
input = { | input = { | ||
| Line 84: | Line 84: | ||
}, | }, | ||
output = { | output = { | ||
{' | {'StainlessSteelMonitor', 1}, | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
| Line 90: | Line 90: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'TitaniumBigMonitor', | ||
machine = 'Hand', | machine = 'Hand', | ||
input = { | input = { | ||
| Line 98: | Line 98: | ||
}, | }, | ||
output = { | output = { | ||
{' | {'TitaniumBigMonitor', 1}, | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
| Line 104: | Line 104: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'CompositeHugeMonitor', | ||
machine = 'Hand', | machine = 'Hand', | ||
input = { | input = { | ||
| Line 112: | Line 112: | ||
}, | }, | ||
output = { | output = { | ||
{' | {'CompositeHugeMonitor', 1}, | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
| Line 118: | Line 118: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'Triod', | ||
machine = 'Hand', | machine = 'Hand', | ||
input = { | input = { | ||
{'Glass', 1}, | |||
{'Glass', | {'CopperWire', 3}, | ||
{' | |||
}, | }, | ||
output = { | output = { | ||
{' | {'Triod', 1}, | ||
}, | }, | ||
ticks = | ticks = 50, | ||
tier = | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'NightVision', | ||
machine = 'Hand', | machine = 'Hand', | ||
input = { | input = { | ||
{' | {'SteelParts', 32}, | ||
{' | {'Circuit', 16}, | ||
{' | {'Glass', 10}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'NightVision', 1}, | ||
}, | }, | ||
ticks = | ticks = 400, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'AdvancedNightVision', | ||
machine = 'Hand', | machine = 'Hand', | ||
input = { | input = { | ||
{' | {'StainlessSteelParts', 64}, | ||
{' | {'Processor', 16}, | ||
{'Glass', 10}, | |||
}, | }, | ||
output = { | output = { | ||
{' | {'AdvancedNightVision', 1}, | ||
}, | }, | ||
ticks = | ticks = 400, | ||
}, | }, | ||
} | } | ||
Latest revision as of 15:47, 24 August 2026
Documentation for this module may be created at Module:Data/Glass/InInput/doc
return {
{
name = 'AluminiumIndustrialChemReactor',
machine = 'Hand',
input = {
{'AluminiumPlate', 15},
{'Glass', 10},
{'BasicFrame', 2},
{'AluminiumElectricEngine', 2},
},
output = {
{'AluminiumIndustrialChemReactor', 1},
},
ticks = 40,
tier = 3,
},
{
name = 'StainlessSteelIndustrialChemReactor',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 15},
{'Glass', 10},
{'ReinforcedFrame', 2},
{'StainlessSteelElectricEngine', 2},
},
output = {
{'StainlessSteelIndustrialChemReactor', 1},
},
ticks = 40,
tier = 4,
},
{
name = 'TitaniumIndustrialChemReactor',
machine = 'Hand',
input = {
{'TitaniumPlate', 15},
{'Glass', 10},
{'ReinforcedFrame', 4},
{'TitaniumElectricEngine', 2},
},
output = {
{'TitaniumIndustrialChemReactor', 1},
},
ticks = 40,
tier = 5,
},
{
name = 'CompositeIndustrialChemReactor',
machine = 'Hand',
input = {
{'CompositePlate', 15},
{'Glass', 10},
{'ModularFrame', 2},
{'CompositeElectricEngine', 2},
},
output = {
{'CompositeIndustrialChemReactor', 1},
},
ticks = 40,
tier = 6,
},
{
name = 'NeutroniumIndustrialChemReactor',
machine = 'Hand',
input = {
{'NeutroniumPlate', 15},
{'Glass', 10},
{'ModularFrame', 4},
{'NeutroniumElectricEngine', 2},
},
output = {
{'NeutroniumIndustrialChemReactor', 1},
},
ticks = 40,
tier = 7,
},
{
name = 'StainlessSteelMonitor',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 3},
{'Glass', 4},
{'CopperConnector', 1},
},
output = {
{'StainlessSteelMonitor', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumBigMonitor',
machine = 'Hand',
input = {
{'TitaniumPlate', 6},
{'Glass', 8},
{'CopperConnector', 2},
},
output = {
{'TitaniumBigMonitor', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeHugeMonitor',
machine = 'Hand',
input = {
{'CompositePlate', 9},
{'Glass', 12},
{'CopperConnector', 3},
},
output = {
{'CompositeHugeMonitor', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'Triod',
machine = 'Hand',
input = {
{'Glass', 1},
{'CopperWire', 3},
},
output = {
{'Triod', 1},
},
ticks = 50,
tier = 1,
},
{
name = 'NightVision',
machine = 'Hand',
input = {
{'SteelParts', 32},
{'Circuit', 16},
{'Glass', 10},
},
output = {
{'NightVision', 1},
},
ticks = 400,
},
{
name = 'AdvancedNightVision',
machine = 'Hand',
input = {
{'StainlessSteelParts', 64},
{'Processor', 16},
{'Glass', 10},
},
output = {
{'AdvancedNightVision', 1},
},
ticks = 400,
},
}