Module:Data/StainlessSteelSolarCell/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'StainlessSteelSolarPanel', input = { {'StainlessSteelPlate', 4}, {'ReinforcedFrame', 3}, {'StainlessSteelSolarCell', 10}, }, output = { {'StainlessSteelSolarPanel', 1}, }, ticks = 20, tier = 4, }, { name = 'StainlessSteelSmallSolarPanel', input = { {'StainlessSteelPlate', 4}, {'ReinforcedFrame', 1},..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'StainlessSteelSolarPanel', | name = 'StainlessSteelSolarPanel', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelPlate', 4}, | {'StainlessSteelPlate', 4}, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'StainlessSteelSmallSolarPanel', | name = 'StainlessSteelSmallSolarPanel', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelPlate', 4}, | {'StainlessSteelPlate', 4}, | ||
| Line 28: | Line 30: | ||
{ | { | ||
name = 'TitaniumSolarCell', | name = 'TitaniumSolarCell', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'StainlessSteelSolarCell', 4}, | {'StainlessSteelSolarCell', 4}, | ||
Latest revision as of 10:32, 30 October 2025
Documentation for this module may be created at Module:Data/StainlessSteelSolarCell/InInput/doc
return {
{
name = 'StainlessSteelSolarPanel',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 4},
{'ReinforcedFrame', 3},
{'StainlessSteelSolarCell', 10},
},
output = {
{'StainlessSteelSolarPanel', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'StainlessSteelSmallSolarPanel',
machine = 'Hand',
input = {
{'StainlessSteelPlate', 4},
{'ReinforcedFrame', 1},
{'StainlessSteelSolarCell', 1},
},
output = {
{'StainlessSteelSmallSolarPanel', 1},
},
ticks = 20,
tier = 4,
},
{
name = 'TitaniumSolarCell',
machine = 'Hand',
input = {
{'StainlessSteelSolarCell', 4},
{'CopperWire', 2},
{'Processor', 1},
},
output = {
{'TitaniumSolarCell', 1},
},
ticks = 80,
tier = 4,
},
}