this.color.setBlack(true);
this.color.setBlue(true);
//Choose one - Counter target sorcery spell
this.getSpellAbility().addEffect(new CounterTargetEffect());
this.getSpellAbility().addTarget(new TargetSpell(filterSorcery));
//or destroy target creature with power 2 or less
Mode mode1 = new Mode();
mode1.getEffects().add(new DestroyTargetEffect());