Module:SmelterRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
return { | return { | ||
{ | { | ||
name = ' | name = 'ChalcopyriteOre', | ||
input = { | input = { | ||
{' | {'ChalcopyriteOre', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'CopperPlate', 1}, | ||
}, | }, | ||
ticks = | ticks = 180, | ||
tier = 0, | |||
}, | |||
{ | |||
name = 'ChalcopyriteDust', | |||
input = { | |||
{'ChalcopyriteDust', 1}, | |||
}, | |||
output = { | |||
{'CopperPlate', 1}, | |||
}, | |||
ticks = 50, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'ChalcopyriteOreDust', | |||
input = { | |||
{'ChalcopyriteOreDust', 1}, | |||
}, | |||
output = { | |||
{'CopperPlate', 1}, | |||
}, | |||
ticks = 75, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'ChalcopyriteOreImpureGravel', | |||
input = { | |||
{'ChalcopyriteOreImpureGravel', 1}, | |||
}, | |||
output = { | |||
{'CopperPlate', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'ChalcopyriteOreGravel', | |||
input = { | |||
{'ChalcopyriteOreGravel', 1}, | |||
}, | |||
output = { | |||
{'CopperPlate', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'MalachiteOre', | |||
input = { | |||
{'MalachiteOre', 1}, | |||
}, | |||
output = { | |||
{'CopperPlate', 1}, | |||
}, | |||
ticks = 180, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'MalachiteDust', | |||
input = { | |||
{'MalachiteDust', 1}, | |||
}, | |||
output = { | |||
{'CopperPlate', 1}, | |||
}, | |||
ticks = 50, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'MalachiteOreDust', | |||
input = { | |||
{'MalachiteOreDust', 1}, | |||
}, | |||
output = { | |||
{'CopperPlate', 1}, | |||
}, | |||
ticks = 75, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'MalachiteOreImpureGravel', | |||
input = { | |||
{'MalachiteOreImpureGravel', 1}, | |||
}, | |||
output = { | |||
{'CopperPlate', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'MalachiteOreGravel', | |||
input = { | |||
{'MalachiteOreGravel', 1}, | |||
}, | |||
output = { | |||
{'CopperPlate', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'PyriteOre', | |||
input = { | |||
{'PyriteOre', 1}, | |||
}, | |||
output = { | |||
{'IronPlate', 1}, | |||
}, | |||
ticks = 180, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'PyriteDust', | |||
input = { | |||
{'PyriteDust', 1}, | |||
}, | |||
output = { | |||
{'IronPlate', 1}, | |||
}, | |||
ticks = 50, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'PyriteOreDust', | |||
input = { | |||
{'PyriteOreDust', 1}, | |||
}, | |||
output = { | |||
{'IronPlate', 1}, | |||
}, | |||
ticks = 75, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'PyriteOreImpureGravel', | |||
input = { | |||
{'PyriteOreImpureGravel', 1}, | |||
}, | |||
output = { | |||
{'IronPlate', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'PyriteOreGravel', | |||
input = { | |||
{'PyriteOreGravel', 1}, | |||
}, | |||
output = { | |||
{'IronPlate', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'MagnetiteOre', | |||
input = { | |||
{'MagnetiteOre', 1}, | |||
}, | |||
output = { | |||
{'IronPlate', 1}, | |||
}, | |||
ticks = 180, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'MagnetiteDust', | |||
input = { | |||
{'MagnetiteDust', 1}, | |||
}, | |||
output = { | |||
{'IronPlate', 1}, | |||
}, | |||
ticks = 50, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'MagnetiteOreDust', | |||
input = { | |||
{'MagnetiteOreDust', 1}, | |||
}, | |||
output = { | |||
{'IronPlate', 1}, | |||
}, | |||
ticks = 75, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'MagnetiteOreImpureGravel', | |||
input = { | |||
{'MagnetiteOreImpureGravel', 1}, | |||
}, | |||
output = { | |||
{'IronPlate', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'MagnetiteOreGravel', | |||
input = { | |||
{'MagnetiteOreGravel', 1}, | |||
}, | |||
output = { | |||
{'IronPlate', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 2, | |||
}, | |||
{ | |||
name = 'BauxiteOre', | |||
input = { | |||
{'BauxiteOre', 1}, | |||
}, | |||
output = { | |||
{'BauxiteDust', 1}, | |||
}, | |||
ticks = 180, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'BauxiteDust', | |||
input = { | |||
{'BauxiteDust', 1}, | |||
}, | |||
output = { | |||
{'BauxiteDust', 1}, | |||
}, | |||
ticks = 50, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'BauxiteOreDust', | |||
input = { | |||
{'BauxiteOreDust', 1}, | |||
}, | |||
output = { | |||
{'BauxiteDust', 1}, | |||
}, | |||
ticks = 75, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'BauxiteOreImpureGravel', | |||
input = { | |||
{'BauxiteOreImpureGravel', 1}, | |||
}, | |||
output = { | |||
{'BauxiteDust', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'BauxiteOreGravel', | |||
input = { | |||
{'BauxiteOreGravel', 1}, | |||
}, | |||
output = { | |||
{'BauxiteDust', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'RubyOre', | |||
input = { | |||
{'RubyOre', 1}, | |||
}, | |||
output = { | |||
{'RubyDust', 1}, | |||
}, | |||
ticks = 180, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'RubyDust', | |||
input = { | |||
{'RubyDust', 1}, | |||
}, | |||
output = { | |||
{'RubyDust', 1}, | |||
}, | |||
ticks = 50, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'RubyOreDust', | |||
input = { | |||
{'RubyOreDust', 1}, | |||
}, | |||
output = { | |||
{'RubyDust', 1}, | |||
}, | |||
ticks = 75, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'RubyOreImpureGravel', | |||
input = { | |||
{'RubyOreImpureGravel', 1}, | |||
}, | |||
output = { | |||
{'RubyDust', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'RubyOreGravel', | |||
input = { | |||
{'RubyOreGravel', 1}, | |||
}, | |||
output = { | |||
{'RubyDust', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 3, | |||
}, | |||
{ | |||
name = 'CinnabarOre', | |||
input = { | |||
{'CinnabarOre', 1}, | |||
}, | |||
output = { | |||
{'Sulfur', 1}, | |||
}, | |||
ticks = 180, | |||
tier = 1, | |||
}, | |||
{ | |||
name = 'CinnabarDust', | |||
input = { | |||
{'CinnabarDust', 1}, | |||
}, | |||
output = { | |||
{'Sulfur', 1}, | |||
}, | |||
ticks = 50, | |||
tier = 1, | |||
}, | |||
{ | |||
name = 'CinnabarOreDust', | |||
input = { | |||
{'CinnabarOreDust', 1}, | |||
}, | |||
output = { | |||
{'Sulfur', 1}, | |||
}, | |||
ticks = 75, | |||
tier = 1, | |||
}, | |||
{ | |||
name = 'CinnabarOreImpureGravel', | |||
input = { | |||
{'CinnabarOreImpureGravel', 1}, | |||
}, | |||
output = { | |||
{'Sulfur', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 1, | |||
}, | |||
{ | |||
name = 'CinnabarOreGravel', | |||
input = { | |||
{'CinnabarOreGravel', 1}, | |||
}, | |||
output = { | |||
{'Sulfur', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 1, | |||
}, | |||
{ | |||
name = 'ThorianiteOre', | |||
input = { | |||
{'ThorianiteOre', 1}, | |||
}, | |||
output = { | |||
{'ThoriumDust', 1}, | |||
}, | |||
ticks = 180, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'ThorianiteDust', | |||
input = { | |||
{'ThorianiteDust', 1}, | |||
}, | |||
output = { | |||
{'ThoriumDust', 1}, | |||
}, | |||
ticks = 50, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'ThorianiteOreDust', | |||
input = { | |||
{'ThorianiteOreDust', 1}, | |||
}, | |||
output = { | |||
{'ThoriumDust', 1}, | |||
}, | |||
ticks = 75, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'ThorianiteOreImpureGravel', | |||
input = { | |||
{'ThorianiteOreImpureGravel', 1}, | |||
}, | |||
output = { | |||
{'ThoriumDust', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'ThorianiteOreGravel', | |||
input = { | |||
{'ThorianiteOreGravel', 1}, | |||
}, | |||
output = { | |||
{'ThoriumDust', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'PyroplatiteOre', | |||
input = { | |||
{'PyroplatiteOre', 1}, | |||
}, | |||
output = { | |||
{'PyroplatiteDust', 1}, | |||
}, | |||
ticks = 180, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'PyroplatiteDust', | |||
input = { | |||
{'PyroplatiteDust', 1}, | |||
}, | |||
output = { | |||
{'PyroplatiteDust', 1}, | |||
}, | |||
ticks = 50, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'PyroplatiteOreDust', | |||
input = { | |||
{'PyroplatiteOreDust', 1}, | |||
}, | |||
output = { | |||
{'PyroplatiteDust', 1}, | |||
}, | |||
ticks = 75, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'PyroplatiteOreImpureGravel', | |||
input = { | |||
{'PyroplatiteOreImpureGravel', 1}, | |||
}, | |||
output = { | |||
{'PyroplatiteDust', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'PyroplatiteOreGravel', | |||
input = { | |||
{'PyroplatiteOreGravel', 1}, | |||
}, | |||
output = { | |||
{'PyroplatiteDust', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 4, | |||
}, | |||
{ | |||
name = 'CoalOre', | |||
input = { | |||
{'CoalOre', 1}, | |||
}, | |||
output = { | |||
{'Coal', 1}, | |||
}, | |||
ticks = 180, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'CoalDust', | |||
input = { | |||
{'CoalDust', 1}, | |||
}, | |||
output = { | |||
{'Coal', 1}, | |||
}, | |||
ticks = 50, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'CoalOreDust', | |||
input = { | |||
{'CoalOreDust', 1}, | |||
}, | |||
output = { | |||
{'Coal', 1}, | |||
}, | |||
ticks = 75, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'CoalOreImpureGravel', | |||
input = { | |||
{'CoalOreImpureGravel', 1}, | |||
}, | |||
output = { | |||
{'Coal', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 0, | |||
}, | |||
{ | |||
name = 'CoalOreGravel', | |||
input = { | |||
{'CoalOreGravel', 1}, | |||
}, | |||
output = { | |||
{'Coal', 1}, | |||
}, | |||
ticks = 120, | |||
tier = 0, | |||
}, | }, | ||
} | } |
Revision as of 12:37, 31 July 2025
Documentation for this module may be created at Module:SmelterRecipeDictionary/doc
return {
{
name = 'ChalcopyriteOre',
input = {
{'ChalcopyriteOre', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 180,
tier = 0,
},
{
name = 'ChalcopyriteDust',
input = {
{'ChalcopyriteDust', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 50,
tier = 0,
},
{
name = 'ChalcopyriteOreDust',
input = {
{'ChalcopyriteOreDust', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 75,
tier = 0,
},
{
name = 'ChalcopyriteOreImpureGravel',
input = {
{'ChalcopyriteOreImpureGravel', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 120,
tier = 0,
},
{
name = 'ChalcopyriteOreGravel',
input = {
{'ChalcopyriteOreGravel', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 120,
tier = 0,
},
{
name = 'MalachiteOre',
input = {
{'MalachiteOre', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 180,
tier = 0,
},
{
name = 'MalachiteDust',
input = {
{'MalachiteDust', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 50,
tier = 0,
},
{
name = 'MalachiteOreDust',
input = {
{'MalachiteOreDust', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 75,
tier = 0,
},
{
name = 'MalachiteOreImpureGravel',
input = {
{'MalachiteOreImpureGravel', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 120,
tier = 0,
},
{
name = 'MalachiteOreGravel',
input = {
{'MalachiteOreGravel', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 120,
tier = 0,
},
{
name = 'PyriteOre',
input = {
{'PyriteOre', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 180,
tier = 2,
},
{
name = 'PyriteDust',
input = {
{'PyriteDust', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 50,
tier = 2,
},
{
name = 'PyriteOreDust',
input = {
{'PyriteOreDust', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 75,
tier = 2,
},
{
name = 'PyriteOreImpureGravel',
input = {
{'PyriteOreImpureGravel', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 120,
tier = 2,
},
{
name = 'PyriteOreGravel',
input = {
{'PyriteOreGravel', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 120,
tier = 2,
},
{
name = 'MagnetiteOre',
input = {
{'MagnetiteOre', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 180,
tier = 2,
},
{
name = 'MagnetiteDust',
input = {
{'MagnetiteDust', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 50,
tier = 2,
},
{
name = 'MagnetiteOreDust',
input = {
{'MagnetiteOreDust', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 75,
tier = 2,
},
{
name = 'MagnetiteOreImpureGravel',
input = {
{'MagnetiteOreImpureGravel', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 120,
tier = 2,
},
{
name = 'MagnetiteOreGravel',
input = {
{'MagnetiteOreGravel', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 120,
tier = 2,
},
{
name = 'BauxiteOre',
input = {
{'BauxiteOre', 1},
},
output = {
{'BauxiteDust', 1},
},
ticks = 180,
tier = 3,
},
{
name = 'BauxiteDust',
input = {
{'BauxiteDust', 1},
},
output = {
{'BauxiteDust', 1},
},
ticks = 50,
tier = 3,
},
{
name = 'BauxiteOreDust',
input = {
{'BauxiteOreDust', 1},
},
output = {
{'BauxiteDust', 1},
},
ticks = 75,
tier = 3,
},
{
name = 'BauxiteOreImpureGravel',
input = {
{'BauxiteOreImpureGravel', 1},
},
output = {
{'BauxiteDust', 1},
},
ticks = 120,
tier = 3,
},
{
name = 'BauxiteOreGravel',
input = {
{'BauxiteOreGravel', 1},
},
output = {
{'BauxiteDust', 1},
},
ticks = 120,
tier = 3,
},
{
name = 'RubyOre',
input = {
{'RubyOre', 1},
},
output = {
{'RubyDust', 1},
},
ticks = 180,
tier = 3,
},
{
name = 'RubyDust',
input = {
{'RubyDust', 1},
},
output = {
{'RubyDust', 1},
},
ticks = 50,
tier = 3,
},
{
name = 'RubyOreDust',
input = {
{'RubyOreDust', 1},
},
output = {
{'RubyDust', 1},
},
ticks = 75,
tier = 3,
},
{
name = 'RubyOreImpureGravel',
input = {
{'RubyOreImpureGravel', 1},
},
output = {
{'RubyDust', 1},
},
ticks = 120,
tier = 3,
},
{
name = 'RubyOreGravel',
input = {
{'RubyOreGravel', 1},
},
output = {
{'RubyDust', 1},
},
ticks = 120,
tier = 3,
},
{
name = 'CinnabarOre',
input = {
{'CinnabarOre', 1},
},
output = {
{'Sulfur', 1},
},
ticks = 180,
tier = 1,
},
{
name = 'CinnabarDust',
input = {
{'CinnabarDust', 1},
},
output = {
{'Sulfur', 1},
},
ticks = 50,
tier = 1,
},
{
name = 'CinnabarOreDust',
input = {
{'CinnabarOreDust', 1},
},
output = {
{'Sulfur', 1},
},
ticks = 75,
tier = 1,
},
{
name = 'CinnabarOreImpureGravel',
input = {
{'CinnabarOreImpureGravel', 1},
},
output = {
{'Sulfur', 1},
},
ticks = 120,
tier = 1,
},
{
name = 'CinnabarOreGravel',
input = {
{'CinnabarOreGravel', 1},
},
output = {
{'Sulfur', 1},
},
ticks = 120,
tier = 1,
},
{
name = 'ThorianiteOre',
input = {
{'ThorianiteOre', 1},
},
output = {
{'ThoriumDust', 1},
},
ticks = 180,
tier = 4,
},
{
name = 'ThorianiteDust',
input = {
{'ThorianiteDust', 1},
},
output = {
{'ThoriumDust', 1},
},
ticks = 50,
tier = 4,
},
{
name = 'ThorianiteOreDust',
input = {
{'ThorianiteOreDust', 1},
},
output = {
{'ThoriumDust', 1},
},
ticks = 75,
tier = 4,
},
{
name = 'ThorianiteOreImpureGravel',
input = {
{'ThorianiteOreImpureGravel', 1},
},
output = {
{'ThoriumDust', 1},
},
ticks = 120,
tier = 4,
},
{
name = 'ThorianiteOreGravel',
input = {
{'ThorianiteOreGravel', 1},
},
output = {
{'ThoriumDust', 1},
},
ticks = 120,
tier = 4,
},
{
name = 'PyroplatiteOre',
input = {
{'PyroplatiteOre', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 180,
tier = 4,
},
{
name = 'PyroplatiteDust',
input = {
{'PyroplatiteDust', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 50,
tier = 4,
},
{
name = 'PyroplatiteOreDust',
input = {
{'PyroplatiteOreDust', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 75,
tier = 4,
},
{
name = 'PyroplatiteOreImpureGravel',
input = {
{'PyroplatiteOreImpureGravel', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 120,
tier = 4,
},
{
name = 'PyroplatiteOreGravel',
input = {
{'PyroplatiteOreGravel', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 120,
tier = 4,
},
{
name = 'CoalOre',
input = {
{'CoalOre', 1},
},
output = {
{'Coal', 1},
},
ticks = 180,
tier = 0,
},
{
name = 'CoalDust',
input = {
{'CoalDust', 1},
},
output = {
{'Coal', 1},
},
ticks = 50,
tier = 0,
},
{
name = 'CoalOreDust',
input = {
{'CoalOreDust', 1},
},
output = {
{'Coal', 1},
},
ticks = 75,
tier = 0,
},
{
name = 'CoalOreImpureGravel',
input = {
{'CoalOreImpureGravel', 1},
},
output = {
{'Coal', 1},
},
ticks = 120,
tier = 0,
},
{
name = 'CoalOreGravel',
input = {
{'CoalOreGravel', 1},
},
output = {
{'Coal', 1},
},
ticks = 120,
tier = 0,
},
}