Module:Data/Ethanol/InInput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'RocketFuel', input = { {'Chlorine', 1000}, {'Ammonia', 1000}, {'Ethanol', 2000}, {'Gasoline', 4000}, {'Catalyst', 1}, }, output = { {'RocketFuel', 6000}, }, ticks = 600, tier = 4, }, { name = 'RocketFuel2', input = { {'Chlorine', 1000}, {'Ammonia', 1000}, {'Ethano..." |
(No difference)
|
Latest revision as of 20:07, 31 July 2025
Documentation for this module may be created at Module:Data/Ethanol/InInput/doc
return {
{
name = 'RocketFuel',
input = {
{'Chlorine', 1000},
{'Ammonia', 1000},
{'Ethanol', 2000},
{'Gasoline', 4000},
{'Catalyst', 1},
},
output = {
{'RocketFuel', 6000},
},
ticks = 600,
tier = 4,
},
{
name = 'RocketFuel2',
input = {
{'Chlorine', 1000},
{'Ammonia', 1000},
{'Ethanol', 2000},
{'Gasoline', 3000},
{'UltimateCatalyst', 1},
},
output = {
{'RocketFuel', 8000},
},
ticks = 600,
tier = 7,
},
{
name = 'RapeseedOil',
input = {
{'RapeseedOil', 1000},
{'Ethanol', 150},
{'Catalyst', 1},
},
output = {
{'Diesel', 400},
},
ticks = 400,
},
{
name = 'Ethanol',
input = {
{'Ethanol', 1000},
},
output = {
},
ticks = 1750.0,
},
}