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