Module:Data/PowerCoil/InInput
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Data/PowerCoil/InInput/doc
return {
{
name = 'CompositeElectricEngine',
input = {
{'ModularFrame', 1},
{'CompositePlate', 2},
{'PowerCoil', 1},
},
output = {
{'CompositeElectricEngine', 1},
},
ticks = 20,
tier = 6,
},
{
name = 'NeutroniumElectricEngine',
input = {
{'ModularFrame', 2},
{'NeutroniumPlate', 2},
{'PowerCoil', 2},
},
output = {
{'NeutroniumElectricEngine', 1},
},
ticks = 20,
tier = 7,
},
}