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 |
||
| (One intermediate revision by the same user not shown) | |||
| 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}, | ||
| Line 23: | Line 25: | ||
ticks = 100, | ticks = 100, | ||
tier = 6, | tier = 6, | ||
}, | |||
{ | |||
name = 'PlatinumFoil', | |||
machine = 'Macerator', | |||
input = { | |||
{'PlatinumFoil', 3}, | |||
}, | |||
output = { | |||
{'PlatinumDust', 1}, | |||
}, | |||
ticks = 80, | |||
tier = 5, | |||
}, | }, | ||
} | } | ||
Latest revision as of 15:48, 24 August 2026
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,
},
{
name = 'PlatinumFoil',
machine = 'Macerator',
input = {
{'PlatinumFoil', 3},
},
output = {
{'PlatinumDust', 1},
},
ticks = 80,
tier = 5,
},
}