Module:Data/PlatinumFoil/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'PlatinumReflector', input = { {'Cell', 1}, {'PlatinumFoil', 1}, }, output = { {'PlatinumReflector', 1}, }, ticks = 100, tier = 6, }, { name = 'BrainMatrix', input = { {'CarbonFiberSheet', 1}, {'PlatinumFoil', 1}, }, output = { {'BrainMatrix', 1}, }, ticks = 100,..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'PlatinumReflector', | name = 'PlatinumReflector', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'Cell', 1}, | {'Cell', 1}, | ||
| Line 14: | Line 15: | ||
{ | { | ||
name = 'BrainMatrix', | name = 'BrainMatrix', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'CarbonFiberSheet', 1}, | {'CarbonFiberSheet', 1}, | ||
Latest revision as of 10:33, 30 October 2025
Documentation for this module may be created at Module:Data/PlatinumFoil/InInput/doc
return {
{
name = 'PlatinumReflector',
machine = 'Hand',
input = {
{'Cell', 1},
{'PlatinumFoil', 1},
},
output = {
{'PlatinumReflector', 1},
},
ticks = 100,
tier = 6,
},
{
name = 'BrainMatrix',
machine = 'Hand',
input = {
{'CarbonFiberSheet', 1},
{'PlatinumFoil', 1},
},
output = {
{'BrainMatrix', 1},
},
ticks = 100,
tier = 6,
},
}