Module:FluidFurnaceRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Creosote', ingredients = { {'Creosote', 100}, }, results = { }, time = 200.0, }, { name = 'ProducerGas', ingredients = { {'ProducerGas', 1000}, }, results = { }, time = 1000.0, }, { name = 'CarbonMonoxide', ingredients = { {'CarbonMonoxide', 1000}, }, results = {..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'Creosote', | name = 'Creosote', | ||
input = { | |||
{'Creosote', 100}, | {'Creosote', 100}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 200.0, | |||
}, | }, | ||
{ | { | ||
name = 'ProducerGas', | name = 'ProducerGas', | ||
input = { | |||
{'ProducerGas', 1000}, | {'ProducerGas', 1000}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 1000.0, | |||
}, | }, | ||
{ | { | ||
name = 'CarbonMonoxide', | name = 'CarbonMonoxide', | ||
input = { | |||
{'CarbonMonoxide', 1000}, | {'CarbonMonoxide', 1000}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 500.0, | |||
}, | }, | ||
{ | { | ||
name = 'Hydrogen', | name = 'Hydrogen', | ||
input = { | |||
{'Hydrogen', 1000}, | {'Hydrogen', 1000}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 1250.0, | |||
}, | }, | ||
{ | { | ||
name = 'Ethanol', | name = 'Ethanol', | ||
input = { | |||
{'Ethanol', 1000}, | {'Ethanol', 1000}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 1750.0, | |||
}, | }, | ||
{ | { | ||
name = 'Methane', | name = 'Methane', | ||
input = { | |||
{'Methane', 1000}, | {'Methane', 1000}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 1500.0, | |||
}, | }, | ||
{ | { | ||
name = 'Ethylene', | name = 'Ethylene', | ||
input = { | |||
{'Ethylene', 1000}, | {'Ethylene', 1000}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 1500.0, | |||
}, | }, | ||
{ | { | ||
name = 'RapeseedOil', | name = 'RapeseedOil', | ||
input = { | |||
{'RapeseedOil', 100}, | {'RapeseedOil', 100}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 750.0, | |||
}, | }, | ||
{ | { | ||
name = 'RawOil', | name = 'RawOil', | ||
input = { | |||
{'RawOil', 100}, | {'RawOil', 100}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 1875.0, | |||
}, | }, | ||
{ | { | ||
name = 'Gasoline', | name = 'Gasoline', | ||
input = { | |||
{'Gasoline', 100}, | {'Gasoline', 100}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 6000.0, | |||
}, | }, | ||
{ | { | ||
name = 'Diesel', | name = 'Diesel', | ||
input = { | |||
{'Diesel', 100}, | {'Diesel', 100}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 9000.0, | |||
}, | }, | ||
{ | { | ||
name = 'HighCetaneDiesel', | name = 'HighCetaneDiesel', | ||
input = { | |||
{'HighCetaneDiesel', 100}, | {'HighCetaneDiesel', 100}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 15000.0, | |||
}, | }, | ||
{ | { | ||
name = 'Superfuel', | name = 'Superfuel', | ||
input = { | |||
{'Superfuel', 100}, | {'Superfuel', 100}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 21000.0, | |||
}, | }, | ||
{ | { | ||
name = 'RocketFuel', | name = 'RocketFuel', | ||
input = { | |||
{'RocketFuel', 100}, | {'RocketFuel', 100}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 3000.0, | |||
}, | }, | ||
{ | { | ||
name = 'HeavyOil', | name = 'HeavyOil', | ||
input = { | |||
{'HeavyOil', 100}, | {'HeavyOil', 100}, | ||
}, | }, | ||
output = { | |||
}, | }, | ||
ticks = 2000.0, | |||
}, | }, | ||
} | } | ||
Latest revision as of 12:37, 31 July 2025
Documentation for this module may be created at Module:FluidFurnaceRecipeDictionary/doc
return {
{
name = 'Creosote',
input = {
{'Creosote', 100},
},
output = {
},
ticks = 200.0,
},
{
name = 'ProducerGas',
input = {
{'ProducerGas', 1000},
},
output = {
},
ticks = 1000.0,
},
{
name = 'CarbonMonoxide',
input = {
{'CarbonMonoxide', 1000},
},
output = {
},
ticks = 500.0,
},
{
name = 'Hydrogen',
input = {
{'Hydrogen', 1000},
},
output = {
},
ticks = 1250.0,
},
{
name = 'Ethanol',
input = {
{'Ethanol', 1000},
},
output = {
},
ticks = 1750.0,
},
{
name = 'Methane',
input = {
{'Methane', 1000},
},
output = {
},
ticks = 1500.0,
},
{
name = 'Ethylene',
input = {
{'Ethylene', 1000},
},
output = {
},
ticks = 1500.0,
},
{
name = 'RapeseedOil',
input = {
{'RapeseedOil', 100},
},
output = {
},
ticks = 750.0,
},
{
name = 'RawOil',
input = {
{'RawOil', 100},
},
output = {
},
ticks = 1875.0,
},
{
name = 'Gasoline',
input = {
{'Gasoline', 100},
},
output = {
},
ticks = 6000.0,
},
{
name = 'Diesel',
input = {
{'Diesel', 100},
},
output = {
},
ticks = 9000.0,
},
{
name = 'HighCetaneDiesel',
input = {
{'HighCetaneDiesel', 100},
},
output = {
},
ticks = 15000.0,
},
{
name = 'Superfuel',
input = {
{'Superfuel', 100},
},
output = {
},
ticks = 21000.0,
},
{
name = 'RocketFuel',
input = {
{'RocketFuel', 100},
},
output = {
},
ticks = 3000.0,
},
{
name = 'HeavyOil',
input = {
{'HeavyOil', 100},
},
output = {
},
ticks = 2000.0,
},
}