forked from External/mage
[DGM] Down - Dirty, Far - Away, Profit - Loss, Protect - Serve
This commit is contained in:
parent
5565a62b95
commit
8a220c8bdf
5 changed files with 315 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue