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 difference)
|
Latest revision as of 20:06, 31 July 2025
Documentation for this module may be created at Module:Data/TitaniumSolarCell/InInput/doc
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},
},
output = {
{'TitaniumSmallSolarPanel', 1},
},
ticks = 20,
tier = 5,
},
{
name = 'CompositeSolarCell',
input = {
{'TitaniumSolarCell', 4},
{'CopperWire', 2},
{'Processor', 1},
},
output = {
{'CompositeSolarCell', 1},
},
ticks = 80,
tier = 5,
},
}