Module:Data/RubyDust/InInput: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
{'RubyDust', 1}, | {'RubyDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 60, | ||
tier = 3, | |||
}, | |||
{ | |||
name = 'RubyDust', | |||
machine = 'ArcSmelter', | |||
input = { | |||
{'RubyDust', 1}, | |||
}, | |||
output = { | |||
{'RubyDust', 1}, | |||
{'RubyDust', 1}, | |||
}, | |||
ticks = 240, | |||
tier = 3, | tier = 3, | ||
}, | }, | ||
} | } | ||
Latest revision as of 15:47, 24 August 2026
Documentation for this module may be created at Module:Data/RubyDust/InInput/doc
return {
{
name = 'ElectrolyzerRubyDust',
machine = 'Electrolyzer',
input = {
{'RubyDust', 8},
},
output = {
{'AluminiumOxideDust', 4},
{'ChromiumDust', 1},
{'Oxygen', 3000},
},
ticks = 200,
tier = 2,
},
{
name = 'RubyDust',
machine = 'Smelter',
input = {
{'RubyDust', 1},
},
output = {
{'RubyDust', 1},
},
ticks = 60,
tier = 3,
},
{
name = 'RubyDust',
machine = 'ArcSmelter',
input = {
{'RubyDust', 1},
},
output = {
{'RubyDust', 1},
{'RubyDust', 1},
},
ticks = 240,
tier = 3,
},
}