public StatelessFeature(SpecialFeatureType type, FeatureBundle parent = null) : base(parent)
 {
     this.type = type;
     SetEffectsAndDescription(this);
 }
 public SpecialFeatureWrapper(SpecialFeatureType type)
 {
     this.type = type;
 }