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 difference)
|
Revision as of 20:00, 31 July 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 = '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,
},
}