Module:IndustrialSmelterRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'Steel', ingredients = { {'IronDust', 10}, {'CoalDust', 5}, {'Oxygen', 1000}, }, results = { {'SteelPlate', 10}, }, time = 200, }, { name = 'RawHotMercury', ingredients = { {'CinnabarDust', 10}, }, results = { {'HotMercury', 1000}, }, time = 200, }, { name = 'S..." |
(No difference)
|
Revision as of 12:22, 31 July 2025
Documentation for this module may be created at Module:IndustrialSmelterRecipeDictionary/doc
return {
{
name = 'Steel',
ingredients = {
{'IronDust', 10},
{'CoalDust', 5},
{'Oxygen', 1000},
},
results = {
{'SteelPlate', 10},
},
time = 200,
},
{
name = 'RawHotMercury',
ingredients = {
{'CinnabarDust', 10},
},
results = {
{'HotMercury', 1000},
},
time = 200,
},
{
name = 'SiliconMonocrystal',
ingredients = {
{'Silicon', 16},
{'Mercury', 1000},
},
results = {
{'SiliconMonocrystal', 1},
{'HotMercury', 1000},
},
time = 2000,
},
{
name = 'DopedSiliconMonocrystal',
ingredients = {
{'Silicon', 16},
{'PlatinumDust', 1},
{'Mercury', 1000},
},
results = {
{'DopedSiliconMonocrystal', 1},
{'HotMercury', 1000},
},
time = 3000,
},
{
name = 'TantalumSludge',
ingredients = {
{'TantalumSludge', 2},
{'AluminiumDust', 1},
{'Mercury', 1000},
},
results = {
{'TantalumPlate', 1},
{'HotMercury', 1000},
},
time = 200,
tier = 5,
},
{
name = 'SpongeToPlate',
ingredients = {
{'TitaniumSponge', 1},
{'Mercury', 1000},
},
results = {
{'TitaniumPlate', 1},
{'HotMercury', 1000},
},
time = 400,
tier = 5,
},
{
name = 'TitaniumDust',
ingredients = {
{'TitaniumDust', 1},
{'Mercury', 300},
},
results = {
{'TitaniumPlate', 1},
{'HotMercury', 300},
},
time = 200,
tier = 5,
},
{
name = 'YttriumDust',
ingredients = {
{'YttriumDust', 1},
{'Mercury', 300},
},
results = {
{'YttriumPlate', 1},
{'HotMercury', 300},
},
time = 200,
tier = 5,
},
{
name = 'TantalumDust',
ingredients = {
{'TantalumDust', 1},
{'Mercury', 300},
},
results = {
{'TantalumPlate', 1},
{'HotMercury', 300},
},
time = 200,
tier = 5,
},
}