Module:ItemSprite: Difference between revisions

m
Added "unknown item"
imported>Ttv pedro270707
m (Changed align to text-top for better centering)
imported>Ttv pedro270707
m (Added "unknown item")
Line 8: Line 8:
ids = {
ids = {
["Leather Cap"] = 0,
["Leather Cap"] = 0,
["Leather Tunic"] = 1,
["Leather Pants"] = 2,
["Leather Pants"] = 2,
["Leather Boots"] = 3,
["Leather Boots"] = 3,
Line 192: Line 191:
["Rotary Calendar"] = 183,
["Rotary Calendar"] = 183,
["Gold Nugget"] = 184,
["Gold Nugget"] = 184,
["Iron Nugget"] = 185
["Iron Nugget"] = 185,
["Leather Tunic"] = 186,
}
}
}
}