Module:Data/HotMercury/InOutput: Difference between revisions
Jump to navigation
Jump to search
Created page with "return { { name = 'RawHotMercury', input = { {'CinnabarDust', 10}, }, output = { {'HotMercury', 1000}, }, ticks = 200, }, { name = 'SiliconMonocrystal', input = { {'Silicon', 16}, {'Mercury', 1000}, }, output = { {'SiliconMonocrystal', 1}, {'HotMercury', 1000}, }, ticks = 2000, }, {..." |
No edit summary |
||
| Line 2: | Line 2: | ||
{ | { | ||
name = 'RawHotMercury', | name = 'RawHotMercury', | ||
machine = 'IndustrialSmelter', | |||
input = { | input = { | ||
{'CinnabarDust', 10}, | {'CinnabarDust', 10}, | ||
| Line 12: | Line 13: | ||
{ | { | ||
name = 'SiliconMonocrystal', | name = 'SiliconMonocrystal', | ||
machine = 'IndustrialSmelter', | |||
input = { | input = { | ||
{'Silicon', 16}, | {'Silicon', 16}, | ||
| Line 24: | Line 26: | ||
{ | { | ||
name = 'DopedSiliconMonocrystal', | name = 'DopedSiliconMonocrystal', | ||
machine = 'IndustrialSmelter', | |||
input = { | input = { | ||
{'Silicon', 16}, | {'Silicon', 16}, | ||
| Line 37: | Line 40: | ||
{ | { | ||
name = 'TantalumSludge', | name = 'TantalumSludge', | ||
machine = 'IndustrialSmelter', | |||
input = { | input = { | ||
{'TantalumSludge', 2}, | {'TantalumSludge', 2}, | ||
{'AluminiumDust', | {'AluminiumDust', 6}, | ||
{'Mercury', 1000}, | {'Mercury', 1000}, | ||
}, | }, | ||
| Line 51: | Line 55: | ||
{ | { | ||
name = 'SpongeToPlate', | name = 'SpongeToPlate', | ||
machine = 'IndustrialSmelter', | |||
input = { | input = { | ||
{'TitaniumSponge', 1}, | {'TitaniumSponge', 1}, | ||
| Line 64: | Line 69: | ||
{ | { | ||
name = 'TitaniumDust', | name = 'TitaniumDust', | ||
machine = 'IndustrialSmelter', | |||
input = { | input = { | ||
{'TitaniumDust', 1}, | {'TitaniumDust', 1}, | ||
| Line 77: | Line 83: | ||
{ | { | ||
name = 'YttriumDust', | name = 'YttriumDust', | ||
machine = 'IndustrialSmelter', | |||
input = { | input = { | ||
{'YttriumDust', 1}, | {'YttriumDust', 1}, | ||
| Line 90: | Line 97: | ||
{ | { | ||
name = 'TantalumDust', | name = 'TantalumDust', | ||
machine = 'IndustrialSmelter', | |||
input = { | input = { | ||
{'TantalumDust', 1}, | {'TantalumDust', 1}, | ||
| Line 103: | Line 111: | ||
{ | { | ||
name = 'NeutroniumPlate', | name = 'NeutroniumPlate', | ||
machine = 'IndustrialChemReactor', | |||
input = { | input = { | ||
{'HotNeutroniumPlate', 1}, | {'HotNeutroniumPlate', 1}, | ||
Latest revision as of 10:36, 30 October 2025
Documentation for this module may be created at Module:Data/HotMercury/InOutput/doc
return {
{
name = 'RawHotMercury',
machine = 'IndustrialSmelter',
input = {
{'CinnabarDust', 10},
},
output = {
{'HotMercury', 1000},
},
ticks = 200,
},
{
name = 'SiliconMonocrystal',
machine = 'IndustrialSmelter',
input = {
{'Silicon', 16},
{'Mercury', 1000},
},
output = {
{'SiliconMonocrystal', 1},
{'HotMercury', 1000},
},
ticks = 2000,
},
{
name = 'DopedSiliconMonocrystal',
machine = 'IndustrialSmelter',
input = {
{'Silicon', 16},
{'PlatinumDust', 1},
{'Mercury', 1000},
},
output = {
{'DopedSiliconMonocrystal', 1},
{'HotMercury', 1000},
},
ticks = 3000,
},
{
name = 'TantalumSludge',
machine = 'IndustrialSmelter',
input = {
{'TantalumSludge', 2},
{'AluminiumDust', 6},
{'Mercury', 1000},
},
output = {
{'TantalumPlate', 1},
{'HotMercury', 1000},
},
ticks = 200,
tier = 5,
},
{
name = 'SpongeToPlate',
machine = 'IndustrialSmelter',
input = {
{'TitaniumSponge', 1},
{'Mercury', 1000},
},
output = {
{'TitaniumPlate', 1},
{'HotMercury', 1000},
},
ticks = 400,
tier = 5,
},
{
name = 'TitaniumDust',
machine = 'IndustrialSmelter',
input = {
{'TitaniumDust', 1},
{'Mercury', 300},
},
output = {
{'TitaniumPlate', 1},
{'HotMercury', 300},
},
ticks = 200,
tier = 5,
},
{
name = 'YttriumDust',
machine = 'IndustrialSmelter',
input = {
{'YttriumDust', 1},
{'Mercury', 300},
},
output = {
{'YttriumPlate', 1},
{'HotMercury', 300},
},
ticks = 200,
tier = 5,
},
{
name = 'TantalumDust',
machine = 'IndustrialSmelter',
input = {
{'TantalumDust', 1},
{'Mercury', 300},
},
output = {
{'TantalumPlate', 1},
{'HotMercury', 300},
},
ticks = 200,
tier = 5,
},
{
name = 'NeutroniumPlate',
machine = 'IndustrialChemReactor',
input = {
{'HotNeutroniumPlate', 1},
{'Mercury', 2000},
},
output = {
{'NeutroniumPlate', 1},
{'HotMercury', 2000},
},
ticks = 200,
tier = 6,
},
}