public override void Unequip(Item item, PlayerStats playerStats)
 {
     playerStats.AddBonusCriticalChance(-1 * GetTotalValue());
 }