Module:Data/StainlessSteelPlate/InOutput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
}, | }, | ||
output = { | output = { | ||
{'StainlessSteelPlate', 1}, | |||
{'StainlessSteelPlate', 1}, | {'StainlessSteelPlate', 1}, | ||
}, | }, | ||
ticks = | ticks = 240, | ||
tier = 3, | |||
}, | |||
{ | |||
name = 'StainlessSteelPlate', | |||
machine = 'ArcSmelter', | |||
input = { | |||
{'StainlessSteelDust', 1}, | |||
}, | |||
output = { | |||
{'StainlessSteelPlate', 1}, | |||
{'StainlessSteelPlate', 1}, | |||
}, | |||
ticks = 240, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
} | } | ||
Latest revision as of 15:50, 24 August 2026
Documentation for this module may be created at Module:Data/StainlessSteelPlate/InOutput/doc
return {
{
name = 'StainlessSteelPlate',
machine = 'ArcSmelter',
input = {
{'StainlessSteelDust', 1},
},
output = {
{'StainlessSteelPlate', 1},
{'StainlessSteelPlate', 1},
},
ticks = 240,
tier = 3,
},
{
name = 'StainlessSteelPlate',
machine = 'ArcSmelter',
input = {
{'StainlessSteelDust', 1},
},
output = {
{'StainlessSteelPlate', 1},
{'StainlessSteelPlate', 1},
},
ticks = 240,
tier = 3,
},
}