Module:Data/Glass/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'AluminiumIndustrialChemReactor', input = { {'AluminiumPlate', 15}, {'Glass', 10}, {'BasicFrame', 2}, {'AluminiumElectricEngine', 2}, }, output = { {'AluminiumIndustrialChemReactor', 1}, }, ticks = 40, tier = 3, }, { name = 'StainlessSteelIndustrialChemReactor', input = { {'StainlessSteelPlate', 15},..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'AluminiumIndustrialChemReactor', | name = 'AluminiumIndustrialChemReactor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'AluminiumPlate', 15}, | {'AluminiumPlate', 15}, | ||
| Line 16: | Line 17: | ||
{ | { | ||
name = 'StainlessSteelIndustrialChemReactor', | name = 'StainlessSteelIndustrialChemReactor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelPlate', 15}, | {'StainlessSteelPlate', 15}, | ||
| Line 30: | Line 32: | ||
{ | { | ||
name = 'TitaniumIndustrialChemReactor', | name = 'TitaniumIndustrialChemReactor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'TitaniumPlate', 15}, | {'TitaniumPlate', 15}, | ||
| Line 44: | Line 47: | ||
{ | { | ||
name = 'CompositeIndustrialChemReactor', | name = 'CompositeIndustrialChemReactor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CompositePlate', 15}, | {'CompositePlate', 15}, | ||
| Line 58: | Line 62: | ||
{ | { | ||
name = 'NeutroniumIndustrialChemReactor', | name = 'NeutroniumIndustrialChemReactor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumPlate', 15}, | {'NeutroniumPlate', 15}, | ||
| Line 71: | Line 76: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'StainlessSteelMonitor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelPlate', 3}, | {'StainlessSteelPlate', 3}, | ||
| Line 78: | Line 84: | ||
}, | }, | ||
output = { | output = { | ||
{' | {'StainlessSteelMonitor', 1}, | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
| Line 84: | Line 90: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'TitaniumBigMonitor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'TitaniumPlate', 6}, | {'TitaniumPlate', 6}, | ||
| Line 91: | Line 98: | ||
}, | }, | ||
output = { | output = { | ||
{' | {'TitaniumBigMonitor', 1}, | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
| Line 97: | Line 104: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'CompositeHugeMonitor', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CompositePlate', 9}, | {'CompositePlate', 9}, | ||
| Line 104: | Line 112: | ||
}, | }, | ||
output = { | output = { | ||
{' | {'CompositeHugeMonitor', 1}, | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
| Line 110: | Line 118: | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'Triod', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'Glass', 1}, | |||
{'Glass', | {'CopperWire', 3}, | ||
{' | |||
}, | }, | ||
output = { | output = { | ||
{' | {'Triod', 1}, | ||
}, | }, | ||
ticks = | ticks = 50, | ||
tier = | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'NightVision', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{' | {'SteelParts', 32}, | ||
{' | {'Circuit', 16}, | ||
{' | {'Glass', 10}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'NightVision', 1}, | ||
}, | }, | ||
ticks = | ticks = 400, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'AdvancedNightVision', | ||
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,
},
}