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