public FeatheryHat(CharacterStats stats)
 {
     _stats = stats;
 }
 public SwordOfSwinging(CharacterStats stats)
 {
     _stats = stats;
 }