Module:Data/NeutroniumSolarCell/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'NeutroniumSolarPanel', input = { {'NeutroniumPlate', 4}, {'ModularFrame', 6}, {'NeutroniumSolarCell', 10}, }, output = { {'NeutroniumSolarPanel', 1}, }, ticks = 20, tier = 7, }, { name = 'NeutroniumSmallSolarPanel', input = { {'NeutroniumPlate', 4}, {'ModularFrame', 2}, {'NeutroniumSolar..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'NeutroniumSolarPanel', | name = 'NeutroniumSolarPanel', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumPlate', 4}, | {'NeutroniumPlate', 4}, | ||
| Line 15: | Line 16: | ||
{ | { | ||
name = 'NeutroniumSmallSolarPanel', | name = 'NeutroniumSmallSolarPanel', | ||
machine = 'Hand', | |||
input = { | input = { | ||
{'NeutroniumPlate', 4}, | {'NeutroniumPlate', 4}, | ||
Latest revision as of 10:32, 30 October 2025
Documentation for this module may be created at Module:Data/NeutroniumSolarCell/InInput/doc
return {
{
name = 'NeutroniumSolarPanel',
machine = 'Hand',
input = {
{'NeutroniumPlate', 4},
{'ModularFrame', 6},
{'NeutroniumSolarCell', 10},
},
output = {
{'NeutroniumSolarPanel', 1},
},
ticks = 20,
tier = 7,
},
{
name = 'NeutroniumSmallSolarPanel',
machine = 'Hand',
input = {
{'NeutroniumPlate', 4},
{'ModularFrame', 2},
{'NeutroniumSolarCell', 1},
},
output = {
{'NeutroniumSmallSolarPanel', 1},
},
ticks = 20,
tier = 7,
},
}