Module:Data/CarbonFiberSheet/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'CircuitBoard3', input = { {'CarbonFiberSheet', 1}, {'PolyethyleneSheet', 2}, }, output = { {'CircuitBoard', 8}, }, ticks = 20, tier = 5, }, { name = 'Resistor5', input = { {'TantalumWire', 1}, {'CarbonFiberSheet', 1}, {'PolyethyleneSheet', 1}, }, output = { {'Resistor', 1..." |
No edit summary |
||
| Line 57: | Line 57: | ||
{'CarbonFiberSheet', 1}, | {'CarbonFiberSheet', 1}, | ||
{'PolyethyleneSheet', 1}, | {'PolyethyleneSheet', 1}, | ||
{' | {'NeutroniumPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
Revision as of 19:35, 17 October 2025
Documentation for this module may be created at Module:Data/CarbonFiberSheet/InInput/doc
return {
{
name = 'CircuitBoard3',
input = {
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 2},
},
output = {
{'CircuitBoard', 8},
},
ticks = 20,
tier = 5,
},
{
name = 'Resistor5',
input = {
{'TantalumWire', 1},
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Resistor', 16},
},
ticks = 60,
tier = 5,
},
{
name = 'Capacitor4',
input = {
{'TantalumFoil', 2},
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'Capacitor', 8},
},
ticks = 60,
tier = 5,
},
{
name = 'CompositePlate',
input = {
{'TitaniumPlate', 1},
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 1},
},
output = {
{'CompositePlate', 1},
},
ticks = 300,
tier = 6,
},
{
name = 'CompositePlate2',
input = {
{'TitaniumPlate', 1},
{'CarbonFiberSheet', 1},
{'PolyethyleneSheet', 1},
{'NeutroniumPlate', 1},
},
output = {
{'CompositePlate', 4},
},
ticks = 300,
tier = 7,
},
{
name = 'BrainMatrix',
input = {
{'CarbonFiberSheet', 1},
{'PlatinumFoil', 1},
},
output = {
{'BrainMatrix', 1},
},
ticks = 100,
tier = 6,
},
}