// Split second
this.addAbility(new SplitSecondAbility());
// Counter target activated or triggered ability. If a permanent's ability is countered this way, activated abilities of that permanent can't be activated this turn.
this.getSpellAbility().addEffect(new TrickbindCounterEffect());
this.getSpellAbility().addTarget(new TargetActivatedOrTriggeredAbility());
}