this.expansionSetCode = "KTK";
this.color.setBlack(true);
// Delve
this.addAbility(new DelveAbility());
// Target player sacrifices two creatures
this.getSpellAbility().addEffect(new SacrificeEffect(new FilterCreaturePermanent(), 2, "Target player"));
this.getSpellAbility().addTarget(new TargetPlayer());
}