ability.addEffect(effect);
this.addAbility(ability);
// {2}{B}, Sacrifice another creature: Put a +1/+1 counter on Kheru Bloodsucker.
ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new AddCountersSourceEffect(CounterType.P1P1.createInstance()), new ManaCostsImpl<>("{2}{B}"));
ability.addCost(new SacrificeTargetCost(new TargetControlledPermanent(anotherFilter)));
this.addAbility(ability);
}
public KheruBloodsucker(final KheruBloodsucker card) {
super(card);