Module:Data/Diesel/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'RawOil1', input = { {'RawOil', 2000}, }, output = { {'Diesel', 666.6666666666666}, }, ticks = 120, tier = 3, }, { name = 'RapeseedOil', input = { {'RapeseedOil', 1000}, {'Ethanol', 150}, {'Catalyst', 1}, }, output = { {'Diesel', 400}, }, ticks = 400, }, {..." |
No edit summary |
||
Line 26: | Line 26: | ||
name = 'RawOil', | name = 'RawOil', | ||
input = { | input = { | ||
{'RawOil', | {'RawOil', 7500}, | ||
}, | }, | ||
output = { | output = { | ||
{'HeavyOil', | {'HeavyOil', 1000.0}, | ||
{'Diesel', | {'Diesel', 2500.0}, | ||
{'Gasoline', | {'Gasoline', 1500.0}, | ||
{'Ethylene', | {'Ethylene', 1500.0}, | ||
}, | }, | ||
ticks = | ticks = 300, | ||
tier = 4, | tier = 4, | ||
}, | }, | ||
} | } |
Latest revision as of 19:40, 17 October 2025
Documentation for this module may be created at Module:Data/Diesel/InOutput/doc
return {
{
name = 'RawOil1',
input = {
{'RawOil', 2000},
},
output = {
{'Diesel', 666.6666666666666},
},
ticks = 120,
tier = 3,
},
{
name = 'RapeseedOil',
input = {
{'RapeseedOil', 1000},
{'Ethanol', 150},
{'Catalyst', 1},
},
output = {
{'Diesel', 400},
},
ticks = 400,
},
{
name = 'RawOil',
input = {
{'RawOil', 7500},
},
output = {
{'HeavyOil', 1000.0},
{'Diesel', 2500.0},
{'Gasoline', 1500.0},
{'Ethylene', 1500.0},
},
ticks = 300,
tier = 4,
},
}