Module:Data/YttriumWire/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 120: | Line 120: | ||
ticks = 80, | ticks = 80, | ||
tier = 7, | tier = 7, | ||
}, | |||
{ | |||
name = 'YttriumWire', | |||
machine = 'Macerator', | |||
input = { | |||
{'YttriumWire', 2}, | |||
}, | |||
output = { | |||
{'YttriumDust', 1}, | |||
}, | |||
ticks = 80, | |||
tier = 4, | |||
}, | }, | ||
} | } | ||
Latest revision as of 15:47, 24 August 2026
Documentation for this module may be created at Module:Data/YttriumWire/InInput/doc
return {
{
name = 'NeutroniumGenerator',
machine = 'Hand',
input = {
{'NeutroniumPlate', 8},
{'YttriumWire', 12},
{'ModularFrame', 2},
{'QuantumBrain', 1},
},
output = {
{'NeutroniumGenerator', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'NeutroniumIndustrialGenerator',
machine = 'Hand',
input = {
{'NeutroniumPlate', 24},
{'YttriumWire', 36},
{'ReinforcedFrame', 6},
{'QuantumBrain', 3},
},
output = {
{'NeutroniumIndustrialGenerator', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'NeutroniumCompactGenerator',
machine = 'Hand',
input = {
{'NeutroniumPlate', 1},
{'YttriumWire', 2},
{'ModularFrame', 2},
},
output = {
{'NeutroniumCompactGenerator', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'NeutroniumArcSmelter',
machine = 'Hand',
input = {
{'BuildingMaterial', 32},
{'NeutroniumParts', 4},
{'YttriumWire', 5},
},
output = {
{'NeutroniumArcSmelter', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'NeutroniumElectricFurnace',
machine = 'Hand',
input = {
{'NeutroniumPlate', 3},
{'YttriumWire', 21},
{'BuildingMaterial', 6},
},
output = {
{'NeutroniumElectricFurnace', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'NeutroniumPortal',
machine = 'Hand',
input = {
{'UltimateCatalyst', 10},
{'NeutroniumPlate', 40},
{'ModularFrame', 20},
{'YttriumWire', 100},
{'QuantumBrain', 25},
{'BuildingMaterial', 256},
},
output = {
{'NeutroniumPortal', 1},
},
ticks = 300,
tier = 7,
},
{
name = 'NeutroniumFusionReactor',
machine = 'Hand',
input = {
{'CopperHeatPipe', 25},
{'NeutroniumPlate', 40},
{'YttriumWire', 100},
{'QuantumBrain', 20},
{'PlatinumReflector', 40},
{'BuildingMaterial', 128},
},
output = {
{'NeutroniumFusionReactor', 1},
},
ticks = 300,
tier = 7,
},
{
name = 'NeutroniumIndustrialSmelter',
machine = 'Hand',
input = {
{'YttriumWire', 32},
{'NeutroniumPlate', 12},
{'ModularFrame', 3},
{'BuildingMaterial', 64},
},
output = {
{'NeutroniumIndustrialSmelter', 1},
},
ticks = 80,
tier = 7,
},
{
name = 'YttriumWire',
machine = 'Macerator',
input = {
{'YttriumWire', 2},
},
output = {
{'YttriumDust', 1},
},
ticks = 80,
tier = 4,
},
}