this.expansionSetCode = "M10";
this.subtype.add("Liliana");
this.color.setBlack(true);
this.loyalty = new MageInt(5);
LoyaltyAbility ability1 = new LoyaltyAbility(new DiscardTargetEffect(1), 1);
ability1.addTarget(new TargetPlayer());
this.addAbility(ability1);
this.addAbility(new LoyaltyAbility(new SearchLibraryPutOnLibraryEffect(new TargetCardInLibrary()), -2));