Module:Data/CompositePlate/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { 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},..." |
(No difference)
|
Latest revision as of 06:51, 1 August 2025
Documentation for this module may be created at Module:Data/CompositePlate/InOutput/doc
return {
{
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},
{'NeutroniumParts', 1},
},
output = {
{'CompositePlate', 4},
},
ticks = 300,
tier = 7,
},
}