ability.addEffect(effect);
ability.addTarget(new TargetCreaturePermanent(0,1));
this.addAbility(ability);
// -2: Put a +1/+1 counter on each creature you control and a loyalty counter on each other planeswalker you control.
ability = new LoyaltyAbility(new AddCountersAllEffect(CounterType.P1P1.createInstance(), new FilterControlledCreaturePermanent()), -2);
effect = new AddCountersAllEffect(CounterType.LOYALTY.createInstance(), filter);
effect.setText("and a loyalty counter on each other planeswalker you control");
ability.addEffect(effect);
this.addAbility(ability);
// -7: You get an emblem with "If a source would deal damage to you or a planeswalker you control, prevent all but 1 of that damage."