Module:Data/GoldWire/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 86: | Line 86: | ||
ticks = 80, | ticks = 80, | ||
tier = 5, | tier = 5, | ||
}, | }, | ||
{ | { | ||
| Line 148: | Line 93: | ||
{'Cell', 1}, | {'Cell', 1}, | ||
{'GoldWire', 10}, | {'GoldWire', 10}, | ||
{' | {'CoalDust', 4}, | ||
}, | }, | ||
output = { | output = { | ||
Latest revision as of 21:15, 27 January 2026
Documentation for this module may be created at Module:Data/GoldWire/InInput/doc
return {
{
name = 'TitaniumGenerator',
machine = 'Hand',
input = {
{'TitaniumPlate', 8},
{'GoldWire', 12},
{'ReinforcedFrame', 2},
{'QuantumCircuit', 1},
},
output = {
{'TitaniumGenerator', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'TitaniumIndustrialGenerator',
machine = 'Hand',
input = {
{'TitaniumPlate', 24},
{'GoldWire', 36},
{'BasicFrame', 3},
{'QuantumCircuit', 3},
},
output = {
{'TitaniumIndustrialGenerator', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'TitaniumCompactGenerator',
machine = 'Hand',
input = {
{'TitaniumPlate', 1},
{'GoldWire', 2},
{'ReinforcedFrame', 2},
},
output = {
{'TitaniumCompactGenerator', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'TitaniumArcSmelter',
machine = 'Hand',
input = {
{'BuildingMaterial', 32},
{'TitaniumParts', 4},
{'GoldWire', 5},
},
output = {
{'TitaniumArcSmelter', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'TitaniumElectricFurnace',
machine = 'Hand',
input = {
{'TitaniumPlate', 3},
{'GoldWire', 15},
{'BuildingMaterial', 6},
},
output = {
{'TitaniumElectricFurnace', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'TitaniumIndustrialSmelter',
machine = 'Hand',
input = {
{'GoldWire', 32},
{'TitaniumPlate', 12},
{'ReinforcedFrame', 3},
{'BuildingMaterial', 64},
},
output = {
{'TitaniumIndustrialSmelter', 1},
},
ticks = 80,
tier = 5,
},
{
name = 'Catalyst2',
machine = 'Assembler',
input = {
{'Cell', 1},
{'GoldWire', 10},
{'CoalDust', 4},
},
output = {
{'Catalyst', 1},
},
ticks = 200,
tier = 4,
},
}