Module:MaceratorRecipeDictionary: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
return { | return { | ||
{ | { | ||
name = ' | name = 'CopperPlate', | ||
input = { | input = { | ||
{' | {'CopperPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'CopperDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = 0, | tier = 0, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'GoldPlate', | ||
input = { | input = { | ||
{' | {'GoldPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'GoldDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'PlatinumPlate', | ||
input = { | input = { | ||
{' | {'PlatinumPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'PlatinumDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = | tier = 5, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'IronPlate', | ||
input = { | input = { | ||
{' | {'IronPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'IronDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'SteelPlate', | ||
input = { | input = { | ||
{' | {'SteelPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'SteelDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = | tier = 1, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'AluminiumPlate', | ||
input = { | input = { | ||
{' | {'AluminiumPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'AluminiumDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = 2, | tier = 2, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'StainlessSteelPlate', | ||
input = { | input = { | ||
{' | {'StainlessSteelPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'StainlessSteelDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'TitaniumPlate', | ||
input = { | input = { | ||
{' | {'TitaniumPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'TitaniumDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = | tier = 4, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'ChromiumPlate', | ||
input = { | input = { | ||
{' | {'ChromiumPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'ChromiumDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = 3, | tier = 3, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'PlutoniumPlate', | ||
input = { | input = { | ||
{' | {'PlutoniumPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'PlutoniumDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = | tier = 0, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'UraniumPlate', | ||
input = { | input = { | ||
{' | {'UraniumPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'UraniumDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = | tier = 0, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'Uranium235Plate', | ||
input = { | input = { | ||
{' | {'Uranium235Plate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'Uranium235Dust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = | tier = 0, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'Uranium233Plate', | ||
input = { | input = { | ||
{' | {'Uranium233Plate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'Uranium233Dust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = | tier = 0, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'ThoriumPlate', | ||
input = { | input = { | ||
{' | {'ThoriumPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'ThoriumDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = | tier = 0, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'YttriumPlate', | ||
input = { | input = { | ||
{' | {'YttriumPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'YttriumDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = 4, | tier = 4, | ||
}, | }, | ||
{ | { | ||
name = ' | name = 'TantalumPlate', | ||
input = { | input = { | ||
{' | {'TantalumPlate', 1}, | ||
}, | }, | ||
output = { | output = { | ||
{' | {'TantalumDust', 1}, | ||
}, | }, | ||
ticks = | ticks = 80, | ||
tier = | tier = 5, | ||
}, | }, | ||
} | } |
Revision as of 12:37, 31 July 2025
Documentation for this module may be created at Module:MaceratorRecipeDictionary/doc
return {
{
name = 'CopperPlate',
input = {
{'CopperPlate', 1},
},
output = {
{'CopperDust', 1},
},
ticks = 80,
tier = 0,
},
{
name = 'GoldPlate',
input = {
{'GoldPlate', 1},
},
output = {
{'GoldDust', 1},
},
ticks = 80,
tier = 2,
},
{
name = 'PlatinumPlate',
input = {
{'PlatinumPlate', 1},
},
output = {
{'PlatinumDust', 1},
},
ticks = 80,
tier = 5,
},
{
name = 'IronPlate',
input = {
{'IronPlate', 1},
},
output = {
{'IronDust', 1},
},
ticks = 80,
tier = 2,
},
{
name = 'SteelPlate',
input = {
{'SteelPlate', 1},
},
output = {
{'SteelDust', 1},
},
ticks = 80,
tier = 1,
},
{
name = 'AluminiumPlate',
input = {
{'AluminiumPlate', 1},
},
output = {
{'AluminiumDust', 1},
},
ticks = 80,
tier = 2,
},
{
name = 'StainlessSteelPlate',
input = {
{'StainlessSteelPlate', 1},
},
output = {
{'StainlessSteelDust', 1},
},
ticks = 80,
tier = 3,
},
{
name = 'TitaniumPlate',
input = {
{'TitaniumPlate', 1},
},
output = {
{'TitaniumDust', 1},
},
ticks = 80,
tier = 4,
},
{
name = 'ChromiumPlate',
input = {
{'ChromiumPlate', 1},
},
output = {
{'ChromiumDust', 1},
},
ticks = 80,
tier = 3,
},
{
name = 'PlutoniumPlate',
input = {
{'PlutoniumPlate', 1},
},
output = {
{'PlutoniumDust', 1},
},
ticks = 80,
tier = 0,
},
{
name = 'UraniumPlate',
input = {
{'UraniumPlate', 1},
},
output = {
{'UraniumDust', 1},
},
ticks = 80,
tier = 0,
},
{
name = 'Uranium235Plate',
input = {
{'Uranium235Plate', 1},
},
output = {
{'Uranium235Dust', 1},
},
ticks = 80,
tier = 0,
},
{
name = 'Uranium233Plate',
input = {
{'Uranium233Plate', 1},
},
output = {
{'Uranium233Dust', 1},
},
ticks = 80,
tier = 0,
},
{
name = 'ThoriumPlate',
input = {
{'ThoriumPlate', 1},
},
output = {
{'ThoriumDust', 1},
},
ticks = 80,
tier = 0,
},
{
name = 'YttriumPlate',
input = {
{'YttriumPlate', 1},
},
output = {
{'YttriumDust', 1},
},
ticks = 80,
tier = 4,
},
{
name = 'TantalumPlate',
input = {
{'TantalumPlate', 1},
},
output = {
{'TantalumDust', 1},
},
ticks = 80,
tier = 5,
},
}