Module:Data/Coal/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'SteelElectrolyzer', input = { {'SteelPlate', 3}, {'Coal', 2}, {'CopperConnector', 2}, }, output = { {'SteelElectrolyzer', 1}, }, ticks = 20, tier = 2, }, { name = 'AluminiumElectrolyzer', input = { {'AluminiumPlate', 3}, {'Coal', 2}, {'CopperConnector', 7}, }, output = {..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
return { | return { | ||
{ | { | ||
name = 'CoalToCoke', | name = 'CoalToCoke', | ||
machine = 'Oven', | |||
input = { | input = { | ||
{'Coal', 10}, | {'Coal', 10}, | ||
| Line 91: | Line 14: | ||
{ | { | ||
name = 'Coal', | name = 'Coal', | ||
machine = 'Macerator', | |||
input = { | input = { | ||
{'Coal', 1}, | {'Coal', 1}, | ||
| Line 102: | Line 26: | ||
{ | { | ||
name = 'Coal', | name = 'Coal', | ||
machine = 'PyrolysisUnit', | |||
input = { | input = { | ||
{'Coal', 1}, | {'Coal', 1}, | ||
| Line 111: | Line 36: | ||
}, | }, | ||
ticks = 400, | ticks = 400, | ||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'Coal', | name = 'Coal', | ||
machine = 'Furnace', | |||
input = { | input = { | ||
{'Coal', 1}, | {'Coal', 1}, | ||
Latest revision as of 21:15, 27 January 2026
Documentation for this module may be created at Module:Data/Coal/InInput/doc
return {
{
name = 'CoalToCoke',
machine = 'Oven',
input = {
{'Coal', 10},
},
output = {
{'Coke', 10},
{'Creosote', 500},
},
ticks = 600,
},
{
name = 'Coal',
machine = 'Macerator',
input = {
{'Coal', 1},
},
output = {
{'CoalDust', 1},
},
ticks = 100,
tier = 1,
},
{
name = 'Coal',
machine = 'PyrolysisUnit',
input = {
{'Coal', 1},
},
output = {
{'Coke', 1},
{'RawOil', 150},
{'ProducerGas', 150},
},
ticks = 400,
tier = 3,
},
{
name = 'Coal',
machine = 'Furnace',
input = {
{'Coal', 1},
},
output = {
},
ticks = 800.0,
},
}