protected override bool CheckValidityInternal(Entities.Entity Performer, List <Entities.Entity> Selection, TurnInfo TI)
 {
     return(Performer.GetCardType() == CardType.Effect);
 }