[DGM] Down - Dirty, Far - Away, Profit - Loss, Protect - Serve

This commit is contained in:
LevelX2 2013-05-07 08:22:34 +02:00
parent 5565a62b95
commit 8a220c8bdf
5 changed files with 315 additions and 0 deletions

View file

@ -46,6 +46,8 @@ public class GloriousCharge extends CardImpl<GloriousCharge> {
super(ownerId, 11, "Glorious Charge", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{1}{W}");
this.expansionSetCode = "M10";
this.color.setWhite(true);
// Creatures you control get +1/+1 until end of turn.
this.getSpellAbility().addEffect(new BoostControlledEffect(1, 1, Constants.Duration.EndOfTurn, new FilterCreaturePermanent(), false));
}