Module:ArcSmelterRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'SandSurfaceSmelting', ingredients = { {'SandSurface', 10}, }, results = { {'Glass', 10}, }, time = 100, }, { name = 'CopperPlate', ingredients = { {'CopperDust', 10}, }, results = { {'CopperPlate', 10}, }, time = 100, tier = 0, }, { name = 'GoldPlate', ingredients = {..." |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{ | { | ||
name = 'SandSurfaceSmelting', | name = 'SandSurfaceSmelting', | ||
input = { | |||
{'SandSurface', 10}, | {'SandSurface', 10}, | ||
}, | }, | ||
output = { | |||
{'Glass', 10}, | {'Glass', 10}, | ||
}, | }, | ||
ticks = 100, | |||
}, | }, | ||
{ | { | ||
name = 'CopperPlate', | name = 'CopperPlate', | ||
input = { | |||
{'CopperDust', 10}, | {'CopperDust', 10}, | ||
}, | }, | ||
output = { | |||
{'CopperPlate', 10}, | {'CopperPlate', 10}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 0, | tier = 0, | ||
}, | }, | ||
{ | { | ||
name = 'GoldPlate', | name = 'GoldPlate', | ||
input = { | |||
{'GoldDust', 10}, | {'GoldDust', 10}, | ||
}, | }, | ||
output = { | |||
{'GoldPlate', 10}, | {'GoldPlate', 10}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = 'PlatinumPlate', | name = 'PlatinumPlate', | ||
input = { | |||
{'PlatinumDust', 1}, | {'PlatinumDust', 1}, | ||
}, | }, | ||
output = { | |||
{'PlatinumPlate', 1}, | {'PlatinumPlate', 1}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 5, | tier = 5, | ||
}, | }, | ||
{ | { | ||
name = 'IronPlate', | name = 'IronPlate', | ||
input = { | |||
{'IronDust', 10}, | {'IronDust', 10}, | ||
}, | }, | ||
output = { | |||
{'IronPlate', 10}, | {'IronPlate', 10}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = 'SteelPlate', | name = 'SteelPlate', | ||
input = { | |||
{'SteelDust', 1}, | {'SteelDust', 1}, | ||
}, | }, | ||
output = { | |||
{'SteelPlate', 1}, | {'SteelPlate', 1}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 1, | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = 'AluminiumPlate', | name = 'AluminiumPlate', | ||
input = { | |||
{'AluminiumDust', 1}, | {'AluminiumDust', 1}, | ||
}, | }, | ||
output = { | |||
{'AluminiumPlate', 1}, | {'AluminiumPlate', 1}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = 'StainlessSteelPlate', | name = 'StainlessSteelPlate', | ||
input = { | |||
{'StainlessSteelDust', 1}, | {'StainlessSteelDust', 1}, | ||
}, | }, | ||
output = { | |||
{'StainlessSteelPlate', 1}, | {'StainlessSteelPlate', 1}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = 'ChromiumPlate', | name = 'ChromiumPlate', | ||
input = { | |||
{'ChromiumDust', 1}, | {'ChromiumDust', 1}, | ||
}, | }, | ||
output = { | |||
{'ChromiumPlate', 1}, | {'ChromiumPlate', 1}, | ||
}, | }, | ||
ticks = 100, | |||
tier = 3, | 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, | |||
}, | }, | ||
} | } |
Latest revision as of 13:34, 31 July 2025
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,
},
}