this.expansionSetCode = "AVR";
this.color.setWhite(true);
// Righteous Blow deals 2 damage to target attacking or blocking creature.
this.getSpellAbility().addTarget(new TargetAttackingOrBlockingCreature());
this.getSpellAbility().addEffect(new DamageTargetEffect(2));
}