Module:Data/PlatinumWire/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'CompositeGenerator', input = { {'CompositePlate', 8}, {'PlatinumWire', 12}, {'ModularFrame', 1}, {'QuantumProcessor', 1}, }, output = { {'CompositeGenerator', 1}, }, ticks = 20, tier = 6, }, { name = 'CompositeIndustrialGenerator', input = { {'CompositePlate', 24}, {'PlatinumWire', 36},..." |
No edit summary |
||
Line 52: | Line 52: | ||
}, | }, | ||
ticks = 20, | ticks = 20, | ||
tier = 6, | |||
}, | |||
{ | |||
name = 'CompositeElectricFurnace', | |||
input = { | |||
{'CompositePlate', 3}, | |||
{'PlatinumWire', 18}, | |||
{'BuildingMaterial', 6}, | |||
}, | |||
output = { | |||
{'CompositeElectricFurnace', 1}, | |||
}, | |||
ticks = 20, | |||
tier = 6, | |||
}, | |||
{ | |||
name = 'CompositeFusionReactor', | |||
input = { | |||
{'CopperHeatPipe', 25}, | |||
{'CompositePlate', 40}, | |||
{'PlatinumWire', 100}, | |||
{'QuantumProcessor', 15}, | |||
{'PlatinumReflector', 40}, | |||
{'BuildingMaterial', 128}, | |||
}, | |||
output = { | |||
{'CompositeFusionReactor', 1}, | |||
}, | |||
ticks = 300, | |||
tier = 6, | tier = 6, | ||
}, | }, |
Latest revision as of 12:51, 1 August 2025
Documentation for this module may be created at Module:Data/PlatinumWire/InInput/doc
return {
{
name = 'CompositeGenerator',
input = {
{'CompositePlate', 8},
{'PlatinumWire', 12},
{'ModularFrame', 1},
{'QuantumProcessor', 1},
},
output = {
{'CompositeGenerator', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'CompositeIndustrialGenerator',
input = {
{'CompositePlate', 24},
{'PlatinumWire', 36},
{'ReinforcedFrame', 3},
{'QuantumProcessor', 3},
},
output = {
{'CompositeIndustrialGenerator', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'CompositeCompactGenerator',
input = {
{'CompositePlate', 1},
{'PlatinumWire', 2},
{'ModularFrame', 1},
},
output = {
{'CompositeCompactGenerator', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'CompositeArcSmelter',
input = {
{'BuildingMaterial', 32},
{'CompositeParts', 4},
{'PlatinumWire', 5},
},
output = {
{'CompositeArcSmelter', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'CompositeElectricFurnace',
input = {
{'CompositePlate', 3},
{'PlatinumWire', 18},
{'BuildingMaterial', 6},
},
output = {
{'CompositeElectricFurnace', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'CompositeFusionReactor',
input = {
{'CopperHeatPipe', 25},
{'CompositePlate', 40},
{'PlatinumWire', 100},
{'QuantumProcessor', 15},
{'PlatinumReflector', 40},
{'BuildingMaterial', 128},
},
output = {
{'CompositeFusionReactor', 1},
},
ticks = 300,
tier = 6,
},
{
name = 'CompositeIndustrialSmelter',
input = {
{'PlatinumWire', 32},
{'CompositePlate', 12},
{'ReinforcedFrame', 6},
{'BuildingMaterial', 64},
},
output = {
{'CompositeIndustrialSmelter', 1},
},
ticks = 80,
tier = 6,
},
{
name = 'Transistor4',
input = {
{'DopedSiliconWafer', 1},
{'PlatinumWire', 2},
{'PolyethyleneSheet', 1},
},
output = {
{'Transistor', 16},
},
ticks = 60,
tier = 4,
},
}