public string GetLocalizationText(EquipSlotType equipSlot)
 {
     return(GetLocalizationText("slotType." + equipSlot.ToString()));
 }