Module:Data/Coal/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
return { | return { | ||
{ | { | ||
name = 'CoalToCoke', | name = 'CoalToCoke', | ||
| Line 106: | Line 22: | ||
}, | }, | ||
ticks = 100, | ticks = 100, | ||
tier = | tier = 0, | ||
}, | }, | ||
{ | { | ||
| Line 117: | Line 33: | ||
{'Coke', 1}, | {'Coke', 1}, | ||
{'RawOil', 150}, | {'RawOil', 150}, | ||
}, | }, | ||
ticks = 400, | ticks = 400, | ||
tier = 3, | tier = 3, | ||
}, | }, | ||
Latest revision as of 15:47, 24 August 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 = 0,
},
{
name = 'Coal',
machine = 'PyrolysisUnit',
input = {
{'Coal', 1},
},
output = {
{'Coke', 1},
{'RawOil', 150},
},
ticks = 400,
tier = 3,
},
{
name = 'Coal',
machine = 'Furnace',
input = {
{'Coal', 1},
},
output = {
},
ticks = 800.0,
},
}