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 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'NeutroniumGenerator', | name = 'NeutroniumGenerator', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumPlate', 8}, | {'NeutroniumPlate', 8}, | ||
| Line 16: | Line 17: | ||
{ | { | ||
name = 'NeutroniumIndustrialGenerator', | name = 'NeutroniumIndustrialGenerator', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumPlate', 24}, | {'NeutroniumPlate', 24}, | ||
| Line 30: | Line 32: | ||
{ | { | ||
name = 'NeutroniumCompactGenerator', | name = 'NeutroniumCompactGenerator', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumPlate', 1}, | {'NeutroniumPlate', 1}, | ||
| Line 43: | Line 46: | ||
{ | { | ||
name = 'NeutroniumArcSmelter', | name = 'NeutroniumArcSmelter', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'BuildingMaterial', 32}, | {'BuildingMaterial', 32}, | ||
| Line 52: | Line 56: | ||
}, | }, | ||
ticks = 20, | 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, | tier = 7, | ||
}, | }, | ||
{ | { | ||
name = 'NeutroniumIndustrialSmelter', | name = 'NeutroniumIndustrialSmelter', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'YttriumWire', 32}, | {'YttriumWire', 32}, | ||
Latest revision as of 10:32, 30 October 2025
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,
},
}