Module:Inventory slot/aliases: Difference between revisions

m
no edit summary
imported>Denatidum
(Added aliases for any shovels, axes and pickaxes)
imported>Ttv pedro270707
mNo edit summary
Line 280: Line 280:
"Steel Leggings",
"Steel Leggings",
"Steel Boots"
"Steel Boots"
},
["Damaged Leather Armor"] = {
"Damaged Leather Cap",
"Damaged Leather Tunic",
"Damaged Leather Pants",
"Damaged Leather Boots"
},
["Damaged Chainmail Armor"] = {
"Damaged Chainmail Helmet",
"Damaged Chainmail Chestplate",
"Damaged Chainmail Leggings",
"Damaged Chainmail Boots"
},
["Damaged Iron Armor"] = {
"Damaged Iron Helmet",
"Damaged Iron Chestplate",
"Damaged Iron Leggings",
"Damaged Iron Boots"
},
["Damaged Golden Armor"] = {
"Damaged Golden Helmet",
"Damaged Golden Chestplate",
"Damaged Golden Leggings",
"Damaged Golden Boots"
},
["Damaged Diamond Armor"] = {
"Damaged Diamond Helmet",
"Damaged Diamond Chestplate",
"Damaged Diamond Leggings",
"Damaged Diamond Boots"
},
["Damaged Steel Armor"] = {
"Damaged Steel Helmet",
"Damaged Steel Chestplate",
"Damaged Steel Leggings",
"Damaged Steel Boots"
},
},
["Any Shovel"] = {
["Any Shovel"] = {
Line 368: Line 404:
},
},


-- Damaged items
["Empty Quiver"] = {
["Empty Quiver"] = {
{name = "Quiver", item = "Empty Quiver", description = "Quiver"}
{name = "Quiver", item = "Empty Quiver", description = "Quiver"}
},
["Damaged Leather Cap"] = {
{name = "Leather Cap", item = "Damaged Leather Cap", description = "Leather Cap"}
},
["Damaged Leather Tunic"] = {
{name = "Leather Tunic", item = "Damaged Leather Tunic", description = "Leather Tunic"}
},
["Damaged Leather Pants"] = {
{name = "Leather Pants", item = "Damaged Leather Pants", description = "Leather Pants"}
},
["Damaged Leather Boots"] = {
{name = "Leather Boots", item = "Damaged Leather Boots", description = "Leather Boots"}
},
["Damaged Chainmail Helmet"] = {
{name = "Chainmail Helmet", item = "Damaged Chainmail Helmet", description = "Chainmail Helmet"}
},
["Damaged Chainmail Chestplate"] = {
{name = "Chainmail Chestplate", item = "Damaged Chainmail Chestplate", description = "Chainmail Chestplate"}
},
["Damaged Chainmail Leggings"] = {
{name = "Chainmail Leggings", item = "Damaged Chainmail Leggings", description = "Chainmail Leggings"}
},
["Damaged Chainmail Boots"] = {
{name = "Chainmail Boots", item = "Damaged Chainmail Boots", description = "Chainmail Boots"}
},
["Damaged Iron Helmet"] = {
{name = "Iron Helmet", item = "Damaged Iron Helmet", description = "Iron Helmet"}
},
["Damaged Iron Chestplate"] = {
{name = "Iron Chestplate", item = "Damaged Iron Chestplate", description = "Iron Chestplate"}
},
["Damaged Iron Leggings"] = {
{name = "Iron Leggings", item = "Damaged Iron Leggings", description = "Iron Leggings"}
},
["Damaged Iron Boots"] = {
{name = "Iron Boots", item = "Damaged Iron Boots", description = "Iron Boots"}
},
["Damaged Golden Helmet"] = {
{name = "Golden Helmet", item = "Damaged Golden Helmet", description = "Golden Helmet"}
},
["Damaged Golden Chestplate"] = {
{name = "Golden Chestplate", item = "Damaged Golden Chestplate", description = "Golden Chestplate"}
},
["Damaged Golden Leggings"] = {
{name = "Golden Leggings", item = "Damaged Golden Leggings", description = "Golden Leggings"}
},
["Damaged Golden Boots"] = {
{name = "Golden Boots", item = "Damaged Golden Boots", description = "Golden Boots"}
},
["Damaged Diamond Helmet"] = {
{name = "Diamond Helmet", item = "Damaged Diamond Helmet", description = "Diamond Helmet"}
},
["Damaged Diamond Chestplate"] = {
{name = "Diamond Chestplate", item = "Damaged Diamond Chestplate", description = "Diamond Chestplate"}
},
["Damaged Diamond Leggings"] = {
{name = "Diamond Leggings", item = "Damaged Diamond Leggings", description = "Diamond Leggings"}
},
["Damaged Diamond Boots"] = {
{name = "Diamond Boots", item = "Damaged Diamond Boots", description = "Diamond Boots"}
},
["Damaged Steel Helmet"] = {
{name = "Steel Helmet", item = "Damaged Steel Helmet", description = "Steel Helmet"}
},
["Damaged Steel Chestplate"] = {
{name = "Steel Chestplate", item = "Damaged Steel Chestplate", description = "Steel Chestplate"}
},
["Damaged Steel Leggings"] = {
{name = "Steel Leggings", item = "Damaged Steel Leggings", description = "Steel Leggings"}
},
["Damaged Steel Boots"] = {
{name = "Steel Boots", item = "Damaged Steel Boots", description = "Steel Boots"}
},
},