Module:ArcSmelterRecipeDictionary
Jump to navigation
Jump to search
Documentation for this module may be created at Module:ArcSmelterRecipeDictionary/doc
return {
{
name = 'SandSurfaceSmelting',
input = {
{'SandSurface', 10},
},
output = {
{'Glass', 10},
},
ticks = 100,
},
{
name = 'CopperPlate',
input = {
{'CopperDust', 10},
},
output = {
{'CopperPlate', 10},
},
ticks = 100,
tier = 0,
},
{
name = 'GoldPlate',
input = {
{'GoldDust', 10},
},
output = {
{'GoldPlate', 10},
},
ticks = 100,
tier = 2,
},
{
name = 'PlatinumPlate',
input = {
{'PlatinumDust', 1},
},
output = {
{'PlatinumPlate', 1},
},
ticks = 100,
tier = 5,
},
{
name = 'IronPlate',
input = {
{'IronDust', 10},
},
output = {
{'IronPlate', 10},
},
ticks = 100,
tier = 2,
},
{
name = 'SteelPlate',
input = {
{'SteelDust', 1},
},
output = {
{'SteelPlate', 1},
},
ticks = 100,
tier = 1,
},
{
name = 'AluminiumPlate',
input = {
{'AluminiumDust', 1},
},
output = {
{'AluminiumPlate', 1},
},
ticks = 100,
tier = 2,
},
{
name = 'StainlessSteelPlate',
input = {
{'StainlessSteelDust', 1},
},
output = {
{'StainlessSteelPlate', 1},
},
ticks = 100,
tier = 3,
},
{
name = 'ChromiumPlate',
input = {
{'ChromiumDust', 1},
},
output = {
{'ChromiumPlate', 1},
},
ticks = 100,
tier = 3,
},
{
name = 'ChalcopyriteOreDust',
input = {
{'ChalcopyriteOreDust', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 120,
tier = 0,
},
{
name = 'MalachiteOreDust',
input = {
{'MalachiteOreDust', 1},
},
output = {
{'CopperPlate', 1},
},
ticks = 120,
tier = 0,
},
{
name = 'PyriteOreDust',
input = {
{'PyriteOreDust', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 120,
tier = 2,
},
{
name = 'MagnetiteOreDust',
input = {
{'MagnetiteOreDust', 1},
},
output = {
{'IronPlate', 1},
},
ticks = 120,
tier = 2,
},
{
name = 'BauxiteOreDust',
input = {
{'BauxiteOreDust', 1},
},
output = {
{'BauxiteDust', 1},
},
ticks = 120,
tier = 3,
},
{
name = 'RubyOreDust',
input = {
{'RubyOreDust', 1},
},
output = {
{'RubyDust', 1},
},
ticks = 120,
tier = 3,
},
{
name = 'CinnabarOreDust',
input = {
{'CinnabarOreDust', 1},
},
output = {
{'Sulfur', 1},
},
ticks = 120,
tier = 1,
},
{
name = 'ThorianiteOreDust',
input = {
{'ThorianiteOreDust', 1},
},
output = {
{'ThoriumDust', 1},
},
ticks = 120,
tier = 4,
},
{
name = 'PyroplatiteOreDust',
input = {
{'PyroplatiteOreDust', 1},
},
output = {
{'PyroplatiteDust', 1},
},
ticks = 120,
tier = 4,
},
{
name = 'CoalOreDust',
input = {
{'CoalOreDust', 1},
},
output = {
{'Coal', 1},
},
ticks = 120,
tier = 0,
},
}