Infinite Hero Wikia
Advertisement

Documentation for this module may be created at Module:Slots/default/doc

local data = {
  ["boots"] = "Boots",
  ["shoes"] = "Boots",
  ["feet"] = "Boots",
  ["armor"] = "Armor",
  ["chest"] = "Armor",
  ["body"] = "Armor",
  ["weapon"] = "Weapon",
  ["hand"] = "Weapon",
  ["necklage"] = "Necklage",
  ["neck"] = "Necklage",
  ["ring"] = "Ring",
  ["rings"] = "Ring",
  ["gloves"] = "Gloves",
  ["mittens"] = "Gloves",
 
}
 
return data
Advertisement