this.expansionSetCode = "THS";
this.color.setBlue(true);
// Counter target spell unless its controller pays {1}. Scry 1.
this.getSpellAbility().addEffect(new CounterUnlessPaysEffect(new GenericManaCost(1)));
this.getSpellAbility().addTarget(new TargetSpell());
this.getSpellAbility().addEffect(new ScryEffect(1));
}